登录
首页 » matlab » E4_2_Windows

E4_2_Windows

于 2019-05-01 发布
0 162
下载积分: 1 下载次数: 1

代码说明:

说明:  利用MATLAB软件分别设计截止频率为200Hz、采样频率为2000Hz的FIR低通滤波器,滤波器长度为81,并绘出各滤波器的幅度频率响应曲线。(FIR low-pass filters with cut-off frequency of 200 Hz and sampling frequency of 2000 Hz are designed by using MATLAB software. The length of the filters is 81, and the amplitude-frequency response curves of the filters are drawn.)

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

发表评论

0 个回复

  • J.Fulleabouguer
    用于布格重力异常改正和地形改正的fortran程序(bouguer gravity correction and terrian correction)
    2021-04-05 14:49:03下载
    积分:1
  • dcb2098067ee907b185a235b0017132c_haolizi
    本插件适合ecshop所有版本。下载解压后上传到网站根目录即可使用,不会覆盖任何文件。支付宝免签约,及时到账。(This plug-in is suitable for all versions of ecshop. After downloading and decompressing, it can be uploaded to the root directory of the website and used without overwriting any files. Alipay signed the contract free and arrived in time.)
    2019-02-05 23:29:33下载
    积分:1
  • 模拟电路理解
    模拟电路基本知识讲解,非常适合初学者。强烈推荐(The basic knowledge of analog circuits is very suitable for beginners.)
    2018-12-25 17:22:42下载
    积分:1
  • PSO
    说明:  采用PSO算法的经济调度问题Economic scheduling problem using PSO algorithm(Economic scheduling problem using PSO algorithm)
    2020-09-18 10:39:27下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • Java窗体元素控件用法实例集源码
    Java窗体元素控件用法实例集源码,用Java创建窗体按钮、图标、按下图标和翻转图标、复选框、单选按钮、标签、文本域、、组合框、列表框、滚动条、滑块、创建多个窗口以及元素对齐等方面的操作技巧,比较实用吧!
    2022-04-26 22:08:58下载
    积分:1
  • noiseModel.Designer
    将串口数据转到网口,实现本地端口绑定,可互联网获取串口数据(The serial port data can be transferred to the network port to realize the local port binding, and the serial port data can be acquired by the Internet.)
    2020-06-25 08:00:02下载
    积分:1
  • 2D Unsteady convection-diffusion
    说明:  2D Unsteady convection-diffusion problem
    2020-06-22 01:20:02下载
    积分:1
  • levellocate
    matlab编程实现,仿真得到多个传感器场强数据并定位信号源位置(Matlab programming, simulation of multiple sensor field intensity data and location of signal source location)
    2018-03-19 09:34:50下载
    积分:1
  • FORTRAN prepared by the procedure commonly used algorithm for the study of mathe...
    FORTRAN编制的常用算法程序,对学习数学分析的同学很有参考价值-FORTRAN prepared by the procedure commonly used algorithm for the study of mathematical analysis of the students was useful
    2022-08-02 20:47:54下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载