-
MATLAB
本书为MATLAB的学习用书,内容简洁,适合入门学徒使用(This book is learning to use MATLAB book, concise, suitable for the use of entry-apprentice)
- 2009-12-17 11:31:03下载
- 积分: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
-
Multi-target-tracking-applications
在JPDA算法中,首先按照多目标跟踪门之间的几何关系,划分为多个聚。在每个聚中,任何一个目标跟踪门与其他至少一个目标的跟踪门之间交集非空。JPDA算法依次处理每个聚中的目标与量测。(Multi-target tracking applications in information fusion)
- 2012-06-04 21:14:39下载
- 积分:1
-
Calculate-the-Coma-aberration-
用于光学设计分析软件的计算各视场慧差的宏(The optical design and analysis software is used to calculate the field of view of each macro coma)
- 2014-10-29 16:15:48下载
- 积分:1
-
For2008a
ACOUNT: 用于A 方向灯的时间显示,8 位,可驱动两个数码管;
BCOUNT: 用于B 方向灯的时间显示,8 位,可驱动两个数码管。*/
module traffic(CLK,EN,LAMPA,LAMPB,ACOUNT,BCOUNT)
output[7:0] ACOUNT,BCOUNT
(reg[7:0] numa,numb
reg tempa,tempb
reg[2:0] counta,countb
reg[7:0] ared,ayellow,agreen,aleft,bred,byellow,bgreen,bleft
reg[3:0] LAMPA,LAMPB
always @(EN)
if(!EN)
)
- 2010-06-23 14:39:58下载
- 积分:1
-
mcode
基于最小二乘的解扩重扩波束成形算法matlab实现(the implementation of beamforming algorithm based on least squares spread despread algorithm in matlab.)
- 2013-08-04 11:14:39下载
- 积分:1
-
Shorttimespectrumanalysis
基于matlab语音短时频谱分析,到谱分析,语谱图分析及结果(Short-time spectrum analysis based on matlab speech to the spectral analysis, spectrogram analysis and results)
- 2010-10-14 20:11:12下载
- 积分:1
-
data_annalysis
压缩包包含matlab数值分析的源代码和演示ppt,希望对您有所帮助~~~~(Archive contains the source code matlab numerical analysis and presentation ppt, I hope for your help ~ ~ ~ ~)
- 2011-10-29 10:52:29下载
- 积分:1
-
Chebyshev
试设计一个切比雪夫I型高通数字滤波器,采样率为8000Hz,fp=1000Hz,fs=700Hz,Rp=3dB,Rs=20dB。(Try to design a type I Chebyshev high-pass digital filter sampling rate of 8000Hz, fp = 1000Hz, fs = 700Hz, Rp = 3dB, Rs = 20dB.)
- 2013-12-17 11:24:34下载
- 积分:1
-
prac9
The above file will give you various kinds of filter that are applied to a single image and so that you will be able see the effect of that filter to the image.
- 2013-12-05 11:38:27下载
- 积分:1