搜索资源列表
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
巴特沃斯滤波器,C语言
- 巴特沃斯低通滤波器,C语言。
实现的巴特沃斯低通滤波器的原理应用
- 应用c语言编写的可以实现的巴特沃斯低通滤波器的原理应用,C language applications can be prepared by the Butterworth low-pass filter application of the principle
此文档是使用C语言实现数字滤波
- 此文档是使用C语言实现数字滤波,对高通或低通滤波器的C语言程序介绍。,This document is the use of C language realization of digital filter for high-pass or low-pass filter to introduce the C language program.
FIR.巴特沃斯滤波器C语言实现
- 巴特沃斯滤波器C语言实现,低通滤波器。IIR,Butterworth filter C language
IIR.rar
- IIR滤波器的实现,这是一个低通滤波器,在visualC++6.0上的软件上实现 ,The realization of IIR filter, this is a low-pass filter, in visualC++6.0 on the realization of software
LowpassFiltering
- 本实验要求要求实现高斯低通滤波器的程序,并设定截至频率半径为15时得到如课本上图4.18图c的图。使低频通过而使高频衰减的滤波器成为低通滤波器,被低通滤波的图像比原始图像少一些尖锐的细节部分。本实验就是设计实现高斯低通滤波器。-Requirements of this experiment requires low-pass Gaussian filter procedure and set the frequency up to a radius of 15 textbooks, such a
BCFLPfilter
- BCFLPfilter 巴特沃斯低通滤波器 C语言-BCFLPfilter
FIRExample
- 自己写的一个低通滤波器设计的例子,有8个窗口可选择,能满足一般应用的要求。-Himself wrote a low-pass filter design example
dsp6FIR
- 滤波器采样频率为600Hz ,截止频率100Hz 的10阶低通滤波器。并用汇编语言设计一个实现上面要求的FIR 滤波器 (2)要求设计滤波器采样频率为8000Hz ,截止频率500Hz 的40阶低通滤波器。用C语言设计一个实现上面要求的FIR 滤波器 -Filter sampling frequency of 600Hz, the 10 cut-off frequency 100Hz-order low-pass filter. Design and assembly language
picture_processing
- 图像处理包括(1) 显示图片 (2) 正交变换--包括傅立叶变换、沃尔什变换、离散余弦变换 (3) 图象增强--包括直方图显示、图象均衡化、图象规定化、图象平滑、锐化、中值滤波、低通滤波器、伪彩色编码 (4) 图象复原--非约束复原(逆滤波)、约束复原(维纳滤波) -Image processing, including (1) Show pictures (2) orthogonal transformation- including the Fourier transform
low_pass_filter
- DSP环境下的低通滤波器源码,应用于信号处理,在频域下对信号进行低通滤波-DSP environment, low-pass filter source code, applied to intermediate frequency domain signal processing software algorithms
FIRlpfilter
- FIRLPfilter,FIR低通滤波器 C语言实现-FIRLPfilter
ClanguagetoimplementtheFIRlow-passfilter
- FIR滤波器被称为有限长脉冲响应滤波器,运用C语言实现了FIR低通滤波器,-FIR filter is known as finite impulse response filter, using C language to implement the FIR low-pass filter,
FirAlgs
- 本代码用C语言实现了有限冲击响应低通滤波器的设计。-The code used C language to implement low-pass finite impulse response filter design.
low_pass_filter.c
- 一阶RC低通滤波器的c语言实现,处理简单的低通滤波,自行设置cutoff频率以及采样频率(First-order Lowpass Filter - c code)
数字滤波器的C语言实现
- 数字滤波器的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)
DFT
- visual c++写的傅里叶变换,以及在频域实现低通滤波和高通滤波(Fourier transform written by visual c++ and low-pass filtering and high pass filtering in frequency domain)
fir滤波器
- 实现ccs软件fir低通滤波器仿真的c语言程序(C language program for CCS software FIR low pass filter simulation.)
傅里叶谱与频域低通滤波
- 傅里叶谱与频域低通滤波 (a)从图书网站下载图4.41(a)并计算其(居中)傅里叶谱。(b)显示频谱。(c)在等式(4.8-7)中实现高斯低通滤波器。您必须能够指定结果2D函数的大小,M x N。此外,您必须能够指定高斯函数的中心位置。(d)从图书网站下载图4.41(a),并对其进行低通滤波,以复制图4.48中的结果。(Fourier Spectrum and Lowpass Filtering in Frequency Domain (a) Download Fig. 4.41(a)