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