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

搜索资源列表

  1. iir-c

    1下载:
  2. 用C语言编写的用双线形变换法实现的IIR滤波器程序,可以参考一下-C language prepared by the double-linear transformation to achieve the IIR filter process can take a look
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:9300
    • 提供者:jenny
  1. iir-111111

    1下载:
  2. (1)设计一个直接型二阶低通数字滤波器。 (2)在DSP TMS320C5402上实现IIR滤波。 (3)对IIR滤波器各项指标进行评价 -(1) design a second direct-digital low-pass filter. (2) on the TMS320C5402 DSP IIR filter. (3) right IIR filter evaluation indicators
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3717
    • 提供者:深蓝
  1. IIR

    0下载:
  2. 在matlab下用DSPbuilder实现的4阶IIR滤波器设计
  3. 所属分类:并行运算

    • 发布日期:2014-01-16
    • 文件大小:55488
    • 提供者:zgm
  1. IIR

    1下载:
  2. 用双线性变换法设计IIR数字滤波器 滤波就是将外界干扰的不需要的频率滤除掉,一面影响要测试数据的结果。比如如果是心电波的话,如果这是外界有很大的噪声干扰,滤波就是把不必要的信号给抑制掉,以便对心跳的正常测试。通过图比较,滤波后的明显比之前的要平滑,就是滤去干扰噪声的结果。采样间隔对实验有影响,取的过大会导致频率混叠。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:839
    • 提供者:果法
  1. iir

    1下载:
  2. 利用CCS实现IIR滤波器的功能,保证正确。
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:6234
    • 提供者:李明
  1. iir.zip

    0下载:
  2. 使用c++ 做n階數位iir濾波器,可用於dsp上,Using c++ do n-order iir digital filter, can be used on the dsp
  3. 所属分类:source in ebook

    • 发布日期:2017-03-25
    • 文件大小:125884
    • 提供者:李奇
  1. IIR_Filter_8

    0下载:
  2. verilog实现8阶的iir滤波器。对于刚学习verilog的朋友来说是一个易懂的学习资料。-verilog order to achieve the iir filter 8. For just learning verilog friend is a easy to understand learning materials.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-27
    • 文件大小:826
    • 提供者:zh
  1. noise_cancelled_GUI

    4下载:
  2. 使用matlab 编写的具有调整滤波器的参数来处理输入的语音信号使之具有消除噪声的功能,包括FIR和IIR两种滤波器,使用GUI界面。-Prepared with the use of matlab to adjust filter parameters to deal with input voice signal so that they are the elimination of noise features, including two types of FIR and IIR fil
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2015-01-25
    • 文件大小:7311424
    • 提供者:呙涛
  1. 555

    1下载:
  2. 基于matlab的数字信号处理经典实验代码及所有完整实验报告,系统响应,iir滤波器 fir滤波器,fft变换-Based on digital signal processing matlab experimental code and all the classic experiment report complete, the system response, iir filter fir filter, fft transform
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:516248
    • 提供者:黄成南
  1. IIR

    0下载:
  2. Remove high frequency audio noise-IIR filter design
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-09
    • 文件大小:10472
    • 提供者:dragonslaver
  1. IIR

    0下载:
  2. IIR滤波器 54X汇编程序 包含源码和CMD文件,下载即可用。-IIR filter contains assembler source 54X and the CMD file to download to use.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:980
    • 提供者:jack
  1. Lab0502-IIR

    0下载:
  2. 5509A开发板无限冲激响应滤波器算法实验,帮助掌握IIR的原理和方法,熟悉特性,了解IIR数字滤波器的设计方法-5509A development board infinite impulse response filter algorithm experiments, help to master the principles and methods of IIR, familiar with the characteristics, understanding the design of
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:22956
    • 提供者:sandor
  1. IIR

    0下载:
  2. 基于CCS的IIR滤波器的设计代码,已完全实现-The IIR filter based on the design of CCS code has been fully achieved
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:5220
    • 提供者:韩穆
  1. Voice-integer-IIR-filter-C-program

    0下载:
  2. 语音的IIR滤波程序,可以实现对语音信号的IIR整型滤波-Voice of the IIR filter program, you can achieve integer IIR filtering of speech signals
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2015-01-19
    • 文件大小:1024
    • 提供者:张少川
  1. iir

    0下载:
  2. iir滤波器的函数实现,相当于一个库函数,比较精简,注释写的也很详细-the function of iir
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1071
    • 提供者:baigege
  1. iir

    0下载:
  2. IIR滤波器实现及FT的时域卷积定理验证-IIR filter realization and FT of time domain convolution theorem verification
  3. 所属分类:assembly language

    • 发布日期:2017-11-17
    • 文件大小:672
    • 提供者:彭泓龙
  1. iir

    0下载:
  2. This is a program about the iir implementation
  3. 所属分类:assembly language

    • 发布日期:2017-12-08
    • 文件大小:793
    • 提供者:like
  1. iir

    0下载:
  2. 语音信号的iir滤波器设计,从带有噪音的信号中提取原始声音.目前,MP3播放器一般功率放大器的工作频率范围就是这个范围。但是大部分有用的和可理解的信息的频率在200到3500Hz之间。所以我们可以在这个范围间滤波,达到使声音可理解的要求。现将数字滤波器的设计指标设为通带截止频率fb=600HZ,阻带频率fc=1200HZ,通带波纹Ap=1dB,阻带波纹As=40dB,要求确定H(z)。-design of the iir filter, get the original voice withou
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-05
    • 文件大小:7108
    • 提供者:管春萌
  1. IIR-filter

    0下载:
  2. IIR数字滤波器,可以通过对低通模拟滤波器进行模拟频率和数字频率的变换得到低通滤波功能-IIR digital filter can be obtained by the analog low-pass analog filter and the frequency transform of the digital low-pass frequency filter function
  3. 所属分类:LabView

    • 发布日期:2017-04-25
    • 文件大小:24181
    • 提供者:文强 陈
  1. IIR-Filter-Biquad-Implementation-Code

    0下载:
  2. IIR Filter Nth Order Implementation Code-IIR Filter Nth Order Implementation Code
  3. 所属分类:ELanguage

    • 发布日期:2017-04-11
    • 文件大小:1412
    • 提供者:hoang chung
« 12 3 4 »
搜珍网 www.dssz.com