-
imageplanerepresentation
this program gives the idea about how image is represented in different plane in an 8bit mode.
- 2009-12-12 14:03:56下载
- 积分:1
-
msk2
说明: msk调制解调程序,利用matlab进行仿真,通信类设计可用(msk modulation and demodulation process simulation using matlab, Communications design available)
- 2010-04-12 08:36:49下载
- 积分: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
-
dstatcom
matlab simulink Dstatcom distribution fact device
- 2014-01-27 19:51:50下载
- 积分:1
-
HorMat
利用matlab编写的获取单应矩阵的源程序,可用于计算机视觉图像配准等程序中。(Get prepared using matlab homography of the source, can be used for computer vision, image registration and other procedures.)
- 2010-12-02 21:37:36下载
- 积分:1
-
mean-shift-matlab
用mean-shift方法进行运动目标跟踪的源码,有一定的参考价值()
- 2007-10-29 20:43:23下载
- 积分:1
-
GettingStartedwithMATLAB
一个matlab的入门视频教程 简单的英文表述 可以快速理解matlab数组等相关知识(Matlab video tutorial of a simple introduction to the English expressions can quickly understand the matlab array of other relevant knowledge)
- 2011-04-22 00:10:49下载
- 积分:1
-
The-simulation-of-OFDM-system
用matlab对OFDM系统进行仿真,并添加高斯白噪声,得到一条BER曲线(Using matlab for OFDM system simulation, and add white Gaussian noise, to obtain a BER curve)
- 2013-09-03 15:40:27下载
- 积分:1
-
Levinson
用Levinson算法,Burg算法,ARMA模型法,MUSIC算法来估算功率谱。并进行比较。(With Levinson algorithm, Burg algorithm, ARMA model method, MUSIC algorithm to estimate the power spectrum. And compared.)
- 2013-11-08 13:25:55下载
- 积分:1
-
xiaobobaofenxi
小波包分析程序 matlab 小波包分析(Wavelet packet analysis matlab)
- 2013-06-16 08:57:29下载
- 积分:1