CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 数字滤波器 matlab

搜索资源列表

  1. fft_fir_filter_latest.tar

    0下载:
  2. 数字滤波器的源代码,已经仿真,FIR ,分布式算法,FPGA-digital filter multerRTL,FIR,DA,FPGA,shixian wancheng
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:183849
    • 提供者:zhaoxia
  1. szxhsy

    1下载:
  2. 数字信号处理实验详解及MATLAB实现源代码 实验一: 系统响应及系统稳定性 实验二: 时域采样与频域采样 实验三: 用FFT对信号作频谱分析 实验四:IIR数字滤波器设计及软件实现 实验五: FIR数字滤波器设计与软件实现 实验六: 数字信号处理在双音多频拨号系统中的应用-Detailed experimental digital signal processing and MATLAB source code to achieve the experimental on
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:334276
    • 提供者:wangjin
  1. IIR_digital_filter_design

    0下载:
  2. IIR数字滤波器设计:用双线变化法及脉冲响应不变法,用Matlab编程,设计低通、高通、带通IIR数字滤波器-IIR Digital Filter Design: A two-constant changes in law and the impulse response method, using Matlab programming, designing low-pass, high pass, band-pass IIR digital filter
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:2091
    • 提供者:田华梅
  1. IIRditonh

    1下载:
  2. 本实验首先按照给定技术指标采用模拟低通滤波器(巴特沃思低通滤波器)去逼近理想模拟低通滤波器,然后通过双线性变换法对模拟滤波器进行数字化,得到数字滤波器。-In this study, first of all technical specifications in accordance with a given analog low-pass filter (Butterworth low-pass filter) to approximate the ideal analog low-pass
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:24790
    • 提供者:cuiqida
  1. MatlabFIR

    0下载:
  2. FIR数字滤波器广泛应用在数字通信系统中,研究其实现方法具有重要意义。Matlab功能强大,利用Matlab辅 助设计DSP应用程序,可大大缩短DSP应用程序的开发时间。介绍了Matlab和CCS及DSP的连接,说明了利用Matlab辅 助DSP实现FIR数字滤波器的过程,及如何在Matlab环境中调试DSP程序,给出了实现结果,并把该结果和单纯在Matlab 环境下实现结果进行比较,前者效果更好,更具有实际应用价值。 -FIR digital filters widely us
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:219745
    • 提供者:xuhao
  1. BPFdesign

    1下载:
  2. 本程序已被本人整理到WORD文档中,编程语言为MATLAB,本文设计的数字滤波器为带通滤波器,设计参数皆在文档中表明。此程序已经验证是正确可执行的,并能生成图形,值得下载!-This program has been organized into WORD document I, the programming language MATLAB, this design of digital filter for band-pass filter, design parameters are in
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:4348
    • 提供者:biggirl
  1. MATLAbshuzilvboqi

    0下载:
  2. 基于MATLAB的FIR数字滤波器设计 加深对数字滤波器的常用指标和设计过程的理解。 FIR滤波器实现一般采用窗函数法和等纹波设计法。窗函数法还包含两个分支,一种是用公式先手动算出N值和其他对应得窗函数参数值,再代入窗函数和fir1实现,一种是用函数*rord估算出N和相应参数再用fir1实现。不过要注意*rord会低估或高估阶次n,可能会使滤波器达不到指定的性能,这时应稍微增加或降低阶次。如果截止频率在0或Nyquist频率附近,或者设定的dev值较大,则得不到正确结果-MATLAB-
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:159354
    • 提供者:JEFF
  1. buttord

    0下载:
  2. 数字信号处理的问题,用MATLAB编写的,用巴特沃斯、切比雪夫等设计IIR数字滤波器的程序。-Digital signal processing issues, written with MATLAB, with Butterworth, Chebyshev design of IIR digital filters and other procedures.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1090
    • 提供者:lena
  1. FIR_digital_filter

    0下载:
  2. 用MATLAB编程的fir数字滤波器设计及其报告,希望对有用的人,有帮助-Using MATLAB programming fir digital filter design and its report, useful for people who want to have to help
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:56935
    • 提供者:susuwen
  1. IIT_Filter

    0下载:
  2. MATLAB下通过impulse invariant transformation方法设计数字滤波器,包含低通和带通滤波器代码。-Using MATLAB m-file to design LP and BP digital filter by impulse invariant transformation method.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1803
    • 提供者:wstclyq
  1. MT_Filter

    0下载:
  2. MATLAB下用Matched-z 变换设计低通,高通,带通,带阻数字滤波器设计-Using MATLAB m-file to design LP, HP, BP and BS fitlers by matched-z transformation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:3153
    • 提供者:wstclyq
  1. Filter-Design-Algorithms.rar

    0下载:
  2. 几种用不同方法设计的数字滤波器matlab程序,rice大学编制,Several Matlab programs are available for the design of digital filters by several different approaches
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:67159
    • 提供者:zzg
  1. matlab

    0下载:
  2. 基于matlab的数字滤波器有限字长效应的研究-owing to matlab fileter
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:6646
    • 提供者:周杰伦
  1. IIR-digital-filter-in-MATLAB

    0下载:
  2. 采用脉冲响应不变法和双线性变换法设计IIR数字滤波器。 -Using impulse response method and bilinear transform IIR digital filter design.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:2037
    • 提供者:林丹鹭
  1. MATLAB

    0下载:
  2. 通过设计数字滤波器,实现对语音信号的检测去除噪声,加深对数字滤波器设计理解(Through the design of digital filters, to achieve the detection of voice signals to remove noise, deepen the understanding of digital filter design)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:Ashley-d
  1. MATLAB数字信号处理 85个案例分析 全书程序

    1下载:
  2. 信号处理,85个案例分析,主要介绍数字滤波器(Signal Processing, 85 Case Studies, Introducing Digital Filters)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:1245184
    • 提供者:关升
  1. 数字滤波器

    0下载:
  2. 滤波器构建的matlab程序,例如FIR滤波器(Filter construction A matlab program built by a filter, such as a FIR filter)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:前行者P
  1. matlab fir

    0下载:
  2. matlab fir数字滤波器,z,s映射(Matlab's FIR digital filter and its z, s domain mapping)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:lonedd
  1. 数字滤波器设计

    0下载:
  2. matlab窗函数sin函数低通滤波器IIR(Matlab window function sin function low pass filter IIRmatlab window function sin function low pass filter IIR)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:4096
    • 提供者:小萌111
  1. 数字滤波器

    1下载:
  2. FIR低通数字滤波器的设计,利用matlab编程语言利用FIR1函数设计低通滤波器。(Design of FIR Low Pass Digital Filter)
  3. 所属分类:其他

« 12 3 4 »
搜珍网 www.dssz.com