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