登录
首页 » matlab » filter

filter

于 2013-05-18 发布 文件大小:1KB
0 192
下载积分: 1 下载次数: 2

代码说明:

  M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi Np=100 Ns=100 weightp=1 weights=100 通带和阻带的加权系数 WpN=linspace(0,Wp,Np) WsN=linspace(Ws,pi-0.05,Ns) Wm=[WpN WsN] p=[ones(1,50),ones(1,50)/2] d=[p,zeros(1,Ns)] W=diag([weightp*ones(1,Np),weights*ones(1,Ns)]) C=cos(Wm*[0:J]) Q=diag(cos(Wm*0.5)) g=(W*Q*C)(W*d) g=g h=(g(J:-1:2)+g(J+1:-1:3))/4 h=[g(J+1)/4 h g(1)*0.5+g(2)/4] h=[h fliplr(h)] W=linspace(0,pi-0.1,512) H=freqz(h,1,W) plot(W/pi,20*log10(abs(H))) (filter design)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • SARCSyx
    好的合成孔径雷达的算法程序,不需要要进行复杂的差值运算sar cs(sar cs)
    2009-06-05 09:09:07下载
    积分:1
  • AlbertSerra_MasterThesisLTE
    LTE performance thesis
    2010-05-11 21:59:32下载
    积分:1
  • RS223_CONV_BPSK_simulink
    MATLAB程序调用SIMULINK的级联码误码仿真RS223_CONV_BPSK_simulink(MATLAB SIMULINK RS223_CONV code RS223_CONV_BPSK_simulink)
    2013-10-03 16:45:44下载
    积分:1
  • vel_com
    This is 1D, 2D, 3D earth quake ray tomography forward and inverse procedures
    2015-02-26 17:21:55下载
    积分:1
  • groundtheme_inverse
    说明:  该程序用于大地反算,参考于武汉大学测绘学院出版的大地测量学基础(第二版)(The inverse procedure for the earth, the reference in the School of Surveying and Mapping, Wuhan University, published the basis of Geodesy (second edition))
    2011-03-04 13:05:43下载
    积分:1
  • AIRS1
    This code is an implematation of AIRS1 algorithm. I hope this is helpful.
    2011-04-25 18:23:35下载
    积分:1
  • INS-toolbox-3.0
    matlabINS toolbox 3.0
    2012-05-13 01:36:36下载
    积分:1
  • test_gsvd
    这是一个测试gsvd.m函数的matlab代码(This is a test gsvd.m function Matlab code)
    2007-06-03 22:56:06下载
    积分:1
  • modulation-classify
    在MATLAB中使用决策论的方法进行调制方式识别,可以识别AM,FM,USB,LSB,ASK,PSK,FSK等多种调制方式(In MATLAB using the decision theory approach to modulation recognition, you can identify the AM, FM, USB, LSB, ASK, PSK, FSK modulation and other)
    2011-11-11 13:22:19下载
    积分:1
  • demo
    lte中turbo编译码的源代码,使用c语言开发,可用(turbo encode and decode)
    2013-12-30 15:14:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载