TNormTracing Enumeration

Source: SignalAnalysis.cs · Assembly: Dew.Signal

public enum TNormTracing

Normalized tracing options.

Tracing means, that on each subsequent computed frequency spectrum, the frequency analyzer will recursivelly use the previous value of the specified marked peak (otNthPeak) to search for the new nearest peak. Alternativelly the marked peak can also be specified as the largest found marked peak (otLargest). In this case, the previous value of the for this peak is disregarded. Usually the largest peak is also the fundamental frequency. otFirstPeak can be used when examining the ratios between different peaks.

Values

NameDescription
otFirstPeakPerform tracking relative to the N'th marked peak.
otNonePerform tracking relative to the first marked peak from the left.
otNthPeakPerform tracking relative to the largest marked peak.