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

Correlation software
Filter: All | Freeware | Demo
 

Correlation

1 2 3 4 5 > 
Added: September 03, 2013 | Visits: 503

Joint Frequency and Delay Correlation [FDOUT, FREQ_AXIS] = FDCORR(A,B,FRANGE)FDCORR Joint frequency and delay correlation Performs an efficient circular cross correlation between two vectors over all possible frequency offsets (Dopplers) between -pi and pi where 2pi is the sampling rate.A: vector representing received signal sampled...



Platforms: Matlab

License: Freeware Size: 30.72 KB Download (40): Joint Frequency and Delay Correlation Download

Added: May 13, 2013 | Visits: 487

Fast Circular (Periodic) Cross Correlation Uses fft to calculate the circular cross correlation of two periodic signal vectors.This is equivalent to xc(k)=sum(u1.*circshift(u2,k)), but much faster (on the order of 500 times faster for a 1024 point signal).The package also includes two examples. One checks the calculation against the...





Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Fast Circular (Periodic) Cross Correlation Download

Added: April 24, 2013 | Visits: 598

Spatial correlation in high resolution climate data A package of Matlab functions for exploring spatial patterns of correlation in high resolution climate data. Cross-similarity parameters (dominant lag, max-similarity, window cross-similarity) are calculated for each pair of records and presented on maps as well as plots with an intersite...


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Spatial correlation in high resolution climate data Download

Added: September 11, 2013 | Visits: 359

Intraclass correlation coefficients Calculates 6 different intraclass correlation coefficients based on the schema described by Shrout & Fleiss (Psychol Bull. 1979;86:420-428). See comments in code.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Intraclass correlation coefficients Download

Added: September 06, 2013 | Visits: 318

Point biserial correlation Calculates point biserial correlation and tests for significance with either ttest or ranksum test.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Point biserial correlation Download

Added: August 31, 2013 | Visits: 505

Salvaging a Linear Correlation Matrix The solution of the nearest correlation matrix applies the hypershpere or spectral decomposition methods as outlined in Monte Carlo methods in Finance by Peter Jackel, Chapter 6.Use CorrelationExample.m that applies a simple example for the two cases.


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Salvaging a Linear Correlation Matrix Download

Added: June 12, 2013 | Visits: 377

Windowed Cross Correlation (corrgram) Calculate windowed cross correlation between two signals A and B up to a pre-defined lag. Usage is similar to the Matlab function SPECGRAM.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (51): Windowed Cross Correlation (corrgram) Download

Added: August 02, 2008 | Visits: 2.533

StatsEasy Correlation StatsEasy Correlation is an online Java applet that allows you to compute the Coefficient of Correlation, it displays the results along with a scatter diagram and line graph. Some knowledge of statistics is required.


Platforms: Any Browser+Java

License: Freeware Download (785): StatsEasy Correlation Download

Added: June 02, 2013 | Visits: 456

Time Window Based Cross-correlation This code calculates the cross-correlation for specified time windows over the duration of two input signals. The time windows can be shifted by increments smaller than the time window length. The code is based upon the 'xcorr' function.


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Time Window Based Cross-correlation Download

Circular Cross Correlation of the Columns of an Array - circ xcorr The program takes the columns of an input matrix and calculates the auto and cross correlation of these columns using an fft method. The result is very similar to the xcorr function. This method could be used to evaluate the cross correlation of repeating code sequences, and other similar...


Platforms: Matlab


Added: September 01, 2013 | Visits: 387

Spearman Rank Correlation It calculates the Spearman rank correlation coefficient from 2 or more data sets, and the associated t-test and p-values. The code is adapted with major changes from the Numerical Recipes book (http://www.nr.com/)Example:>> x = [1 2 3 3 3]';>> y = [1 2 2 4 3; rand(1,5)]';>> [r,t,p] = spear(x,y)>>...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Spearman Rank Correlation Download

Added: May 13, 2013 | Visits: 526

Two point correlation function of a finite 2D lattice Computes the distance 2-point correlation function of a finite 2D lattice. The functions is:[ coorfun r] = twopointcorr(x,y,width,height,dr)Where x is the list of x coordinates of lattice points. y is the list of y coordinates of the lattice points, width is the width of the lattice, height is...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Two point correlation function of a finite 2D lattice Download

Added: April 28, 2013 | Visits: 344

Template Matching using Correlation Coefficients The correlation coefficient calculation is implemented not with built-in function corr or corr2 but with conv2. Function corr is relatively slow for template matching purpose and it is also required extra considerations on controlling the boundary and selecting region of interest on the frame...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Template Matching using Correlation Coefficients Download

Added: April 10, 2013 | Visits: 484

Digital Image Correlation 4 threads pmode This package only contains the digital image correlation .m file, for the full suite you need to download the 'digital image correlation and tracking' (ID: 12413) files.automate_image_parinteractive.m works similar to automate_image.m but must be run in pmode!!!!Therefore you have to start...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Digital Image Correlation 4 threads pmode Download

Added: September 08, 2013 | Visits: 370

Convert covariance matrix to correlation matrix The function is "remix" of native matlab cov2corr() function, which produces correlation matrix with elements on its main diagonal slightly greater or less then 1. So it can't be used in various further computations, for example in squareform() function.The problem can be resolved simply by...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Convert covariance matrix to correlation matrix Download

Added: August 09, 2013 | Visits: 331

Multivariate Lognormal Simulation with Correlation MVLOGNRAND MultiVariate Lognormal random numbers with correlation.This function will generate multivariate lognormal random numbers with correlation.Often one would simulation a lognormal distribution by first simulating a normal and then taking the exponent of it.If you provide the correlation...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Multivariate Lognormal Simulation with Correlation Download

Added: September 08, 2013 | Visits: 373

Generalized Normalized Cross Correlation normxcorr2_general computes the normalized cross-correlation of matrices TEMPLATE and A. The resulting matrix C contains correlation coefficients and its values may range from -1.0 to 1.0.Limitations of normxcorr2:The documentation of normxcorr2 states that, "The matrix A must be larger than the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Generalized Normalized Cross Correlation Download

Spatial Correlation Generator with Latin Hipercube Sampling and Cholesky Decomposition It generates a stochastic field on a squared space. Samples are created by Latin hypercube sampling and the spatial correlation is performed by an algorithm based on Cholesky decomposition. Example inside.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Spatial Correlation Generator with Latin Hipercube Sampling and Cholesky Decomposition Download

Find Displacement between images by using cross-correlation Find Displacement between images by using cross-correlation.Easy:[dr,dc]=findoff(unreg,ref)


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Find Displacement between images by using cross-correlation Download

Added: July 13, 2013 | Visits: 358

Finding a similar valid correlation matrix Implementation of Nicholas J. Higham's algorithm "Computing the Nearest Correlation Matrix - A Problem from Finance", 2002.http://eprints.ma.man.ac.uk/232/01/covered...S_ep2006_70.pdf


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Finding a similar valid correlation matrix Download

1 2 3 4 5 >