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

Fast Hilbert Transform computation method.

Syntax
C#
Visual Basic
public enum THilbertMethod : uint { hmMethod1, hmMethod2 }

MtxVec.cs

Members 
Description 
hmMethod1 
Compute forward real to complex FFT, FlipConj, sets DC to zero and Inverse complex to complex. 
hmMethod2 
Compute forward real to complex FFT with symmetric conjugate part, set second half to zero, first half scaled by 2 and Inverse complex to complex.
Refeference: S. Lawrence Marple, Jr., Computing the discrete-time "analytic" signal via FFT, IEEE Transactions on Signal Processing ( Volume: 47 , Issue: 9 , Sep 1999 ), pp.2600-2603 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!