-
matlabGUI001
Matlab教程-用户图形界面设计gui(matlab gui)
- 2015-04-04 18:50:39下载
- 积分:1
-
jingkai_v12
课程设计时编写的matlab程序代码,完整的图像处理课设,包含所有源代码,汽车图像,语音信号的采集与处理,数字信号处理课设。( Course designed to prepare the matlab program code, Complete class-based image processing, contains all of the source code, auto image, Acquisition and Processing of the speech signal, digital signal processing class-based.)
- 2016-05-15 16:29:52下载
- 积分:1
-
function-method
约束优化问题,主要包括坐标轮换法,外点罚函数法,混合罚函数法,加速混合罚函数法,梯度投影法,乘子法(Constrained optimization problems, including the method of coordinate rotation, the outer points penalty function method, mixed penalty function method, accelerating hybrid penalty function method, the gradient projection method, multiplier method)
- 2016-05-20 09:55:06下载
- 积分:1
-
ufc
ufc无监督优化模糊聚类用于彩色图像分割(ufc Unsupervised Fuzzy Clustering for Color Image Segmentation)
- 2008-05-06 11:40:53下载
- 积分: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
-
programming_tips
programing tips which is so useful in matlab programing particularlly in Control engineering.
- 2011-10-13 18:06:50下载
- 积分:1
-
802.15.3-UWB-channel-model
This section of MATLAB source code covers 802.15.3 UWB Channel Model.
- 2014-12-02 14:53:55下载
- 积分:1
-
RICE-UNIVERSITY
标准压缩感知(CS)理论决定了可靠的信号恢复是可能给M= O(KLOG(N / K))的测量。我们证明了它可以通过利用超越简单的稀疏性和可压缩性由包括价值观和信号系数的位置之间的依赖关系更加逼真信号模型大大降低Mwithout牺牲的鲁棒性。(The standard compressive sensing (CS) theory dictates that robust signal recovery is possible from M=O(Klog(N/K)) measurements. We demonstrate that it is possible to substantially decrease Mwithout sacrificing robustness by leveraging more realistic signal models that go beyond simple sparsity and compressibility by including dependencies between values and locations of the signal coefficients.
)
- 2014-01-06 20:07:54下载
- 积分:1
-
ruilixindao
产生不同增益因子下的锐利信道十条误码率曲线,信噪比范围0~30DB(Under different gain factor of sharp curve, the article channel ber SNR range 0 ~ 30DB)
- 2010-06-13 18:34:43下载
- 积分:1
-
ica
可以分离语音的独立分量分析程序 可以实现瞬时和卷积混合的分离 相当好用(ica_f.m bsepf2 is the main program and it needs
correlation.m
decorrelation.m
permutation.m
sepfilter.m.
You also need to visit
ftp://sig.enst.fr/pub/jfc/Algo/Joint_Diag/
and get a matlab code "joint_diag.m". this is by Jean-Franc{c}ois
Cardoso. You have to put the code under this directory "ica".
usage is
function [Y1,Y2] = ica_f(X,NFFT,FS,OVERLAP,N)
)
- 2009-12-30 15:41:03下载
- 积分:1