搜索资源列表
ellf
- 巴特沃斯、切比雪夫I和椭圆滤波器设计的源程序!非常难得! 简洁的C语言编写-Butterworth, Chebyshev I and elliptic filter design of the source! Very rare! Concise C language
MDEFIR3
- 给出了FIR滤波器设计的C语言程序,可以根据设计要求,灵活地调整参数,得到需要的滤波器参数。-given FIR filter design in C language program, according to the design requirements, flexibility to adjust parameters and the filter parameters.
Bendbolck
- 关于带通带阻滤波器的设计,巴特沃思滤波器 压缩包里有: bendpass.m 为带通程序 bendblock.m 为带阻程序 SE144.wav 采用的声音文件,请放在 C:\\下 bendpass.wav 通过带通滤波器之后的声音,保存在C:\\ bendpass.wav bendblock.wav 通过带阻滤波器之后的声音,保存在C:\\ bendblock.wav -on Bandpass Filter with the design, Butterwor
IIR.c
- 用汇编设计的四阶椭圆低通IIR滤波器程序-design with a compilation of four order elliptic low pass filter procedures IIR
MWINDOW
- 计算七类窗函数并给出归一化对数幅频曲线,同时也是利用窗函数法设计FIR滤波器的程序MDEFIR1所调用的子程序MWINDOW.C
Iirdfv2
- 数字滤波器IIR设计C源代码,包括绘图.-Use IIR method to design the digit filter,realized by C language,and mapping is also included.
cic5
- matlab CIC滤波器程序,5级CIC滤波器的设计,采用优化结构,采样速率在积分器后降低;-matlab CIC program,five taps design.
iir3
- 3阶iir滤波器设计,不采用matlab自带的滤波子程序,完全自己编写程序,可以十分方便的转化为c语言。-3-order IIR filter design, do not use built-in filtering matlab Subroutine entirely their own programming, can be transformed into a convenient c language.
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
firfilter-1.3.tar
- fir 滤波器设计。用c语言描述。是吗啊是吗啊啊哈-fir filter design in c language
new
- 遗传算法,本代码包含一个C语言程序,利用遗传算法设计纳米滤波器-The genetic algorithm, this code contains a C language program, using the genetic algorithm design of nano-filters
fir
- 在TMS320C54x系统开发环境CCS(Code Composer Studio)下对FIR滤波器的DSP实现原理进行讨论。利用C语言设计相应的滤波器,通过实验仿真,从输入信号和输出信号的时域和频域曲线可看出在DSP上实现的FIR滤波器能完成预定的滤波任务。
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.
filter
- 用C语言对输入信号进行滤波,滤波器是预先用MATLAB设计好的-Using C language on the input signal is filtered, the filter is designed in advance using MATLAB
DIGITAL-FILTER-DESIGN
- 歌曲中人声消除的原理; wav文件的格式; IIR和FIR数字滤波器的设计方法; C语言或Matlab的编程知识。 -Elimination of the principle of human acoustic songs wav file format IIR and FIR digital filter design C or Matlab programming language knowledge.
FFT3
- C语言实现FFT运算,运用FFT蝶形算法的原理,实现离散数列的快速傅里叶变换,常用于数字滤波器的设计-C language FFT computation
lowpass
- MATLAB设计的低通滤波器中的自动生成的C语言头文件,是FIR数字滤波器。-C language header files automatically generated in the MATLAB design of low-pass filter is a FIR digital filter.
bandpass_filter
- 数字信号处理,带通滤波器设计,C++程序,-Digital signal processing, a band-pass filter design, C++ program
3
- 对于一个1阶AR过程,已知其自相关序列。观测数据包含期望信号和零均值的不相关白噪声 a. 编写设计p阶FIR维纳滤波器的Matlab程序,要求能返回滤波器系数和均方误差; b. 分别计算均方误差,并比较这些误差的大小 c. 画出均方误差的值 -For a one order AR process, which is known autocorrelation sequence. Observation data contains the desired signal and u
IIR-C
- 用c语言实现的IIR滤波器的间接设计代码(C语言)- Indirect design code (C language) IIR filter