SignalUtils.SavGolayFilter Method

procedure SavGolayFilter(const Data: TVec; const H: TMtx);

Savitzky-Golay FIR smoothing filter.

#NameTypeDescription
1DataTVec
2HTMtx

Result: stored in self (calling object)

Remarks:

Apply Savitzky-Golay FIR smoothing filter designed by the SavGolayImpulse routine and stored in the H matrix to the Data. For streamed filtering use the SignalUtils.FirFilter routine.

See Also: SignalUtils.FirFilter, SignalUtils.SavGolayFilter, SignalUtils.SavGolayImpulse