CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - FIR matlab

搜索资源列表

  1. FIR_audiofilter

    0下载:
  2. 用Matlab实现的音频FIR滤波,提供音频文件实例,效果很好-Implemented using Matlab audio FIR filter, to provide examples of audio files with good results
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:300704
    • 提供者:Howard
  1. DspBuilder

    0下载:
  2. matlab 结合 dspbuilder 开发的实验-matlabdspbuilder
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:558941
    • 提供者:杨军
  1. fir16

    1下载:
  2. MATLAB上实现FIR数字滤波器,可以实现低通,高通,带通和带阻-fir filter
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-05
    • 文件大小:994
    • 提供者:endy
  1. lpf

    0下载:
  2. Low pass filter . Using hamming window and and FIR filtering
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:171364
    • 提供者:bh
  1. HPF

    0下载:
  2. HIgh pass FIR filter. Can be applied to one dimensional signal.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:171319
    • 提供者:bh
  1. dspddc_R12p1

    1下载:
  2. 基于DSPbuilder搭建的DDC,里面包括CIC滤波器,FIR低通滤波器,HB半带滤波器,NCO等,实现了GC5016芯片的功能-DSPbuilder erected based on DDC, which include the CIC filter, FIR low-pass filter, HB half-band filter, NCO, etc. to achieve the function of the GC5016 chip
  3. 所属分类:DSP program

    • 发布日期:2014-10-26
    • 文件大小:17176
    • 提供者:郑程
  1. signalProcesingUsing

    0下载:
  2. matlab 信息处理设计 fir滤波器设计-Information processing design fir filter design
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:40652
    • 提供者:wuxijuan
  1. MATLABLowPassFilter

    0下载:
  2. Matlab实现低通滤波,帮助理解FIR滤波的实现过程,难得-Matlab low pass filter, helping to understand the realization of FIR filtering process, a rare
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:171680
    • 提供者:
  1. FIR

    0下载:
  2. 此程序是通过matlab编程来实现FIR滤波器,FIR滤波器可以用FFT来计算,从而大大提高工作效率。-This process is achieved through the matlab programming FIR filters, FIR filter can be used to calculate the FFT, which greatly enhance the work efficiency.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-10
    • 文件大小:781
    • 提供者:温正阳
  1. FIRFilterDesign

    1下载:
  2. This chapter treats the design of linear-phase FIR filters. The assignments are divided in two parts, the first part focuses on the design of FIR filters using the window design method while the second part focuses on design of equiripple FIR filters
  3. 所属分类:3G develop

    • 发布日期:2017-03-29
    • 文件大小:165801
    • 提供者:yasir arfat
  1. LATTICE

    1下载:
  2. (1)文档中描述了应用窗函数法和切比雪夫逼近法设计FIR滤波器的原理和过程,给出了相应的MATLAB程序。 (2)讨论了线性相位FIR滤波器的LATTICE结构实现方法,并给出了MATLAB程序-(1) document describes the application of window function method and Chebyshev design of FIR filters approximation theory and the process gives the co
  3. 所属分类:matlab

    • 发布日期:2016-05-01
    • 文件大小:260033
    • 提供者:huwei
  1. FIRdesign

    0下载:
  2. MATLAB code for FIR filter design
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1151
    • 提供者:joemon
  1. macfir

    0下载:
  2. 用matlab的simulink仿真MAC FIR 滤波器-Using matlab to simulink simulation of MAC FIR Filter
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-31
    • 文件大小:84694
    • 提供者:aflly
  1. SoftwareDesignOfDigitalSignalProcessing

    0下载:
  2. 数字信号处理软件设计,能够产生常见的数字信号如:正弦波 三角波 随机信号 以及高斯噪声,并对其进行频谱分析 同时也包括FIR IIR滤波器设计,并对产生的数字信号进行滤波-software design of digital signal processing that can generate many signals ,analysize their frequency Spectrum and design filter(FIR、IIR)to filter.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:143374
    • 提供者:shiyz09
  1. FIR

    0下载:
  2. 使用MATLAB实现FIR滤波器设计,内含详细代码和原理-FIR filter design using MATLAB implementation, containing detailed codes and principles of
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:87901
    • 提供者:博客
  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. filter

    0下载:
  2. This filter is implemented as an FIR filter which has impulse response.MATLAB program for generating the impulse response of the Jakes filter,and filtering white noise with the filter.The first output figure shows the estimated PSD at the filter outp
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2320
    • 提供者:nidhi
  1. FIR_csd_mul

    0下载:
  2. 采用CSD编码的常系数乘法器的FIR滤波器的设计。-CSD-coded using constant coefficient multipliers of the FIR filter design.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:9199
    • 提供者:敬礼
  1. xb

    1下载:
  2. 用汉宁窗设计一个FIR高通数字滤波器,满足以下参数要求:通带边界频率ωp=0.7π,通带内衰减函数αp=0.4dB;阻带边界频率Ωs=0.4π,阻带内衰减函数为αs=55dB。-With the Hanning window design an FIR high-pass digital filter to meet the requirements the following parameters: passband edge frequency ωp = 0.7π, pass-band at
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:126104
    • 提供者:xbwu1
  1. ex5

    0下载:
  2. FIR 及 IIR低通滤波器的设计以及 正弦信号滤波前后的频谱分析 (不同窗函数截断)-FIR and IIR filter design and low-pass filter before and after sinusoidal signal spectrum analysis (different window function truncated)
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1139
    • 提供者:zhoud
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com