Calculate Autocorrelation Function

Compute autocorrelation function
1,3K download
Aggiornato 16 lug 2015

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2015a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Financial Toolbox in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

Add description to the functions.