点击或拖拽改变大小

FFTHelperIFFT 方法 (Single, Single)

快速傅立叶变换的逆变换

命名空间:  HslCommunication.Algorithms.Fourier
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法
public static int IFFT(
	float[] xreal,
	float[] ximag
)

参数

xreal
类型:SystemSingle
实数部分,数组长度最好为2的n次方
ximag
类型:SystemSingle
虚数部分,数组长度最好为2的n次方

返回值

类型:Int32
2的多少次方
参见