-
setuptest
说明: 做实验的一些心得体会,愿大家有所受益很好,欢迎大家学习,交流!(verygood!let we see!verygood!let we see!verygood!let we see!verygood!let we see!verygood!let we see!)
- 2010-05-02 09:52:25下载
- 积分:1
-
CurvatureEstimationsam
a function to calculate Curvature in 2D curve
- 2013-08-18 03:26:12下载
- 积分: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
-
ESmart
智能天线系统的matlab仿真程序 大家(Smart Antenna System Matlab simulation program we look at)
- 2007-01-05 15:29:32下载
- 积分:1
-
book10ebychapters
book10ebychapters chen
- 2014-12-12 22:13:45下载
- 积分:1
-
IIR
说明: IIR 数字滤波器的MATLAB仿真实现(MATLAB Simulation of IIR Digital Filter Implementation)
- 2010-04-16 23:17:48下载
- 积分:1
-
Example
一本C语言的入门级实例教程,里面有很多例子,很实用(a book for flesh)
- 2012-11-24 21:38:58下载
- 积分:1
-
getstart
matlab官方出品的上手教程,科研必备。(Matlab official production of the first-hand course, scientific research is necessary.)
- 2020-06-24 03:20:01下载
- 积分:1
-
15-M421P
dynamic voltage restorer article 5
- 2010-11-03 01:08:53下载
- 积分:1
-
gist
It s the Gabor filter using in Gist impelementation.
- 2011-09-09 15:53:10下载
- 积分:1