搜索资源列表
MedianBlu1r
- 中值滤波,向世明图书自带位图处理程序-median filter to the World Book prescribed own bitmap processing.
zsyfilter
- 图像处理中关于自适应滤波处理方法的一个程序。-image processing on adaptive filtering approach to a procedure.
kalmancontrol
- 这是用VC++编写的kalman 滤波的方法对摄像头进行控制的程序!-This is the VC Kalman filtering prepared by the methods of camera control procedures!
ec_matlab
- 应用nlms自适应滤波算法进行回声消除的matlab程序,很简单。-application nlms adaptive filtering algorithms eliminate echoes of Matlab procedures, is very simple.
xiaobobianhuan
- 基于MFC的图像处理正交变换完整源程序,可实现小波变换,滤波处理,图像的复原,增强,融合等功能的极品程序,愿与大家共享。-MFC-based image processing orthogonal transformation integrity of the source, can be realized wavelet transform, filter, Image restoration, enhancement, functional integration procedure on
Opencv_shipincaiji
- 一个不错的基于Opencv与VC环境的视频采集图像滤波与角点检测运动跟踪的vc程序.可以实现opencv图像滤波,opencv人脸角点检测,opencv运动跟踪程序,在该程序界面上可进行以上每个功能测试.
cdaudioxsrc
- 这是一个数字信号处理的函数库,包括FFT变换,各种滤波算法, 如果你要编写数字信号处理相关的程序,这是个不错的选择-This a digital signal processing functions, including FFT, various filtering algorithm, if you want to prepare digital signal processing related to the procedure, which is not a bad choice
CameraAutoForcus.rar
- 可实现摄像头自动对焦程序,数据统计,滤波算法和精确度可调节.,Can be realized camera AF procedures, data statistics, the filtering algorithm and precision adjustable.
pd_filter_cheng.rar
- 变压器典型局部放电信号的滤波程序 效果一般好 ,A typical transformer partial discharge signal filtering procedures in general good results
wavelet_denoise.rar
- 小波消噪。包括小波的分解、重构、滤波等程序,Wavelet de-noising. Including the wavelet decomposition, reconstruction, filtering and other procedures
filter
- 一阶惯性滤波程序(定点+浮点两种情况),用于排除工业现场的干扰信号。-First-order inertial filtering procedures (fixed+ point both cases)
filtering
- 滤波程序,请你仔细阅读,做适当修改,便可以应用于相应的程序开发-Filtering process, please read carefully, make the appropriate modifications, it can be applied to the corresponding development
gaborfilter
- 本程序实现gabor小波,能够计算不同的频率以及方向下滤波的结果,与大家共享-Gabor wavelet realize this procedure, to calculate the different frequency and under the direction of the results of filtering with the U.S. share
procedures-for-filtering
- 10种简单的程序滤波小程序,可用于消除键盘抖动滤除信号中的杂波,等与大家分享-10 kinds of simple procedures for filtering small procedures, the elimination of the keyboard can be used to filter out jitter signal clutter, etc. to share with you
CorrelateFilter-22
- 互相关滤波程序,用来演示互相关滤波原理、方法和结果-Cross-correlation filtering process, is used to demonstrate cross-correlation filtering principles, methods and results of
runkr3
- 用Visual C++实现的中值滤波程序源码 已经通过测试。 -Using Visual C++ implementation of median filter program source code has been tested.
npr
- 实现多相滤波器信道化,可以自己设定滤波器各种参数,很好的一个程序-Based polyphase filter to achieve channel, you can set the filter parameters of their own, a process well
Maths_AverageFilter
- 适合初学者的dsp图像程序,均值滤波程序、代码-Program for beginners DSP image, average filtering program, code
AdaptiveFilter-LMS-master
- 基于LMS的自适应滤波算法c代码,带测试代码,很容易验证(LMS based adaptive filtering algorithm C code, it is easy to verify)
FIR,IIR滤波器对语音信号的滤波处理matlab仿真
- 本资源实现了基于LSB算法的语音信号的数字水印,内有测试的载体音频,水印音频,代码几乎每一句都有详细的解释,采用了重新量化,使得载体的数据量和水印的数据量不易冲突,附GUI。另外还加入了两种抗干扰处理,一种是低通滤波,另一种是30db的高斯白噪声,外带一段录音的小程序。LSB由于其本身的特点,对两种攻击的抵抗都不是很好。另外,我还有一个资源是关于DWT小波变换的,可以去看看,DWT方法相比于LSB方法的抗干扰性强了不是一点半点。