搜索资源列表
19点FIR低通滤波C语言程序
- 这是一个对语音信号(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
MDEFIR3
- 给出了FIR滤波器设计的C语言程序,可以根据设计要求,灵活地调整参数,得到需要的滤波器参数。-given FIR filter design in C language program, according to the design requirements, flexibility to adjust parameters and the filter parameters.
FIR
- FIR滤波器系数计算 C源码,有多种加窗处理-FIR filter coefficients C source code, plus a variety of window treatment
fir.rar
- fir的c语言程序,是37阶的,系数用matble计算得到,fir the c language program is a 37 bands, with coefficients calculated by matble
FIR
- 用C++实现窗函数的设计,采用的是海明窗为例子-Using C++ to achieve the design of window function, Hamming window is used as an example
FIRFilter
- 此例子为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
lab4
- FIR滤波器c语言实现,觉得还不错 -FIR filter c language, feel good FIR filter c language, feel good
firfilter-1.3.tar
- fir 滤波器设计。用c语言描述。是吗啊是吗啊啊哈-fir filter design in c language
fir
- 在TMS320C54x系统开发环境CCS(Code Composer Studio)下对FIR滤波器的DSP实现原理进行讨论。利用C语言设计相应的滤波器,通过实验仿真,从输入信号和输出信号的时域和频域曲线可看出在DSP上实现的FIR滤波器能完成预定的滤波任务。
FIRlpfilter
- FIRLPfilter,FIR低通滤波器 C语言实现-FIRLPfilter
exp4_02_fir(cpu2)
- 这是我先根据MATLAB设计的一个FIR滤波器,然后c语言实现,是二阶的,非常好用。-This is my first one under the MATLAB FIR filter design, and then c languages to achieve, is the second order, quite well.
buttord-digital-filter-design
- 通带截止频率 =2 4k rad/s,阻带截止频率 =2 8k rad/s,通带波纹系数 =0.3dB, 阻带波纹系数 =50dB,采样频率fs=20000Hz。-The digital filter are the digital signal processing important content, the digital filter may divide into IIR and the FIR two main kinds. As for the IIR digital filter
fir_filter
- fir filter c++实现,catapult pdf-fir filter in c++,catapult pdf
FIR-Filter-IN--C
- C语言实现Fir 滤波器的程序,可以用。简单易懂。-FIR Filter implementation in C programming
FIR
- (FIR) Finite Impulse Response, Filter in C#.
signal-processing-algorithms--fir
- 信号处理的四大算法,fir等。c程序,附带ppt课件-Four signal processing algorithms, fir, etc. c procedures, fringe ppt courseware
FIR
- 用c++编写的完整的FIR滤波器的类,每个函数都有其相应的功能描述,测试可用,滤波结果正确。欢迎下载-Class preparation complete with c++ FIR filters, each function has its corresponding functional descr iption, testing is available, filtering results correctly. Welcome to download
FIR
- Finite Impulse Response C++ code, which contains four types of FIR filtering (LP, HP, BS, BB).
FIR
- 有限冲击响应滤波器的源码,C语言实现的比较 -finite impulse filter FIR C soure
FIR1
- 对标Matlab中fir1函数的C语言实现(C language implementation of fir1 function in benchmarking matlab)