-
dfildemo
说明: 遗传算法的小程序,希望能够对大家有用处!(genetic algorithm for small procedures, we hope to be able to be useful!)
- 2006-04-12 10:01:11下载
- 积分:1
-
Arnold
matlab实现Arnold置乱的程序,对初学者有用(matlab Arnold matlab Arnold)
- 2013-12-11 10:34:08下载
- 积分:1
-
mobilecomm
The function of channel estimation is to form an estimate of the amplitude
- 2010-08-13 13:50:00下载
- 积分:1
-
ELM
训练集/测试集产生
load spectra_data.mat
随机产生训练集和测试集
temp = randperm(size(NIR,1))
训练集——50个样本
P_train = NIR(temp(1:50),:)
T_train = octane(temp(1:50),:)
测试集——10个样本
P_test = NIR(temp(51:end),:)
T_test = octane(temp(51:end),:)
N = size(P_test,2)
数据归一化
( Training set/test set generation load spectra_data.mat randomly generated training set and test set temp = randperm (size (NIR, 1)) training set- 50 samples P_train = NIR (temp (1:50) ,:)' T_train = octane (temp (1:50 ),:)' test set- 10 samples P_test = NIR (temp (51: end ),:)' T_test = octane (temp (51 : end ),:)' N = size (P_test, 2) Data Normalization)
- 2011-05-21 16:45:51下载
- 积分:1
-
scbn
基于nystrom的普聚类算法,用于各种数据的分类。。(spectral clustering based on nystrom readme my_nsc_image is main function )
- 2011-06-23 20:49:05下载
- 积分:1
-
voiceidentification
说明: 本程序为matlab源代码,供大家交流学习,语音识别专用代码(This program is EMD-HHT-M source code for all to share learning, speech recognition-specific code)
- 2010-05-03 19:05:04下载
- 积分:1
-
LPF1
设计一个低通数字滤波器,满足如下设计指标:
通带截止频率:0.2pi,通带波动:1dB
阻带截止频率:0.3pi,阻带衰减:15dB
要求:采用切比雪夫Ⅱ型滤波器原型,并分别采用脉冲响应不变变换法和双线性变换法进行设计,比较设计的结果,并进行分析
(Design a low pass digital filters that meet the following design specifications: passband cutoff frequency: 0.2pi, pass-band fluctuations: 1dB stopband cutoff frequency: 0.3pi, stop-band attenuation: 15dB requirements: use of Chebyshev filter prototypes with type Ⅱ and pulse response were the same transformation and bilinear transformation method designed to compare the results of the design and analysis)
- 2010-05-08 11:47:59下载
- 积分:1
-
pressf
PLSR主成分因子确定的软件,输入自变量X和因变量Y即可得到结果(plsr principal component factor determining the software, enter the path to the variable x and the dependent variable y to get results)
- 2013-01-08 01:24:06下载
- 积分:1
-
OFDMA
calculates BER of BPSK on OFDM
- 2014-01-23 22:09:39下载
- 积分:1
-
DE_8PSK
说明: 关于8PSK译码的matlab小程序,简单易懂,很是好用的,有好东西相互交流(8PSK decoding matlab on a small program, easy to understand, it is easy to use, there are good things to exchange
)
- 2011-04-18 12:25:06下载
- 积分:1