-
Notifications
You must be signed in to change notification settings - Fork 0
signal.Autocorrelation.Function.nonPeriodicAutocorrelationSingle
Christian d'Heureuse edited this page Jun 7, 2026
·
2 revisions
dsp-collection / signal/Autocorrelation / nonPeriodicAutocorrelationSingle
function nonPeriodicAutocorrelationSingle(
x,
distance,
compensate): number;Defined in: signal/Autocorrelation.ts:28
Computes the non-periodic autocorrelation for a single positive integer distance.
ArrayLike<number>
The input signal.
number
A positive integer specifying the correlation distance.
boolean
true to compensate for the narrowness of the overlap region.
number
The autocorrelation amount at the specified distance.