点击或拖拽改变大小

FFTFilterFillDataArrayT 方法

对指定的数据进行填充,方便的进行傅立叶计算

命名空间:  HslCommunication.Algorithms.Fourier
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法
public static List<T> FillDataArray<T>(
	List<T> source,
	out int putLength
)

参数

source
类型:System.Collections.GenericListT
数据源
putLength
类型:SystemInt32
输出的长度

类型参数

T
数据的数据类型

返回值

类型:ListT
填充结果
参见