Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.474.320 Times

Arithmetic Means software
Filter: All | Freeware | Demo
 

Arithmetic Means

1 2 3 4 5 > 
Added: September 07, 2013 | Visits: 545

K-means algorithm demo The k-means algorithm is widely used in a number applications like speech processing and image compression.This script implements the algorithm in a simple but general way. It performs four basic steps.1. Define k arbitrary prototypes from the data samples.2. Assign each sample to the nearest...



Platforms: Matlab

License: Freeware Size: 10 KB Download (49): K-means algorithm demo Download

Released: November 24, 2012  |  Added: November 24, 2012 | Visits: 667

Advanced Arithmetic Calculator Advanced Arithmetic Calculator is a small, simple, easy to use application specially designed to help you solve sums of numbers, subtractions of numbers, multiplications and divisions of numbers. Basically this tool will open in your command prompt enabling you to enter the equation to solve and...





Platforms: Windows

License: Freeware Download (517): Advanced Arithmetic Calculator Download

Added: May 10, 2013 | Visits: 441

Arithmetic coder Arithmetic coder script is a simple but slow way of compression using arithmetic coding.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): Arithmetic coder Download

Added: July 08, 2013 | Visits: 561

Huffman Coding and Arithmetic Coding This file contains MATLAB functions, m-files, that do Huffman coding and arithmetic coding of integer (symbol) sequences. Complete coding may be done by calling an easy to use main program (or main function), where input argument is the sequences you want to compress and the output is the...


Platforms: Matlab

License: Freeware Size: 51.2 KB Download (49): Huffman Coding and Arithmetic Coding Download

Added: September 13, 2013 | Visits: 543

Arithmetic coding and decoding for Text Compressio Arithmetic coding and decoding for Text Compression


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Arithmetic coding and decoding for Text Compressio Download

Added: June 12, 2013 | Visits: 556

Simple Exemple of Arithmetic Coding It calculate the arithmetic code of a string of char, subject to an alphabet "A" and a probability distribution "P". http://en.wikipedia.org/wiki/Arithmetic_coding


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Simple Exemple of Arithmetic Coding Download

Added: August 30, 2013 | Visits: 627

Arithmetic code to encode a string of char It is a matlab function that codes a string of char with Arithmetic coding.res=arithmetic_code(alphabet, distr_pr, string)'alphabet' is a vector that contains the char used in the string 'string'; 'string' is the string to codify; 'distr_pr' is the probability distribution of the alphabet's...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Arithmetic code to encode a string of char Download

Added: July 26, 2013 | Visits: 450

Fuzzy c-means segmentation This program illustrates the Fuzzy c-means segmentation of an image.This program converts an input image into two segments using Fuzzy k-means algorithm. The output is stored as "fuzzysegmented.jpg" in the current directory.This program can be generalised to get "n" segments from an image by...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Fuzzy c-means segmentation Download

Added: August 13, 2013 | Visits: 363

Fuzzy k means Codes for fuzzy k means clustering, including k means with extragrades, Gustafson Kessel algorithm, fuzzy linear discriminant analysis. Performance measure is also calculated.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (45): Fuzzy k means Download

Added: August 18, 2013 | Visits: 509

Interval arithmetic for Ada Interval arithmetic for Ada is a math library that provides an implementation of intervals for Ada. It includes arithmetic and relational operations. Examples: Tri-state logic The package Intervals serves as a root package and also provides tri-state logic necessary to define relational...


Platforms: *nix

License: Freeware Size: 491.52 KB Download (38): Interval arithmetic for Ada Download

Added: August 08, 2008 | Visits: 1.073

StatsEasy Starter StatsEasy Starter applet allows computing of Range, Median, Arithmetic, Geometric, and Harmonic means. Mean Deviation, Standard Deviation, Variance, Coefficient of Variance, Moments and Moments ratios for ungrouped data. If you have knowledge of basic to intermediate statistics this applet should...


Platforms: Any Browser + Java

License: Freeware Download (603): StatsEasy Starter Download

Added: August 14, 2010 | Visits: 909

Libeval Libeval provides simple means of evaluating simple arithmetic expressions involving literal numeric values, variables and functions using the addition (+), subtraction (-), multiplication (*), division (/), modulo division (), exponentiation (^), sign (+-), percentag (%) and grouping (())...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (95): Libeval Download

Added: May 10, 2013 | Visits: 574

Binary floating point arithmetic This script achieves exactness by manipulating values stored as a long integer mantissa with an integer exponent (base two). All arithmetic operations are exact except for division which has regular floating point precision.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Binary floating point arithmetic Download

Added: June 17, 2013 | Visits: 481

Fuzzy c-means thresholding FCMTHRESH Thresholding by 3-class fuzzy c-means clustering [bw,level]=fcmthresh(IM,sw) outputs the binary image bw and threshold level of image IM using a 3-class fuzzy c-means clustering. It often works better than Otsu's methold which outputs larger or smaller threshold on fluorescence images....


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (50): Fuzzy c-means thresholding Download

Added: April 26, 2013 | Visits: 310

k-Means Projective Clustering An implementation of "k-Means Projective Clustering" by P. K. Agarwal and N. H. Mustafa.This method of clustering is based on finding few subspaces such that each point is close to a subspace.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): k-Means Projective Clustering Download

Added: March 22, 2013 | Visits: 462

K-means image segmentation K-means image segmentation based on histogram to reduce memory usage which is constant for any image size.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): K-means image segmentation Download

Added: June 22, 2013 | Visits: 302

Non Local Means Filter 2D This code is just a matlab vision of Dirk-Jan Kroon who published Fast Non-Local Means 1D, 2D Color and 3D(http://www.mathworks.com/matlabcentral/fil...2d-color-and-3d).


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 71.68 KB Download (44): Non Local Means Filter 2D Download

Added: July 19, 2013 | Visits: 410

Fast Non-Local Means 1D, 2D Color and 3D This function NLMF performs Non-Local Means noise filtering of 1D signal, 2D grey/color or 3D image data. The function is partly c-coded for cpu efficient filtering. Suitable for almost every image data type such as MRI, CT and normal photos.Warning !, Image filtering removes noise, but important...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (44): Fast Non-Local Means 1D, 2D Color and 3D Download

Added: July 12, 2013 | Visits: 500

Simulations with Exact Means and Covariances Multivariate normal simulations where sample mean and covariances match the respective population moments, refer toA. Meucci (2009), "Simulations with Exact Means and Covariances",Latest version of article and code available at http://symmys.com/node/162


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Simulations with Exact Means and Covariances Download

Added: June 02, 2013 | Visits: 336

Toolbox Non-Local Means A toolbox for the non-local means algorithm.by Gabriel PeyrdoTe, 2007.The non-local means is an algorithm introduced by A. Buades, B. Coll, J.M Morel.The main reference for the algorithm is A. Buades, B. Coll, J.M Morel, "A review of image denoising algorithms, with a new one" , Multiscale...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1.87 MB Download (41): Toolbox Non-Local Means Download

1 2 3 4 5 >