登录
首页 » matlab » filter

filter

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

  • Image_processing_toolbox
    说明:  数字图象处理冈萨雷斯MATLAB源程序工具箱,包含数字图像处理各种算法(Digital Image Processing Gonzalez source MATLAB toolbox that contains a variety of digital image processing algorithms)
    2008-09-24 19:14:35下载
    积分:1
  • Wind_power_output_estimation
    分析电力系统风电出力数据的状态转移概率。在得到两三年的风电场发电出力数据后,可用该程序分析风电出力的具体变化,以及风电出力在相邻时刻不同状态之间的转移概率。(Analysis of power system wind power output data state transition probabilities. In two or three years to get the wind farm power output data, the program can analyze specific changes in wind power output, as well as wind power output in the adjacent time transition probabilities between different states.)
    2021-04-13 21:48:55下载
    积分:1
  • ssc_lithium_cell_1RC
    说明:  Lithium Battery Cell - One RC-Branch Equivalent Circuit
    2019-05-05 19:06:46下载
    积分:1
  • hbing
    Matlab的图像处理小软件,注意修改路径,以及图片。(Matlab image processing small software, pay attention to modify the path, and pictures.)
    2010-06-06 10:10:28下载
    积分:1
  • Symmetricalfault
    this is the program to calculate the symmetrical fault in the three phase power system
    2009-11-04 22:52:41下载
    积分:1
  • Normalized_LMS
    说明:  归一化自适应LMS算法的Matlab仿真(under a self-adaptive LMS algorithm Matlab simulation)
    2005-12-28 10:37:57下载
    积分:1
  • System-identification
    三种方法辨识对象模型,内含详细讲解 运行方法: 修改当前路径为此文件夹;点击main.m运行老师给的数据,点击main2.m自动生成数据;弹出gui对话框,选择辨识方法。 (Three kinds of method to identify the object model, including a detailed explanation Operation method: Modify the current path to the folder click main.m to run the teacher to the data, the automatic generation of data and click the main2.m GUI dialog box pops up, the identification method.)
    2014-11-04 16:00:53下载
    积分:1
  • fast-study-matlabGUI
    matlab gui介绍,应用,适合初学者(matlab gui, application, suitable for beginners)
    2012-11-05 20:29:43下载
    积分:1
  • sa_01
    本程序是在MATLAB平台上面实现的用模拟退火算法解决01背包问题。(This procedure is in the MATLAB platform achieved with simulated annealing algorithm to solve knapsack problem 01.)
    2009-01-08 12:52:27下载
    积分:1
  • MATLAB-application
    MATLAB技术成功应用在信息教育技术课程当中,有很多仿真实例,(Successful application of MATLAB in the information technology curriculum of educational technology, there are many simulation examples,)
    2011-10-16 19:27:44下载
    积分:1
  • 696524资源总数
  • 103988会员总数
  • 56今日下载