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.234.153 Times

Computation software
Filter: All | Freeware | Demo
 

Computation

< 1 2 3 4 5 > 
Added: June 14, 2013 | Visits: 389

Steepest Descent Algorithm This is a small example code for "Steepest Descent Algorithm". It implements steepest descent Algorithm with optimum step size computation at each step. The code uses a 2x2 correlation matrix and solves the Normal equation for Weiner filter iteratively.Reference:Adaptive Filter Theory 3rd...



Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Steepest Descent Algorithm Download

Added: March 25, 2013 | Visits: 388

Impact of quantization on performance Computes BER v EbNo curve for convolutional encoding / soft decision Viterbi decoding scheme assuming BPSK.Brute force Monte Carlo approach is unsatisfactory (takes too long) to find the BER curve.The computation uses a quasi-analytic (QA) technique that relies on the estimation (approximate one)...





Platforms: Matlab

License: Freeware Size: 10 KB Download (38): Impact of quantization on performance Download

Added: May 21, 2013 | Visits: 351

domino tiles Create a random matrix of a non-intercepting snake, like the game ("worm" or "snake"). Also described by filling a chessboard with dominos, except now the board can be rectangular, or any arbitrary shape (by changing the boarders).Uses an infinite loop to enumerate possibilities. There are a...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): domino tiles Download

Residue Curve Map Computation using UNIQUAC Model: Case of a Quaternary Reactive System Two quaternary systems are studied: (1) Acetic Acid - Ethanol - Water- Ethyl Acetate and (2) Acetic Acid - Butanol - Water- Butyl Acetate. In these two systems, liquid phase esterification occurs. The residue curve map is computed using the UNIQUAC model and gas phase acetic acid dimerization....


Platforms: Matlab


Added: May 03, 2013 | Visits: 404

Generalized Newton Raphson Method Two methods are provided -1) an automatic updation method which can be effectively used outside of a loop since it writes out a newton-raphson computation file from the parameters received.2) a manual file generation method; effective when the resulting file has to be called repeatedly in a loop.


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Generalized Newton Raphson Method Download

Added: September 12, 2013 | Visits: 402

Tutorial: C mex matrix demo This short tutorial illustrates basic numerical matrix computation in C. I encourage any comments from expirienced mex programmers for style improvement.This is a nice little function to demonstrate how you can interface MATLAB and C style matricies. There is some example code included showing...


Platforms: Matlab

License: Freeware Size: 133.12 KB Download (44): Tutorial: C mex matrix demo Download

mRMR Feature Selection (using mutual information computation) This package is the mRMR (minimum-redundancy maximum-relevancy) feature selection method in (Peng et al, 2005 and Ding & Peng, 2005, 2003), whose better performance over the conventional top-ranking method has been demonstrated on a number of data sets in recent publications. This version uses...


Platforms: Matlab

License: Freeware Size: 532.48 KB Download (43): mRMR Feature Selection (using mutual information computation) Download

Added: June 16, 2013 | Visits: 268

Fast Hodrick Prescott Filter The Hodrick Prescott Filter (HP-Filter) is the most popular method to separate a time series x_t into its components. Let's suppose that the original series is composed of a trend component g_t and a cyclical component c_t.Solving the minimization problem is quite simple. This program decomposes...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Fast Hodrick Prescott Filter Download

Screenshot MATLAB in Physics - Symbolic Computation and Differential Equations MATLAB in Physics is a four lecture series in MATLAB that is offered to first year physics undergraduate students. This lecture shows how to use MATLAB to simulate physical systems using a range of methods. Projectile motion is analysed using the Symbolic Math Toolbox, then more complicated...


Platforms: Matlab


Equilibrium Constants Computation using the Soave-Redlich-Kwong equation of state In the program, we obtain equilibrium constants, compressibility factors, molar volumes and densities using the Soave-Redlich-Kwong equation of state. We find the same results as those given by Henley and Seader in Equilibrium-Stage Separation Operations in Chemical Engineering, Wiley, 1981...


