-
sigxpand
将输入d进行扩张,方法是在d的每个数据中插入M-1个零值。
如输入d=[1,2,3,4] M=3
输出out=[1 0 0 2 0 0 3 0 0 4 0 0](To expand the input d, the method is to insert each data d, M-1 zero value. If the input d = [1,2,3,4] M = 3 output out = [1 0 0 2 0 0 3 0 0 4 0 0])
- 2010-11-14 11:18:01下载
- 积分:1
-
ook
二进制ook调制 matlab实现仿真程序(ook modulation)
- 2011-08-19 16:22:30下载
- 积分:1
-
chapter01
prmlmatlab各章算法程序的编写,这些程序是各大名校的大牛人认真编写,给我们学习MATLAB有很大帮助(prmlmatlab algorithm procedures for the preparation of each chapter, these programs are the major schools of large cattle carefully prepared, give us great help to learn MATLAB)
- 2013-09-16 16:32:19下载
- 积分:1
-
start
评分打星星的一个例子 可以用来参考 很实用(An example of playing star ratings can be used to refer to)
- 2011-11-12 12:09:29下载
- 积分:1
-
wavelet-methods
基于离散小波变换的运动伪迹移除方法在脑功能近红外光谱成像中(Motion artifact remaval based on discrete wavelet transform method in brain functional near-infrared spectroscopic imaging)
- 2015-01-08 17:30:58下载
- 积分:1
-
1DBVP
说明: 有限元计算程序,结构清晰易懂,编程规范,入门必备(Finite element program, clear structure and easy to understand, programming specifications)
- 2011-04-08 11:05:39下载
- 积分:1
-
a1
说明: 关于电力系统静态稳定的程序,需要的可以下载(the program of powersystem stablity )
- 2009-05-24 17:52:48下载
- 积分:1
-
KummerComplex
kummer 复函数实现合流超几何函数的matlab程序(kummer complex)
- 2013-12-05 10:24:18下载
- 积分:1
-
mad
Matlab code for speech processing
- 2015-03-24 20:26:20下载
- 积分:1
-
FCBF
FCBF算法是基于显著的思想,采用后向顺序搜索策略快速有效地寻找最优特征子集的特征选择方法,它采用对称不确定性作为相关程度度量标准,每次选择一个显著特征并删除它的所有冗余特征。(The FCBF algorithm is based on the significant idea, using the backward sequential search strategy to find the feature selection method quickly and effectively. It uses the symmetric uncertainty as the correlation measure, and selects a significant feature each time and deletes all the redundant features.)
- 2018-04-18 22:09:57下载
- 积分:1