搜索资源列表
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
PhotoStar
- 低通滤波C++源码实现小波变换对图像的作用, 低通滤波
19FIR
- 低通滤波源码,C与汇编嵌套,效率奇高。为1K,FFT.基于54系列及19点FIR低通滤波C语言程序
在VC下实现FFT对信号滤波
- 在VC下实现FFT对信号滤波,包括实现低通和带通滤波,图形显示,In VC to achieve FFT of signal filtering, including the realization of low-pass and band-pass filtering, graphical display
FIR.巴特沃斯滤波器C语言实现
- 巴特沃斯滤波器C语言实现,低通滤波器。IIR,Butterworth filter C language
readspeech
- 一个用C语言程序实现读写语音文件的语音信号低通滤波例子-A C language program used to read and write audio files of voice signal low-pass filter example
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
SCMintherealizationoffilteringalgorithm
- //在单片机系统中常用的滤波算法 (1)程序判断法(2)中值滤波法 (3)算术平均滤波法 (4)加权平均滤波法(5)滑动平均滤波法 (6)低通滤波法(7)中位值平均滤波 -//In the single-chip microcomputer system used in the filtering algorithm [1] procedures to determine law [2] Median Filter Method [3] arithmetic mean
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
FirAlgs
- Fir低通滤波C语言实现-Fir low-pass filter C language
all-filter2
- 数字滤波器的C语言实现,包括高通、低通、带通滤波器-C-language digital filter, including the high-pass, low pass, band pass filter
Signal-detection-of-signal-of-heart
- 心电信号的计算机分析 通过理论结合实际,用C语言编程对MIT心电信号数据进行分析,实现低通滤波、高通滤波、QRS检测、特征提取、心律失常分析,从中了解和掌握数字信号处理的方法和应用。 -ECG computer analysis by the theory with reality, and C language programming on the MIT ECG data analysis, low-pass filter, high pass filtering, QRS dete
fir-c
- fir低通滤波程序,处用冲激响应函数,实现对信号的低通滤波。-fir low-pass filtering process, at the use of impulse response functions, to achieve a low-pass filtering the signal.
BUT_bode_highpass_1
- 巴特沃斯低通滤波C函数matlab仿真例程-Butterworth low-pass filter C function matlab simulation routines
MAX262.c
- 程控滤波器的程序,可以实现高通滤波和低通滤波,中心频率可调。-Programmable filter program, you can achieve high-pass filter and low-pass filter, the center frequency is adjustable.
FIR
- 19点FIR低通滤波C语言程序.cpp,网络下载整理的FIR滤波程序。-The progran is Web for the FIR filter with 19 points.
low_pass_filter.c
- 一阶RC低通滤波器的c语言实现,处理简单的低通滤波,自行设置cutoff频率以及采样频率(First-order Lowpass Filter - c code)
DFT
- visual c++写的傅里叶变换,以及在频域实现低通滤波和高通滤波(Fourier transform written by visual c++ and low-pass filtering and high pass filtering in frequency domain)
傅里叶谱与频域低通滤波
- 傅里叶谱与频域低通滤波 (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)