搜索资源列表
dfilter
- 用c语言实现的数字滤波的滑动平均法和低通滤波法-with C Language of the moving average filter and low-pass filter
hd
- 数字滤波器冲击响应函数c++源代码,包含低通、高通、带通、带阻滤波器,与待滤波信号进行卷积运算,完成滤波处理。-FIR Filter Based
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
ditong
- 利用C++编写的低通滤波函数。采用快速傅里叶的方法对信号进行处理。希望能够帮组带大家。如有不足,请多多包含哈-Using C++ to write low-pass filter function . The method of using fast Fourier transform signal processing . Want to help the group with everyone . If insufficient, please include Kazakhstan
b
- 地震数据一维滤波的C++实现 利用褶积实现低通滤波 内有实验数据和操作说明- C++ implementation of one-dimensional seismic data filtering Convolution is applied to realize low-pass filtering With the experimental data and instructions
Digital-Image-Processing
- 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放
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)
滤波及线性拟合算法
- 高通、低通滤波算法,及线性拟合算法C#源码