type TSpectrumPeakInterpolation = class(TPersistent);
Encapsulates parameters used for peak interpolation.
Holds the parameters required used by peak interpolation methods.
Properties
| Name | Type | Description |
|---|---|---|
| Harmonics | Boolean | Interpolate first harmonic only. |
| IPrecision | Double | Holds the interpolation precision required. Read only. |
| Method | TInterpolationMethod | Defines the peak interpolation method used. |
| Precision | TInterpolationPrecision | Set this property to define the required interpolation precision for the numerical peak interpolator. |
| RecursiveHarmonics | TRecursiveHarmonics | Refinement of the frequency of the first harmonic. |
Methods
| Name | Description |
|---|---|
| Disable | Disables interpolation. |
| Restore | Restores interpolation. |