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

搜索资源列表

  1. 高采样率FIR数字滤波器的设计与实现

    0下载:
  2. 这是我看到的一些资料,希望与大家分享。也许这对您用处不大,但是我的一份诚意。-this is that I see some of the information and hope to share with you all. This may be less useful to you, but my sincerity.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:155339
    • 提供者:yin
  1. 4yue11haoxiawu

    0下载:
  2. 1、基于FPGA实现FIR数字滤波器的研究(使用VHDL语言进行编程) 2、多功能单片机下载开发软硬件的设计(利用VB或V C++和C语言)有下载板和下载软件 3、迷你播放器(利用Visual Basic 6.0设计)可以播放多种格式的音乐和电影,以及图片浏览等等 4、小电容小电感测试仪 -1, FPGA-based digital FIR filter (use VHDL program) 2. Multi-function download the soft
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:16764
    • 提供者:wangxing
  1. fir-random

    0下载:
  2. 编程实现: 低通数字滤波器的设计。 设计一低通FIR滤波器,对应的模拟系统的幅度响应 抽样频率10kHz,过渡带0.5kHz,用窗口法设计。 画出数字滤波器频率响应。 连续信号经过10kHz抽样后,通过该数字滤波器,分析输入和输出的频谱。 -Programming : low-pass digital filter design. Design an FIR low-pass filter, the corresponding simulation system r
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6563
    • 提供者:杨青青
  1. matlabFIR11

    0下载:
  2. 用Matlab函数对数字滤波器进行设计和实现,同时也加深我们对数字滤波器的常用指标和设计过程的理解 word文档-with Matlab functions on digital filter design and implementation, also deepen our understanding of the common digital filter design process indicators and understanding word document
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:27847
    • 提供者:tintin
  1. matlabIIR11

    0下载:
  2. Matlab函数对数字滤波器IIR进行设计和实现,同时也加深我们对数字滤波器的常用指标和设计过程的理解 word文档-Matlab function of IIR digital filter design and realization also deepen our understanding of the common digital filter design process indicators and understanding word document
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:16188
    • 提供者:tintin
  1. filter

    0下载:
  2. 各种数字滤波器的资料,可直接实现宽带宽的滤波
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2398898
    • 提供者:李李李
  1. C-FIR

    0下载:
  2. 此程序是用C语言编写的FIR数字滤波器,程序分块相当完整清晰:打开文件,读取数据文件,运算滤波,结果写入文件,关闭文件。已经通过验证-This program is written in C language FIR digital filters, the program block quite a complete and clear: open the file, read data files, computing filtering, the results of written do
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:555
    • 提供者:风影
  1. iiir

    0下载:
  2. 实现数字滤波器的功能,具体参数可以自己修改,通过频域变换来观察数字滤波器来观察其功能。-Digital filter function, specific parameters can make amendments on her own transformation through frequency domain to observe the digital filter to observe its functions.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:846
    • 提供者:小浙
  1. filter

    0下载:
  2. FIR数字滤波器的实现,采用Kaiser窗实现高精度的地痛滤波器。-The realization of FIR digital filter using Kaiser window filter to achieve high accuracy in pain.
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:4064
    • 提供者:Jin Wei
  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. 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. digital-filter-and-the-realized

    0下载:
  2. 详细介绍了数字滤波器的实现原理,并附有matlab代码可实现。-Described in detail the realization of the principle of the digital filter with matlab code can be realized.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:54931
    • 提供者:zhouyun
  1. Daaaarari

    0下载:
  2. 数字滤波器的实现,分别输入低频、高频、中中频三种信号,实现低通、高通、带阻滤波器。 -Digital filter, enter the low-frequency, high frequency, in the intermediate frequency of three signals, low pass, high pass, band stop filter.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1910
    • 提供者:lease
  1. digtal-signal-processing

    0下载:
  2. 该文档中包括数字信号处理中常用的MATLAB程序仿真,有对图像的处理,也有数字滤波器的实现等等。可以作为学习资料。-The document includes a digital signal processing commonly used MATLAB simulation program, there are image processing, but also the realization of the digital filter and so on. It can be used
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:347568
    • 提供者:彭玉华
  1. filter

    0下载:
  2. 各种滤波器的实现,FIR滤波器的DSP实现,含有PPT指导(The realization of various filters, FIR filter DSP implementation, containing PPT guidance)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:7999488
    • 提供者:eleven11
  1. prj_ex_13

    0下载:
  2. 用verilog实现数字滤波器的功能,基于quatursii平台。内含源代码(With Verilog digital filter function, based on the quatursii platform. Contain source code)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:4086784
    • 提供者:jtjt138
  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. 数字滤波器的C语言实现

    2下载:
  2. 数字滤波器的C语言实现,包括高通、低通、带通滤波器( Digital filter C language, including high pass, low pass, band pass filter )(Digital filter C language, including high pass, low pass, band pass filter)
  3. 所属分类:其他

  1. Desktop

    0下载:
  2. 基于matlab自适应滤波器的设计与实现程序和文章,亲试可用(Design and implementation of adaptive filter based on MATLAB, pro test available)
  3. 所属分类:其他

  1. qemapkores_model

    0下载:
  2. 数字滤波器的实现,分别输入低频,高频,中频三种信号,实现低通,高通,带阻滤波器,()
  3. 所属分类:通讯编程

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:Althur
« 12 3 4 5 »
搜珍网 www.dssz.com