Platforms: Matlab


Residue Curve Map for the mixture MTBE/Methanol/isobutene/n-butane at P=1 atm Computation of the residue curve map for the MTBE chemistry is presented in the program. The equilibrium, taking place in the liquid phase, transforms methanol and isobutene into MTBE with n-butane being an inert component. Thermodynamic data can be found in the excellent paper by Niang and...


Platforms: Matlab


Added: August 09, 2013 | Visits: 397

Approximate Lowner Ellipsoid This program implements the iterative algorithm in Khachiyan's paper "Rounding of Polytopes in the Real Number Model of Computation" to approximate the minimum volume ellipsoid circumscribing a non-degenerate set of points in arbitrary dimensions.It is basically like Nima Moshtagh's MinVolEllipse...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Approximate Lowner Ellipsoid Download

Added: May 14, 2013 | Visits: 355

Leibniz Approximation of pi pi/4 = 1 - 1/3 + 1/5 - 1/7 + 1/9 ...The program performs this computation and prints the approximation after every iteration, so you can see the decimal places converging one by one.There are three programs, each more efficient and accurate. The final program uses an averaging method to find a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Leibniz Approximation of pi Download

Added: September 07, 2013 | Visits: 314

Kautz sequence generator The Kautz sequence is of the same family of sequences as the de Bruijn sequence, but has an additional requirement that it not contain any consecutive repeats of the same character.The sequence is, by nature, circular, so the final members of pairs (or triplets, quadruplets, etc...) are found...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Kautz sequence generator Download

Added: August 13, 2013 | Visits: 407

Intoduction to the gravity field of earth This file includes two m-files. The ASWERS12345 calculates GRS80 free air anomalies,Eigen-CG03C and model of remaining topography reduction,empirical and analytic covariance functions,normal gravity (GRS67,GRS80) using Somigliana formula. The other one fftstokes.m is a geoid computation using...


Platforms: Matlab

License: Freeware Size: 2.04 MB Download (39): Intoduction to the gravity field of earth Download

Added: September 07, 2013 | Visits: 257

MATLAB For Java Programmers MATLABdlT« is a high-level technical computing language and interactive environment for algorithm development, data analysis, data visualization, and numeric computation. During this webinar, we will show you how to use MATLAB together with Java to accelerate the development and debugging of...


Platforms: Matlab

License: Freeware Size: 11.34 MB Download (45): MATLAB For Java Programmers Download

Added: August 25, 2013 | Visits: 301

iSight image capture The tool can capture images in black/white or RGB and send them to matlab. The tool uses some code initially posted here on matlabcentral by Ikkjin Ahn and is reused here with permission from the previous owner. The capture method uses java and can produce 20 frames per second if no other...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): iSight image capture Download

Added: December 10, 2013 | Visits: 624

Covariance matrix Return covariance matrix for given data matrix X (row = object, column = feature)% @author: Kardi Teknomo% http://people.revoledu.com/kardi/index.htmlSee the usage for Mahalanobis distance computation in http://people.revoledu.com/kardi/tutorial/...isDistance.html


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (56): Covariance matrix Download

Added: April 25, 2013 | Visits: 347

multstat This m-file returns the mean, variance and standard deviation of the multinomial distribution with parameters N and P. The Expected Value (i.e., averages):Expected Value = m = Sum(Xi doOCo Pi), the sum is over all i's. Expected value is another name for the mean and (arithmetic) average.The...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): multstat Download

Added: March 22, 2013 | Visits: 338

Compute the heights for tetrahedrons Computation is vectorized, no loops% H = gui_comp_h_tet4( id, ix, x)%-----------------------------------------------------------% compute the heights for the nodes of selected elements% WZ. Shan, 23/01/09%-----------------------------------------------------------% input:% ix : elem. con. mat....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Compute the heights for tetrahedrons Download

< 1 2 3 4 5 >