Auto-correlation of a sequence x without using xcorr(x)
版本 1.0.0 (24.6 KB) 作者:
Ashutosh Rout
It is the correlation of a signal with a delayed copy of itself as a function of delay.
Enter x
[1 1 2 3 4]
Enter the lower limit:
-1
Enter the upper limit:
3
x(n) is:
1 1 2 3 4
z(n) is:
4 3 2 1 1
y(n) is:
4 7 13 21 31 21 13 7 4
引用格式
Ashutosh Rout (2025). Auto-correlation of a sequence x without using xcorr(x) (https://www.mathworks.com/matlabcentral/fileexchange/68498-auto-correlation-of-a-sequence-x-without-using-xcorr-x), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2016a
兼容任何版本
平台兼容性
Windows macOS Linux类别
- Signal Processing > Signal Processing Toolbox > Measurements and Feature Extraction > Descriptive Statistics >
在 Help Center 和 MATLAB Answers 中查找有关 Descriptive Statistics 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0 |
|