Calculate Autocorrelation Function

Versión 1.0.0.0 (1,32 KB) por sheng liu
Compute autocorrelation function
1,3K descargas
Actualizado 16 jul 2015

Ver licencia

Calculate the autocorrelation function of the input vector using Matlab built-in function circshift, so it is very fast.
autocorr(x): compute the ordinary autocorrelation function.
autocorr_circular(x): compute the circular autocorrelation function
autocorr_fft(x): compute the circulat autocorrelation function using FFT, the result should be same as autocorr_circular.

Citar como

sheng liu (2024). Calculate Autocorrelation Function (https://www.mathworks.com/matlabcentral/fileexchange/52178-calculate-autocorrelation-function), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2015a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Financial Toolbox en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

Add description to the functions.