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

Precision specification for numerical peak interpolation.

Pascal
TInterpolationPrecision = (
  ip2,
  ip4,
  ip6,
  ip8
);
Members 
Description 
ip2 
Interpolate to accuracy 1E+2 higher then frequency spectrum resolution. 
ip4 
Interpolate to accuracy 1E+4 higher then frequency spectrum resolution. 
ip6 
Interpolate to accuracy 1E+6 higher then frequency spectrum resolution. 
ip8 
Interpolate to accuracy 1E+8 higher then frequency spectrum resolution. 

Defines the precision to be achieved by the numerical peak interpolator.

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