You are here: Symbol Reference > MtxVec Namespace > Structs, Records, Enums > MtxVec.THilbertMethod Enumeration
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxVec.THilbertMethod Enumeration

Fast Hilbert Transform computation method.

Pascal
THilbertMethod = ( hmMethod1, hmMethod2 );
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-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!