-
Notifications
You must be signed in to change notification settings - Fork 0
signal.Autocorrelation
Christian d'Heureuse edited this page Jun 6, 2026
·
1 revision
dsp-collection / signal/Autocorrelation
Autocorrelation functions.
| Function | Description |
|---|---|
| findNonPeriodicAutocorrelationMaximum | Finds the distance value with the highest autocorrelation. |
| nonPeriodicAutocorrelation | Computes the non-periodic autocorrelation of a sampled signal. |
| nonPeriodicAutocorrelationSingle | Computes the non-periodic autocorrelation for a single positive integer distance. |
| windowedNonPeriodicAutocorrelation | Computes a windowed non-periodic autocorrelation of a sampled signal. |