-
ofdm
OFDM system implementaion
- 2010-06-10 04:18:42下载
- 积分:1
-
3dCURVE
由一系列空间点拟合三维曲线,输入坐标点,输出多段样条曲线,及n等分点(By a series of space to fit this point, the input, output multiple of the other points, and the n
)
- 2020-12-26 20:29:03下载
- 积分:1
-
MyChat
my chAT APPLICATION NEW WAY TO CHAT
- 2013-12-12 20:36:46下载
- 积分:1
-
BPP
多个 matlab 神经网络bp算法 调制识别(Matlab neural network algorithm for multiple modulation recognition bp)
- 2011-04-20 11:02:19下载
- 积分:1
-
imnoise2
imnoise2 预加噪声 matlab code(imnoise2 pre-plus noise)
- 2012-12-31 22:25:06下载
- 积分: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
-
GSO
萤火虫算法,一种新颖的群优化算法,目前比较流行的有两种,一种是FA,一种是GSO,本代码试GSO的实现(glowworm swarm optimization)
- 2014-08-14 10:23:20下载
- 积分:1
-
Matrix_Computations
matrix computation book
- 2010-01-02 18:00:52下载
- 积分:1
-
Comdlg32
Thi for image processing using matlab
- 2012-06-12 20:40:45下载
- 积分:1
-
FaceDetection
这是一个Matlab编写的基于PCA的人脸识别分类算法.(This is a Matlab prepared by the PCA face recognition classification algorithm.)
- 2013-04-25 20:40:11下载
- 积分:1