You are here: Symbol Reference > SignalAnalysis Namespace > Structs, Records, Enums > SignalAnalysis.TNormTracing Enumeration
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalAnalysis.TNormTracing Enumeration

Normalized tracing options.

Pascal
TNormTracing = (
  otNone,
  otFirstPeak,
  otNthPeak,
  otLargest
);
Members 
Description 
otFirstPeak 
Perform tracking relative to the first marked peak from the left. 
otNthPeak 
Perform tracking relative to the N'th marked peak. 
otLargest 
Perform tracking relative to the largest marked peak. 

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.

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