SignalUtils.DelayInit Method

procedure DelayInit(Delay: Integer; var State: TDelayFilterState; const FloatPrecision: TMtxFloatPrecision);

Initialize an integer delay filter.

#NameTypeDescription
1DelayInteger
2StateTDelayFilterState
3FloatPrecisionTMtxFloatPrecision

Result: stored in self (calling object)

Remarks:

Initialize the delay filter by initializing the State variable. The Delay parameter defines the delay in number of sampels.

See Also: SignalUtils.DelayFilter, SignalUtils.DelayFree