搜索资源列表
liftpack-3.0b2j-cc
- 第二代小波变换的源代码,内容包括常用的著名小波基,并全部用类封装实现-second generation wavelet transform the source code, as used in the famous 101416, and all types of packaging used to achieve
gaborconvolve
- 用matlab实现图像处理中很重要的gabor变换,如对程序有什么问题可以本人联系一起探讨,chengaoshu@sina.com-Matlab using image processing to achieve a very important gabor transform, such as the procedure is what can I contact to explore, chengaoshu@sina.com
LPR
- 车牌识别程序,使用sobel算子检测边缘,然后准确定位车牌,准确率高达98%以上。-license plate identification procedures, the use of pixel edge detection operator, and then accurate positioning plates, accuracy rate was as high as 98% or more.
jj2000
- 该程序演示了jpg2000的编码、解码等一系列过程。-demonstration of the program converts the coding and decoding process as a series.
boxing
- 在VB环境下实现正弦波、方波、锯齿波、三角波等波形的转化-in VB environment under sine, square, ramp, triangle wave, such as waveform conversion
SDLMathBagD7
- 为一个Delphi下的数学包,包含小波分析,傅立叶变换等源码及事例.-Delphi for a math packet, including wavelet analysis, such as Fourier transform source code and examples.
wavelet_codes
- 小波变换的源代码,有的是c,有的是m文件,很有用的动动!-wavelet transform the source code, some c, m some documents, very useful as moving!
mywavelet1
- 本人的小波课作业: 图像的daub4小波包分解和重构,以及画shannon小波函数等-I wavelet class operations : Image daub4 wavelet packet decomposition and reconstruction. shannon and paintings such as wavelet function
wavelet_application
- 小波,傅立叶等变换算法及其应用,很有价值-wavelet, such as Fourier transform algorithm and its application and of great value
MFCBandFilter
- 一个用MFC写的滤波器源代码,代码结构非常精巧,可以参考 功能:1 固定带通滤波 2 可变带通滤波 3 噪声删除 4 输入输出误差计算 实现比较简单,由于使用了Microsoft Foundation classes,代码流程很简单,但是实现的功能比较充分 Filter.h:头文件,定义了CFilterApp 类 Filter.cpp:利用MFC的函数实现了CFilterApp Filter.rc:资源文件,包括对话框和图标的说明-use a
582132085520061129234852432561
- 用小波变换对图像处理由很多优点,这是我保存的一个用小波变换作图像融合的程序,效果还不错,当然其中还有一些其他的 图像 处理的代码,如高通滤波 图像增强等,我觉得对学习图像处理很有用的,尤其是代码对小波分解分开写的,很具体了,希望对大家有用-wavelet transform to image processing by the many merits, This is the preservation of a wavelet transform for image fusion procedu
WienerFilter
- 对DIB图像进行维纳滤波复原操作的函数源码,输入参数如下,其他注释也很清晰 //LPSTR lpDIBBits:指向源DIB图像指针 //LONG lWidth:源图像宽度(象素数) //LONG lHeight:源图像高度(象素数)-right DIB images Wiener filter recovery operation of the source function, input parameters are as follows, Other Notes is clea
XiaoBoBianHuanVC++
- 里面有小波变换应用的算法,如行列变换,滤波,反变换等.-inside the application of wavelet transform algorithm, as the ranks of transformation, filtering, anti-transformation.
5961138972006928223402599535
- 小波软阈值去噪soft harr.rar 小波软阈值去噪soft harr.rar 将文件所在目录设为工作目录,然后打开wavlet.fig,在noise提示框下输入噪声强度,在0-0.1之间(不能为零)。然后点process按钮,就会显示实验结果,包括原图像,加噪图像,去噪图像的对比以及当前的psnr值。 wavlet.m是程序文件。-wavelet soft thresholding wavelet soft harr.rar soft thresholding soft harr.r ar
signalask
- 对一个信号进行低通滤波,加噪后再高通滤波,最后恢复成基带信号,进行判决.-signal to a low-pass filtering, noise after high-pass filtering, as the final restoration of base band signal for the judgment.
MATLAB 6_5 辅助小波分析与应用_10954898
- 有关小波变换的Matlab程序,内容较为详实而且易懂,可以在其基础上编写自己的应用程序-the wavelet transform Matlab procedures, as more informative and easy to understand, in its own on the basis of the application procedures
ImageWavelets
- 对bmp图像的小波变换,包括其应用,如图像的滤波-bmp image of the wavelet transform, including its applications, such as image filtering
chengxu 按心电信号画出信号时域波形和频谱图
- 1.找点一段心电信号,画出信号时域波形和频谱图; 2. 利用MATLAB中的随机函数产生噪声加入到心电信号中,使心电信号被污染,读出污染后的号并画出对应信号的时域波形和频谱图; 3.用双线性变换法设计一个Butterworth带通滤波器,输出所设计的滤波器的阶次,分子、分母多项式的系数,画出滤波器的频率响应(幅频响应和相频响应)曲线;(也可以根据自己需要设置滤波器性能指标) 带通通滤波器设计性能指标:fs1=10Hz, fp1=20Hz, fp1=1000Hz, fs2=120
graph2.zip
- 关于常用图像处理的vc源码,还有像傅丽叶逆变换,小波变换等,On the commonly used image processing vc source, as well as傅丽叶inverse transform, wavelet transform, etc.
ConstructWaveBaseFunction.rar
- 紧支撑小波基的构造。 以Daubechies小波滤波器系数为例,推导出小波函数及尺度函数,并画出其图像. void Convolution(double* pShortData, int nShort, double* pLongData, int nLong) int CalcScaleFunction(double* pOutData) int CalcWaveletFunction(double* pOutData) Convolution()不是通用的离散卷积代码,而