Calculate Autocorrelation Function

版本 1.0.0.0 (1.3 KB) 作者: sheng liu
Compute autocorrelation function
1.3K 次下载
更新时间 2015/7/16

查看许可证

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.

引用格式

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

MATLAB 版本兼容性
创建方式 R2015a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Financial Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Add description to the functions.