Calculate Autocorrelation Function

Version 1.0.0.0 (1.32 KB) by sheng liu
Compute autocorrelation function
1.3K Downloads
Updated 16 Jul 2015

View License

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.

Cite As

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

MATLAB Release Compatibility
Created with R2015a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Financial Toolbox in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

Add description to the functions.