procedure SavGolayFilter(const Data: TVec; const H: TMtx);
Savitzky-Golay FIR smoothing filter.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Data | TVec | |
| 2 | H | TMtx |
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.