메소드 | 설명 | |
---|---|---|
FHT ( Complex data, FourierTransform direction ) : void |
Performs the Fast Hilbert Transform over a complex[] array.
|
|
FHT ( double data, FourierTransform direction ) : void |
Performs the Fast Hilbert Transform over a double[] array.
|
public static FHT ( Complex data, FourierTransform direction ) : void | ||
data | Complex | |
direction | FourierTransform | |
리턴 | void |
public static FHT ( double data, FourierTransform direction ) : void | ||
data | double | |
direction | FourierTransform | |
리턴 | void |