搜索资源列表
维纳滤波处理c代码
- 用c写了维纳滤波处理算法,里面有算法使用说明,供大家学习信号处理时参考-used to write the Wiener filter algorithm, and they use algorithms for signal processing to emulate reference
VC_ImageProcessing
- 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Codin
lupo
- C#开发的小区域频域滤波(128*128), 维纳滤波,最小平方滤波,八特了死滤波,等-C# development of small regional frequency domain filtering (128 * 128), the Wiener filter, the minimum square filtering, eight of the dead special filtering, etc.
speech_enhancement_GUI
- 自己编写GUI界面实现语音增强,可在main.c中点击菜单debug中的run便可以运行程序,可分别实现谱相减、最小均方和维纳滤波语音增强-GUI interface to prepare themselves to achieve enhanced voice, in main.c which debug menu click the run will be operating procedures, can be achieved spectral subtraction, both the
WienerDIB
- 该函数用来对DIB图像进行维纳滤波复原操作,用Visual C++实现的-the function used to DIB images Wiener filter recovery operation, using Visual C realized
wiener_filter
- Wiener滤波器(维纳滤波器)的C程序,学习现代数字信号处理理论时可以用来参考。
wiener.rar
- 维纳滤波处理的c语言实现,可以用于图象恢复,滤波等,Wiener filter c language, can be used to image restoration, filtering, etc.
wiener
- 维纳滤波代码,数字信号处理领域常用,C语言编写-Wiener filtering code, commonly used digital signal processing, C language
filter
- 维纳滤波的C程序源码,接口已封装,可以在你的工程中调用-Wiener filtering of the C program source code, interface has been packaged, you can call your project
hitag2
- Hitag2算法的C语言程序。验证通过。可运行于VC-// Software optimized 48-bit Philips/NXP Mifare Hitag2 PCF7936/46/47/52 stream cipher algorithm by I.C. Wiener 2006-2007. // For educational purposes only. // No warranties or guarantees of any kind. // This code is r
weina
- 维纳滤波的实现过程包括grnc,relation,rinv,trmul,wiener等c代码-Wiener filter implementation process, including grnc, relation, rinv, trmul, wiener, etc. c code
WienerFilter_c_language
- 在C++环境中实现高斯滤波和维纳滤波过程,图像去噪-In the C++ Environment Gaussian filtering and Wiener filtering process, image denoising
RSA.ZIP
- C++ implementaion for RSA together with the Wiener attack. It uses NTL library for big numbers
picture_processing
- 图像处理包括(1) 显示图片 (2) 正交变换--包括傅立叶变换、沃尔什变换、离散余弦变换 (3) 图象增强--包括直方图显示、图象均衡化、图象规定化、图象平滑、锐化、中值滤波、低通滤波器、伪彩色编码 (4) 图象复原--非约束复原(逆滤波)、约束复原(维纳滤波) -Image processing, including (1) Show pictures (2) orthogonal transformation- including the Fourier transform
Hiemstra
- The research in this dissertation addresses reduced rank adaptive signal processing, with specic emphasis on the multistage Wiener lter (MWF). The MWF is a generalization of the classical Wiener lter that performs a stage-by-stage decompositio
DIPTOOL-wiener
- wiener filter c++ source
Wiener-Filter--
- 基于MFC的维纳滤波的c++算法实现,过程很详细,能运行。-Wiener filter based on MFC c++ algorithm, the process is very detailed and can run.
C--image-processing
- C语言图像处理有拉普拉斯锐化(边缘检测),256色转灰度图,傅立叶变换,维纳滤波处理等代码(含有测试图片及结果)-C-Laplacian sharpening image processing (edge detection), 256-color to grayscale, Fourier transform, Wiener filter processing code (with test images and results)
C
- 卡尔曼滤波器的算法C实现 最佳线性滤波理论起源于40年代美国科学家Wiener和前苏联科学家Kолмогоров等人的研究工作,后人统称为维纳滤波理论。从理论上说,维纳滤波的最大缺点是必须用到无限过去的数据,不适用于实时处理。为了克服这一缺点,60年代Kalman把状态空间模型引入滤波理论,并导出了一套递推估计算法,后人称之为卡尔曼滤波理论。卡尔曼滤波是以最小均方误差为估计的最佳准则,来寻求一套递推估计的算法,其基本思想是:采用信号与噪声的状态空间模型,利用前一时刻地估计值和现时刻的观测值来
wiener
- opencv+qt+c 实现维纳滤波功能-opencv+qt+c achieve Wiener filtering