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

Precision specification for numerical peak interpolation.

Syntax
C#
Visual Basic
public enum TInterpolationPrecision : uint { ip2, ip4, ip6, ip8 }

SignalAnalysis.cs

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-2022 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!