CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 VHDL编程 搜索资源 - dsp fir

搜索资源列表

  1. DSPBuilderFIR.files

    0下载:
  2. 在信息信号处理过程中,如对信号的过滤、检测、预测等,都要使用滤波器,数字滤波器是数字信号处理(DSP,DigitalSignalProcessing)中使用最广泛的一种器件。常用的滤波器有无限长单位脉冲响应(ⅡR)滤波器和有限长单位脉冲响应(FIR)滤波器两种[1],其中,FIR滤波器能提供理想的线性相位响应,在整个频带上获得常数群时延从而得到零失真输出信号,同时它可以采用十分简单的算法实现,这两个优点使FIR滤波器成为明智的设计工程师的首选,在采用VHDL或VerilogHDL等硬件描述语言设
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:93.87kb
    • 提供者:yaoming
  1. DDC_CIC

    0下载:
  2. 用CIC 和 FIR Filters设计的数字下变频器,DSP Builder6.1版工程文件-Using CIC and FIR Filters Design of Digital Down Converter, DSP Builder6.1 version of project file
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:49.15kb
    • 提供者:
  1. fira

    0下载:
  2. 这是一个用FPGA中DSP Bulider做的一个FIR滤波器,很好使用,我已经测试过了-This is an FPGA, DSP Bulider used to do a FIR filter, a very good use, I have tested the
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-12
    • 文件大小:2.89mb
    • 提供者:王军
  1. DSP_FIR_Lab

    1下载:
  2. DSP的FIR实验,包含三种FIR实现形式,直接型,转置型,累加型,并且附带testbench,经过modesim测试没问题。-This is DSP FIR lab, it includes there forms to implement FIR, direct form, transposed form and time mulitple form, all code has been tested on Modesim.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-03-15
    • 文件大小:7.07kb
    • 提供者:hongwan
  1. FIRandMATLAB

    0下载:
  2. FIR数字滤波器的MATLAB设计与DSP实现-FIR and MATLAB
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:496.16kb
    • 提供者:xuwei
  1. 34105908-Multipliers-Using-Vhdl

    0下载:
  2. ABSTRACT: Low power consumption and smaller area are some of the most important criteria for the fabrication of DSP systems and high performance systems. Optimizing the speed and area of the multiplier is a major design issue. However, area and
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:371.41kb
    • 提供者:phitoan
  1. Digital-Signal-Processing-with-FPGA

    0下载:
  2. FPGA结合DSP设计,如FIR、IIR滤波器,CORDIC算法,多重采样率信号处理,FFT,有对应的VHDL/Verilog 代码code-FPGA Combines with DSP, FIR 、IIR Digital Filters,CORDIC,FFT,Adaptive Filters,VHDL/Verilog code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-27
    • 文件大小:10.02mb
    • 提供者:rickdecent
  1. filter_ex1

    0下载:
  2. DSP builder 模块搭建的fir -DSP builder module built fir
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-24
    • 文件大小:9.7kb
    • 提供者:wr
  1. fir_anthor405

    0下载:
  2. 基于DSP Builder在simulink开发环境下利用fir_compiler搭建fir滤波器,有很好的借鉴作用-Based on the DSP Builder and simulink development environment,by using fir_compiler build a fir filter, it can be a good reference
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-22
    • 文件大小:13.64mb
    • 提供者:李奇
  1. DSP

    0下载:
  2. FIR Digital Filter Design (DSP example) tested by Weijun Zhang, 04/2001 VHDL Data-Flow modeling KEYWORD: generate, array, range, constant and subtype- FIR Digital Filter Design (DSP example) tested by Weijun Zhang, 04/2001
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:1.33kb
    • 提供者:mohamed
  1. FIR滤波器

    0下载:
  2. STM32f407 DSP库应用 FIR滤波器 用示波器测试PA8,可以测出1Khz的正弦波。如果不是,修改PWM参数,使其正好为1Khz.(STM32f407 DSP library uses FIR filter Oscilloscope PA8 test, you can measure the sine wave of 1Khz. If not, modify the PWM parameter to make it exactly 1Khz.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-11
    • 文件大小:23.07mb
    • 提供者:jack5117
  1. 数字信号处理的FPGA实现-第三版-verilog源程序

    1下载:
  2. 数字信号处理的FPGA实现, 包括了FPGA基础知识,浮点运算,信号处理的FIR FFT等,附录包含源代码(Digital signal processing FPGA implementation, including the basic knowledge of FPGA, floating point operations, signal processing FIR, FFT, etc., the appendix contains the source code)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-14
    • 文件大小:4.36mb
    • 提供者:btty
  1. km261

    0下载:
  2. Mainly based on the mtlab procedures, A window function design FIR digital band-pass filter, Several new methods sar image denoising.
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-28
    • 文件大小:5kb
    • 提供者:bpfeyx
  1. AD胡

    0下载:
  2. 用FPGA开发板实现FIR滤波器,C2000 DSP教学实验箱(Implementation of FIR filter with FPGA development board)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-10
    • 文件大小:2kb
    • 提供者:KINNSY
搜珍网 www.dssz.com