Click or drag to resize
Accord.NET (logo)

HilbertTransformFHT Method (Double, FourierTransformDirection)

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

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

Parameters

data
Type: SystemDouble
direction
Type: Accord.MathFourierTransformDirection
See Also