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

搜索资源列表

  1. fir.c

    0下载:
  2. 用C54X汇编语言实现的FIR滤波器程序-C54X assembly language used to achieve the FIR filter process
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1208
    • 提供者:chenxuesong
  1. FIR的C语言实现

    0下载:
  2. 复数FIR滤波器的C语言实现
  3. 所属分类:其他小程序

    • 发布日期:2010-12-18
    • 文件大小:776
    • 提供者:freedeluge
  1. FIR.巴特沃斯滤波器C语言实现

    1下载:
  2. 巴特沃斯滤波器C语言实现,低通滤波器。IIR,Butterworth filter C language
  3. 所属分类:通讯/手机编程

    • 发布日期:2014-04-12
    • 文件大小:3010
    • 提供者:dk
  1. fir.rar

    1下载:
  2. fir的c语言程序,是37阶的,系数用matble计算得到,fir the c language program is a 37 bands, with coefficients calculated by matble
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-05-17
    • 文件大小:2621460
    • 提供者:前卫
  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. FIR

    0下载:
  2. DSP设计的FIR滤波器的源代码,含有asm和c两种程序,并且有cmd文件,可以直接使用-DSP design FIR filter source code, containing the asm and c two kinds of procedures, and there cmd file that can be used directly
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:451778
    • 提供者:
  1. fir

    0下载:
  2. 定点fir滤波设计,汇编级优化代码,可用于学习ADI公司的DSP的例子,非常实用-Sentinel fir filter design, the compilation of code-level optimization can be used to study ADI
  3. 所属分类:DSP program

    • 发布日期:2017-04-06
    • 文件大小:5168
    • 提供者:zhanglei
  1. FIR-h(t)

    0下载:
  2. 利用窗函数法设计FIR滤波器,给出其抽样响应。程序中调用了子程序window。-Using window function design FIR filter, given in response to its sample. Calling the subroutine program window.
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:1593
    • 提供者:dayuruozhi
  1. Lab0501-FIR

    0下载:
  2. 主要是ti公司的c55系列DSP的程序,本程序是FIR滤波,供大家参考和学习-Ti company mainly C55 series DSP procedure, the procedure is FIR filtering, for your information and learning
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:18608
    • 提供者:周宏伟
  1. Lab403-fir

    0下载:
  2. 基于ICETEK-DM642-c的程序,滤波器设计-Based on ICETEK-DM642-c of the procedure, filter design
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:100287
    • 提供者:aa
  1. fir

    0下载:
  2. c语言实现的FIR滤波器,用户输入FIR滤波器的参数。-c language of the FIR filter, FIR filter user input parameters.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:206716
    • 提供者:wangzhen
  1. FIR

    0下载:
  2. 在TMS320VC5509中,FIR滤波器的信号滤波-In TMS320VC5509 in, FIR filter signal filtering
  3. 所属分类:DSP program

    • 发布日期:2017-04-05
    • 文件大小:843
    • 提供者:张苹
  1. DSP-c-Matlab-Programs-ManualV19

    0下载:
  2. 印度GURUNANAK ENGINEERING COLLEGE数字信号处理实验室的DSP+c+Matlab联合编程手册-DIGITAL SIGNAL PROCESSING LAB (IV-I SEM) INDEX 1. Architecture of DSP chips-TMS 320C 6713 DSP Processor 2. Linear convolution 3. Circular convolution 4. FIR Filter (LP/HP) Using Wi
  3. 所属分类:DSP program

    • 发布日期:2017-04-09
    • 文件大小:1581719
    • 提供者:wangjin
  1. FIR

    0下载:
  2. FIR滤波器在DSP TMS320C5402上的实现(C语言和汇编语言实现)-FIR filter in the DSP TMS320C5402 implementation (C and assembly language implementation)
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:61912
    • 提供者:万文亮
  1. FIR

    0下载:
  2. 用DSP来实现FIR滤波器。vectors.asm为汇编文件,main.c为主文件。-FIR filters with the DSP to achieve. vectors.asm for the compilation, main.c main document.
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:451032
    • 提供者:roar
  1. fir

    0下载:
  2. 在TMS320C54x系统开发环境CCS(Code Composer Studio)下对FIR滤波器的DSP实现原理进行讨论。利用C语言设计相应的滤波器,通过实验仿真,从输入信号和输出信号的时域和频域曲线可看出在DSP上实现的FIR滤波器能完成预定的滤波任务。
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:317854
    • 提供者:Sandy
  1. fir

    0下载:
  2. 几个FIR,CCS环境编写。C语言版FIR是基于C4502的。汇编的为仿真。-Several FIR, CCS environment preparation. C language version of the FIR is based on the C4502. Compiled for simulation.
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:61891
    • 提供者:sdf
  1. fir

    0下载:
  2. 使用线性缓冲区法实现的FIR滤波器,汇编语言程序,调试通过-Buffer method using linear FIR filter implementation, assembly language programming and debugging through
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:14982
    • 提供者:佳佳
  1. FIR.C

    1下载:
  2. FIR滤波器的C语言实现 C语言源程序代码及解析-FIR filter, the C language realization C source code and analytical
  3. 所属分类:source in ebook

    • 发布日期:2014-04-17
    • 文件大小:28160
    • 提供者:王超
  1. FIR-C

    0下载:
  2. FIR滤波器的dsp实现方法,C语言版,实用的试验箱为TMS320C54系列-Dsp FIR filter implementation, C language version of the chamber for the TMS320C54 series of practical
  3. 所属分类:DSP program

    • 发布日期:2017-03-31
    • 文件大小:561521
    • 提供者:窦满义
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com