搜索资源列表
-
3下载:
基于局部傅里叶变换数据的重构算法的研究,是一种比有效快速的重构算法-New features:
Switched to complex computation, fully compatible with complex data
Replaced penalty parameter continuation by R. Glowinski and P.L. Tallec s alternating direction method (ADM or ADMM)
New
-
-
1下载:
训练集/测试集产生
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 = si
-
-
0下载:
LBG分类算法
用初始室心随机法和扰动因子分裂法两种方法,比较不同方法不同参数设置时的分类性能。
-LBG classification algorithm vector quantization: vector normalization within a certain range for a particular type, consists of two steps: first generate a codebook, which is the speech feature v
-