procedure FilterPeak(Index: Integer);
Filter the peak defined with a TMarkRecord record stored at position Index within Marks list from Input.Data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Integer | start index |
Result: stored in self (calling object)
Remarks:
The method will use the frequency, amplitude and phase stored in the TMarkRecord to subtract a sine wave of the same frequency, amplitude and phase from the signal connected to the Input property.