-
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
-
MATLABSymbolDescription
详细介绍了MATLAB的各种命令的符 联合开发网 - pudn.com
- 2010-03-03 21:13:29下载
- 积分:1
-
power_svpwm_multiPhasesLevel
power_svpwm_multiPhasesLevel.rar,功率电子领域matlab仿真文件,已经验证过,程序运行正常(power_svpwm_multiPhasesLevel.rar,
Power electronics field matlab simulation file, has already been
verified, the normal operating procedures)
- 2013-07-14 12:44:08下载
- 积分:1
-
tTSPP-matllabh
这个是TSP问题的matlab程程序源码求解,请过目! 完整源代码。
(the TSP is the proceduree for Matlab, please read!
)
- 2012-04-26 15:39:27下载
- 积分:1
-
regularization
MATLAB code for gradient descent using cross-entropy error function and regularization
- 2012-10-25 04:00:58下载
- 积分:1
-
emmc_test.sh
emmc测试脚本,实现对emmc的简单测试(emmc test shell)
- 2020-12-08 21:29:21下载
- 积分:1
-
CONDENSER
MATLAB CODE TO CACULATE CONDENSER
- 2018-11-18 20:39:51下载
- 积分:1
-
Files_Matlab
code of matlab for GPC
- 2012-04-19 12:42:47下载
- 积分:1
-
cauchy_2
工程最优化 共轭梯度法求解wood函数~!!!!(cauchy)
- 2009-11-21 11:14:33下载
- 积分:1
-
stability
to find the stability of the system using simulink file
- 2011-05-25 15:01:51下载
- 积分:1