登录
首页 » matlab » filter

filter

于 2013-05-18 发布 文件大小:1KB
0 201
下载积分: 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 个回复

  • prob_tgamma
    通过这个程序可以绘制两个相关变量的随机分布图形。(Through this program can draw two random variables related to graphics.)
    2010-05-05 17:10:34下载
    积分:1
  • liangleiche
    在进行交通流仿真时考虑两类车,不同的车长和不同的最大速度。(Consider when making traffic flow simulation two cars, a different car lengths and different maximum speeds.)
    2013-08-30 10:41:04下载
    积分:1
  • vectorRecovery
    关于信息恢复的程序。输入恢复类型、恢复向量导引和测度矩阵即可恢复出原向量。测度矩阵可以通过getmat.m文件生成。(With regard to the information recovery procedures. Enter recovery type, to restore vector guide and measure matrix can be restored to the original vector. The measurement matrix through getmat.m file generation.)
    2013-04-16 22:43:49下载
    积分:1
  • case_ieee30
    IEEE30节点的电力系统仿真IEEE30节点的电力系统仿真(Simulation of power system simulation of IEEE30 node in IEEE30 node )
    2015-10-29 21:32:57下载
    积分:1
  • huibeng_v48
    相参脉冲串复调制信号,搭建OFDM通信系统的框架,LDPC码的完整的编译码。( Complex modulation coherent pulse train signal, Build a framework OFDM communication system, Complete codec LDPC code.)
    2016-08-10 12:58:55下载
    积分:1
  • HSGLDFS
    灰色系统理论中的灰色关联度分析法程序,可用于因素之间的关联分析。(Grey system theory gray correlation analysis procedures can be used to analyze correlation between the factors.)
    2015-01-16 17:30:41下载
    积分:1
  • WindowsFormsApplication3
    混合编程matlab与C#,帮助你学习混合编程(matlab and C# hybrid programming)
    2013-12-27 09:00:49下载
    积分:1
  • Ultra-wideband-Positioning-Systems
    超宽带定位系统,较好的一本书,涉及很多方面的内容(Ultra-wideband positioning system, a good book, involving many aspects)
    2014-01-10 03:11:52下载
    积分:1
  • 2
    说明:  P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 (P0201: MATLAB assignment P0202: the MATLAB in for recycling P0203: MATLAB in for loops and if conditions P0205: MATLAB image processing operations P0206: MATLAB Advanced image processing operations P0207: RGB image to create a grayscale image P0208: two negated operation of the binary image P0209: the the imshow function display images P0210: within the same window shows two images)
    2013-04-05 16:12:40下载
    积分:1
  • work1
    dfig风力涡轮机的matlab simulink 仿真模型 使用matlab编写(DFIG‘s work ok if you need down it)
    2012-04-16 21:55:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载