enum class TPeakTraceMethod : unsigned int;
Specifies how to mark peaks automatically.
Defines the method used to mark peaks on the frequency spectrum
Values
| Name | Description |
|---|---|
| ptAllPeaks | Finds all peaks, which are not too close. |
| ptAmpltHarmonics | Existing marks will be removed and a band limited search is performed to find the peak with the largest amplitude. The newly found peak is regarded as a fundamental frequency and a prespecified number of harmonics is marked. |
| ptCurrent | Existing marks will be shifted in frequency to the closest peaks. |
| ptFirstHarmonic | Finds all largest peaks, which are not too close. It then searches for the harmonic series with the strongest support. |
| ptFreqHarmonics | All marks except the first are removed. Treats the first mark as the fundamental frequency and then marks a prespecified number of harmonics. |
| ptLargest | Existing marks will be removed, and a prespecified number of largest peaks will be marked. |
| ptNone | Existing marks will not be removed, but their amplitudes will be updated. |