搜索资源列表
-
0下载:
卡尔曼滤波简介+ 算法实现代码
c++实现-brief Kalman filtering algorithm code + c achievement
-
-
0下载:
这是一个数字信号处理的函数库,包括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
-
-
1下载:
可实现摄像头自动对焦程序,数据统计,滤波算法和精确度可调节.,Can be realized camera AF procedures, data statistics, the filtering algorithm and precision adjustable.
-
-
0下载:
一个新的纹理合成的上行采样算法,即利用现有的高分辨率的样本纹理作为先验引导条件,对合
成的低分辨率的纹理进行插值,获取更好的高分辨率纹理合成结果.该算法的主要思想是基于联合双边滤波器进
行纹理合成上采样,对低分辨率合成纹理应用空间滤波,而将一相似的边界滤波联合地应用在高分辨率的样本纹
理上-Texture synthesis of a new sampling algorithm for the uplink, that is, use of the existing samples
-
-
0下载:
A moving average filter averages a number of input samples and produce a single output sample. This averaging action removes the high frequency components present in the signal. Moving average filters are normally used as low pass filters. In recursi
-
-
0下载:
Image filtering algorithm implementation using MFC. It supports LPF, HPF, making/remove noize, opening, erosion, dilation, making binary image, thinning, wavelet transform, DCT/IDT, hardamard transform, motion estimation with 2 iamges -Image filterin
-
-
0下载:
多轨迹映射的仿射运动滤波算法,有助于大家在视频运动信息的分析-Many of the track mapping affine movement filtering algorithm, help everybody in the video sports information analysis
-
-
3下载:
自适应滤波LMS算法语音降噪,采集一段wma文件,加入高斯白噪声,然后实现降噪。-LMS adaptive filtering algorithm for speech noise reduction
-
-
0下载:
十一种各种通用滤波算法,可以直接使用在源码中,不需要任何修改-Eleven kinds of various general purpose filtering algorithm can be used directly in the source code, without any modification
-
-
0下载:
简单的归一化滤波算法,主要用于实现语音的增强,提高清晰度,可懂度-Simple normalized filtering algorithm, mainly used for the realization of speech enhancement, improve the clarity, intelligibility
-
-
0下载:
简单的阻塞滤波算法,主要用于实现语音的增强,提高清晰度,可懂度-Simple blocking filtering algorithm, mainly used to achieve speech enhancement, improve the clarity, intelligibility
-
-
0下载:
简单的lms步长改进滤波算法,主要用于实现语音的增强,提高清晰度,可懂度-Simple LMS step size filtering algorithm, mainly used for the realization of speech enhancement, improve the clarity, intelligibility
-
-
0下载:
根据相关文献得到的lms滤波算法,主要用于实现语音的增强,提高清晰度,可懂度-According to the relevant literature to get the LMS filtering algorithm, mainly used for the realization of speech enhancement, improve the clarity, intelligibility
-
-
0下载:
webrtc 的回声抵消(aec、aecm)算法主要包括以下几个重要模块:1.回声时延估计 2.NLMS(归一化最小均方自适应算法) 3.NLP(非线性滤波) 4.CNG(舒适噪声产生),一般经典aec算法还应包括双端检测(DT)。考虑到webrtc使用的NLMS、NLP和CNG都属于经典算法范畴,故只做简略介绍,本文重点介绍webrtc的回声时延估计算法,这也是webrtc回声抵消算法区别一般算法(如视频会议中的算法)比较有特色的地方。-webrtc echo canceller (aec,
-
-
1下载:
实现视频图像的目标快速跟踪。使用了camshift和kalman滤波算法。实时性不错,代码简单。-Video images of fast target tracking. Use the camshift and kalman filtering algorithm. Timeliness good, simple code.
-
-
0下载:
基于LMS的自适应滤波算法c代码,带测试代码,很容易验证(LMS based adaptive filtering algorithm C code, it is easy to verify)
-