-
matlab_programming_for_algorithm_design_classic_so
matlab程序设计之算法设计经典源码matlab programming for algorithm design classic source(matlab programming for algorithm design classic source matlab programming for algorithm design classic source)
- 2010-08-02 09:52:00下载
- 积分:1
-
Matlab
matlab 图像处理教程及方法 matlab 图像处理教程及方法
(Matlab image processing course and method
Matlab image processing course and method)
- 2013-11-25 23:34:16下载
- 积分:1
-
literature-surveyn
Survey on image authentication steps
- 2015-01-23 21:57:53下载
- 积分:1
-
MMSE
MMSE, the optimum beamforming algorithm, transmit with 1 desired source and 3 different interferences
- 2015-03-27 15:20:54下载
- 积分:1
-
libsvm-3.24
说明: 最新版libsvm安装包和SVM回归预测模型,包含预测数据集(SVM regression prediction model)
- 2021-04-13 22:08:56下载
- 积分:1
-
nnt_intro
Neural Networks Toolbox
- 2011-01-24 05:48:43下载
- 积分:1
-
LMSalgorithmwiththeadaptiveequalizer
说明: 用LMS算法实现这个自适应均衡器,画出一次实验的误差平方的收敛曲线,给出最后设计滤波器系数。一次实验的训练序列长度为500。进行20次独立实验,画出误差平方的收敛曲线。(LMS algorithm with the adaptive equalizer, draw a square of experimental error convergence curves of the final design of the filter coefficients. An experiment of training sequence length is 500. To 20 independent experiments, to draw square error convergence curves.)
- 2010-04-28 15:05:55下载
- 积分:1
-
CH3-Source-Seeking
国外著名控制专著《extremum seeking control and application》第三章案例源码(matlab code for examples of ch3 in the well-known book《extremum seeking control and application》)
- 2013-09-15 14:58:27下载
- 积分:1
-
lssvm_regression
最小二乘支持向量回归模型 直接输入训练集和测试样本即可(Least squares support vector regression model direct input training set and test samples
)
- 2013-09-25 21:11:25下载
- 积分:1
-
chap04
matlab实例clearN=100f=zeros(50,50) f(15:35,23:28)=1 figure(1)imshow(f, notruesize )F=fft2(f,N,N) F2=fftshift(abs(F)) figure(2)x=1:N y=1:N mesh(x,y,F2(x,y)) colormap(gray) colorbar(matlab)
- 2009-09-21 09:38:52下载
- 积分:1