Auto-correlation of a sequence x without using xcorr(x)
Versione 1.0.0 (24,6 KB) da
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
Cita come
Ashutosh Rout (2025). Auto-correlation of a sequence x without using xcorr(x) (https://it.mathworks.com/matlabcentral/fileexchange/68498-auto-correlation-of-a-sequence-x-without-using-xcorr-x), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2016a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- Signal Processing > Signal Processing Toolbox > Measurements and Feature Extraction > Descriptive Statistics >
Scopri di più su Descriptive Statistics in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0 |
|