Click or drag to resize
Accord.NET (logo)

HilbertTransformFHT Method (Complex, FourierTransformDirection)

Performs the Fast Hilbert Transform over a complex[] array.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static void FHT(
	Complex[] data,
	FourierTransformDirection direction
)
Request Example View Source

Parameters

data
Type: System.NumericsComplex
direction
Type: Accord.MathFourierTransformDirection
See Also