-
lee03a.ps
this is matlab code for ICA
- 2009-10-21 06:09:03下载
- 积分:1
-
psolssvm
lssvm程序,采用粒子群算法来优化模型参数(lssvm program, to optimize the model parameters using particle swarm)
- 2013-03-12 22:43:04下载
- 积分:1
-
CADPROJECT
用matlab编程,实现C2-continuity的瓶子,用户输入瓶子的截面(generation of c2-continuity bottle)
- 2011-11-06 06:00:53下载
- 积分:1
-
Basic_Operation_Tutorial_MATLAB_simulation_modelin
MATLAB仿真建模基本操作教程Basic Operation Tutorial MATLAB simulation modeling(MATLAB simulation modeling basics tutorial Basic Operation Tutorial MATLAB simulation modeling)
- 2010-08-03 10:40:44下载
- 积分:1
-
chap6
先进PID控制matlab仿真源代码,典型实例具体分析说明,通俗易懂。(第六章)(Advanced PID control matlab simulation source code, more typical examples of specific instructions, clear and easy to understand.(Chapter 6))
- 2014-09-28 11:04:00下载
- 积分:1
-
wiener
应用维纳滤波法去噪,在图像的频率特征和附加噪声已知的情况下,采用wiener去卷积比较有效(Wiener filter denoising applications, the frequency characteristics of the image and additive noise of known cases, more effective use of wiener deconvolution)
- 2011-05-02 19:21:40下载
- 积分:1
-
Guass-Matlab
运用径向基高斯函数作出图像修复,并附带相应代码以及图像实例(Gaussian radial basis function to image restoration, and with the corresponding instance of the code and image)
- 2011-05-20 09:08:24下载
- 积分:1
-
EEE-212-lab-sheet
empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:21:13下载
- 积分:1
-
matlab
说明: 数字基带传输系统仿真及性能分析
数字基带传输系统仿真及性能分析(matlab base system )
- 2010-04-08 12:41:25下载
- 积分:1
-
Embeded-extended-visual-cryptography-in-MATLAB
this is code for "embeded extended visual cryptography ".
I had done programming in MATLAB.
>>steps to run the program:
Type add only in command window.
I had run this code on Matlab 7.1
- 2013-01-05 13:19:16下载
- 积分:1