You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Structs, Records, Enums > Dew.Signal.TPeakTraceMethod Enumeration
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
Dew.Signal.TPeakTraceMethod Enumeration

Specifies how to mark peaks automatically.

Syntax
C#
Visual Basic
public enum TPeakTraceMethod : uint { ptNone, ptCurrent, ptLargest, ptAmpltHarmonics, ptFreqHarmonics, ptAllPeaks }

SignalAnalysis.cs

Members 
Description 
ptNone 
Existing marks will not be removed, but their amplitudes will be updated. 
ptCurrent 
Existing marks will be shifted in frequency to the closest peaks. 
ptLargest 
Existing marks will be removed, and a prespecified number of largest peaks will be marked. 
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. 
ptFreqHarmonics 
All marks except the first are removed. Treats the first mark as the fundamental frequency and then marks a prespecified number of harmonics. 
ptAllPeaks 
Finds all peaks, which are not too close. 

Defines the method used to mark peaks on the frequency spectrum

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!