FFTHelperIFFT 方法 (Double, Double) |
快速傅立叶变换的逆变换
命名空间:
HslCommunication.Algorithms.Fourier
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法public static int IFFT(
double[] xreal,
double[] ximag
)
Public Shared Function IFFT (
xreal As Double(),
ximag As Double()
) As Integer
public:
static int IFFT(
array<double>^ xreal,
array<double>^ ximag
)
static member IFFT :
xreal : float[] *
ximag : float[] -> int
参数
- xreal
- 类型:SystemDouble
实数部分,数组长度最好为2的n次方 - ximag
- 类型:SystemDouble
虚数部分,数组长度最好为2的n次方
返回值
类型:
Int322的多少次方
参见