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

搜索资源列表

  1. bf-C++source-2003.8-3

    1下载:
  2. Bayes滤波器算法,c++语言实现,Visual Studio.net下实现,2003年8月修正版本,用于数据融合算法-Bayesian filter algorithm, c language, was officially realizing, in August 2003 amended version, algorithm for data integration
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:130465
    • 提供者:mikefun
  1. 19点FIR低通滤波C语言程序

    1下载:
  2. 这是一个对语音信号(0.3kHz~3.4kHz)进行低通滤波的C语言程序, 低通滤波的截止频率为800Hz,滤波器采用19点的有限冲击响应FIR滤波。 语音信号的采样频率为8kHz,每个语音样值按16位整型数存放在insp.dat文件中。-This c program is a low pass filter for radio signal 0.3kHz-3.4kHz.The stop frequence of this filter is 800hz.This digtal filte
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1269
    • 提供者:郑涛
  1. 滤波器

    0下载:
  2. 数个关于滤波器的产生的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-few of the filter C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used normally.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:13015
    • 提供者:angel2271
  1. gan-FIR滤波器设计

    0下载:
  2. In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing.-In this chapter I introduce Borland
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:18740
    • 提供者:劳花
  1. 自适应滤波器

    0下载:
  2. 自适应滤波器在DSP中的C语言程序,应用于TMS320F206型号的DSP板,比较简单,资源大家共享。-adaptive filter in DSP C language program, TMS320F206 models used in the DSP board, relatively simple, we share resources.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:791
    • 提供者:东健
  1. 巴特沃斯滤波器代码的C语言实现

    4下载:
  2. 巴特沃斯滤波器代码的C语言实现。适合初学者了解IIR滤波器的涉及原理及使用,Butterworth filter code, C language. IIR filter is suitable for beginners to understand and use involving the principle
  3. 所属分类:通讯/手机编程

    • 发布日期:2013-07-29
    • 文件大小:3570
    • 提供者:张狂
  1. FIR.巴特沃斯滤波器C语言实现

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

    • 发布日期:2014-04-12
    • 文件大小:3010
    • 提供者:dk
  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. C

    1下载:
  2. IIR数字滤波器设计C程序-双线性变换法设计IIR数字滤波器包括1.Lowpass 2.Highpass 3.bandpass三部分-Infinite Impulse Response Digital Filter Design By Double Converting
  3. 所属分类:GDI-Bitmap

    • 发布日期:2016-08-05
    • 文件大小:7680
    • 提供者:王朝汉
  1. FIRFilter

    1下载:
  2. 此例子为fir滤波器设计c语言算法实现,包括三角窗,矩形窗,汉宁窗,汉明窗,凯萨窗等经典窗函数。可以直接调用。-This example for the fir filter design algorithm c language, including the triangular window, rectangular window, Hanning window, Hamming window, Caesar windows classic window function. Can be d
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:213947
    • 提供者:高奕涵
  1. iir

    1下载:
  2. IIR 滤波器设计 输入设计参数 直接生成数字滤波器-IIR filter design input design parameters directly generate digital filter
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2016-08-05
    • 文件大小:44952
    • 提供者:孟超
  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. butterworth--in-C

    0下载:
  2. matlab中的巴特沃斯滤波器的C语言实现-matlab butterworth filter in C language
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:100849
    • 提供者:su
  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-30
    • 文件大小:561521
    • 提供者:窦满义
  1. kalman-C

    1下载:
  2. 卡尔曼滤波器的C语言程序,看不懂也可直接代入变量-The kalman filter C language program, only supplies the reference
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:2462
    • 提供者:朱文武
  1. low_pass_filter.c

    0下载:
  2. 一阶RC低通滤波器的c语言实现,处理简单的低通滤波,自行设置cutoff频率以及采样频率(First-order Lowpass Filter - c code)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:1024
    • 提供者:chenf
  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. C语言开发自适应滤波器

    0下载:
  2. 改程序是以C语言为基础,开发的自适应滤波器。(The program is an adaptive filter based on C language.)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:7168
    • 提供者:ll1558182394
  1. fir滤波器

    0下载:
  2. 实现ccs软件fir低通滤波器仿真的c语言程序(C language program for CCS software FIR low pass filter simulation.)
  3. 所属分类:单片机开发

    • 发布日期:2018-05-02
    • 文件大小:486400
    • 提供者:xfyv587
  1. 基于粒子滤波器的目标跟踪算法及C++实现

    0下载:
  2. 基于粒子滤波器的目标跟踪算法及C++实现,运行方式:按P停止,在前景窗口鼠标点击目标,会自动生成外接矩形,再次按P,对该选定目标进行跟踪。(The target tracking algorithm based on particle filter and C++ implementation, operation mode: stop by P, click the target in the foreground window, automatically generate the oute
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:1226752
    • 提供者:KQ_QK
« 12 3 4 5 6 7 8 9 10 ... 31 »
搜珍网 www.dssz.com