-
all
生成验证平稳分布用matlab,生成的和理论的对比(Generate a smooth distribution of authentication to use matlab, generated and theoretical comparison of)
- 2008-03-11 15:04:18下载
- 积分:1
-
2187
说明: 数字图像处理及matlab实现数字图像处理及matlab实现(Digital image processing and digital image processing matlab and matlab to achieve)
- 2008-11-06 17:01:56下载
- 积分:1
-
afefman
simulink matlab of communication sans fil
- 2011-05-02 05:44:42下载
- 积分:1
-
horn
This MATLAB M-file will produce the FDTD solution of a sectoral (2-D) Perfectly Electric Conducting
(PEC) horn antenna excited by a sinusoidal voltage in a TEz computational domain.
- 2012-06-14 16:22:34下载
- 积分:1
-
lab1
adaptive signal processing
- 2013-03-19 15:02:56下载
- 积分:1
-
parseXML
this code parsing xml tree by reading it and convert it to the matlab format, so we can use a xml document in matlab like an array or struct.
- 2011-10-27 16:41:30下载
- 积分:1
-
11
说明: 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:20:03下载
- 积分:1
-
matlab_how-to-start
Matlab简明实例教程,数值计算、矩阵计算、函数编程等基础内容(how to start with matlab2010 in numerical calculation, matrix calculation, functional programming and so on.)
- 2015-04-09 12:32:22下载
- 积分:1
-
threhold
对脑电信号的时域波形进行阈值检测,识别特征脑电(EEG time-domain waveform threshold detection
)
- 2012-12-03 10:11:49下载
- 积分:1
-
PRJ_1_New
perceptron classification in matlab
- 2014-01-24 22:04:22下载
- 积分:1