Welcome![Sign In][Sign Up]
Location:
Search - mallat

Search list

[Mathimatics-Numerical algorithmsWavelet_1d.zip

Description: 一维二进小波变化与Mallat交体投影算法源码
Platform: | Size: 2471 | Author: | Hits:

[Streaming Mpeg4离散小波变换

Description: 1 本程序通过Mallat算法实现小波变换 2 本程序能打开任意长宽比的bmp图像,正方形的raw图像,352*288的gray图像,不能打开jpg图像-a procedure Mallat algorithm wavelet transform two procedures would open the arbitrary aspect ratio of bmp image, the raw square image, 352 * 288 images of gray, unable to break jpg image
Platform: | Size: 267934 | Author: 周小川 | Hits:

[Other resourcewavelet_signal

Description: 采用mallat算法进行小波分解/重构的程序,支持一维和二维信号-Mallat algorithm using wavelet decomposition / remodeling process, support one-and two-dimensional signal
Platform: | Size: 1074722 | Author: myb | Hits:

[Other resourceMallat算法

Description: 一个关于小波的matlab复合分析算法(MRA),值得一看-one of the Matlab composite wavelet analysis algorithm (MRA), an eye-catcher
Platform: | Size: 215821 | Author: czh | Hits:

[Mathimatics-Numerical algorithmsvc_mallat

Description: 这是一个用vc实现mallat的算法 在这里同大家分享-vc used the algorithm to achieve Mallat here to share with you
Platform: | Size: 116450 | Author: 赵鹤 | Hits:

[Other resourcewaveletspectrum

Description: 用于小波滤波器的谱分析,mallat分解法。实现信号的重构-for wavelet spectral analysis, Mallat decomposition. Signal Reconstruction
Platform: | Size: 1245 | Author: be | Hits:

[Other resourceshuju

Description: 文章通过对实序列快速傅里叶变换的算法推导及Mallat 算法原理的分析,根据离散小波变换(DWT)算 法结构特征,提出了一种离散小波的快速变换算法,给出了相应的算法步骤。从数学理论上进行了论证,并把该算法 应用到静态图像处理中,得到了很好的快速和重建效果,具有一定的实用价值。 关键词:小波分析;Mallat 算法;快速小波算法 图像处理 中图分类号:TN914 文献标识码:A 1 引言 小波分析是近十多年来迅速发展起来的新兴学科和信号分析理论,是继傅里叶分析方法之后的重 大突变。它具有时域局部化和频域局部化的优点,而且高频端的时间间隔小(有着高的时间分辨率), 低频端的时间间隔大(有着高的频率分辨率),这与人的视觉机制由粗到细的认识过程相一致,固而有 “数学显微镜”之称,是进行信号处理和分析的有效工具。特别是其多分辨率分析理论及其快速算法 ——Mallat 算法在数字信号处理和数字通信-articles on real sequence Fast Fourier Transform algorithm Derivation Principle and Mallat algorithm analysis, discrete wavelet transform (DWT) algorithm structure, a fast discrete wavelet transform algorithm, corresponding to the given algorithm steps. From a theoretical mathematical proof, and the algorithm is applied to the static image processing, to be a good and rapid reconstruction effect, it is of great practical value. Keywords : wavelet analysis; Mallat algorithm; Fast Wavelet Image Processing Algorithms Key words : ODFD code : A preamble to a wavelet analysis of the last 10 years developed rapidly emerging disciplines and signal analysis theory, Fourier analysis is the method after a major mutation. It is localized in time domain and frequency domain of local advantages, but hig
Platform: | Size: 9996 | Author: 顶替 | Hits:

[Other resourceedege_detection

Description: 基于小波变换模极大的多尺度图像边缘检测matlab源代码,该算法采用的是样条小波,为了更好的检测边缘,用多孔算法代替了mallat算法。该算法和mallat快速算法主要区别: 1 多孔算法不需要抽取偶数样本,所以奇异检测定位更准确,相应的重构是不需要插零。2 多孔算法需要对滤波器进行伸缩。-based on wavelet transform modulus maxima of multiscale edge detection Matlab source code, The algorithm used is kind of wavelet, in order to better detect the edge of porous algorithm instead of Mallat algorithm. The algorithm and fast algorithm Mallat major difference : an algorithm porous not even take samples So singular position detection more accurate, the corresponding Reconstruction interpolation is not zero. Two porous algorithm need to filter extendable.
Platform: | Size: 1058 | Author: 高锋 | Hits:

[Other resourcemallat_algorithm

Description: 自编的快速小波变换mallat算法,使用‘db1’小波函数,在卷积时使用wkeep命令进行了数据截取。重构信号和原信号比较误差较小。-self fast wavelet transform Mallat algorithm, the use of 'db1' wavelet function, Convolution in the use of wkeep order the interception of data. Reconstruction of the original signal and signal more smaller error.
Platform: | Size: 907 | Author: 高锋 | Hits:

[Graph Recognizemallat_edge

Description: 多尺度边缘检测,用的是mallat算法,不过效果不太好,但基本思路有,可以参考.-multiscale edge detection, it was Mallat algorithm, but not very good results, but the basic idea is, reference.
Platform: | Size: 780 | Author: 夏志飞 | Hits:

[Other resourcework4_1

Description: 基于Mallat的二维Haar小波分解与重构算法的C语言实现-Mallat Haar wavelet decomposition and reconstruction algorithm in C Language
Platform: | Size: 2353 | Author: 奉华成 | Hits:

[Special EffectsVC_ImageProcessing

Description: 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Coding)、位平面编码、预测编码、DPCM、JPEG 2000编码); 第8章 图像配准 第9章 目标检测与运动检测 第10章 图像形状特征分析(骨架检出、轮廓提取);第11章 图像分割(边界跟踪、阈值分割区域生长、分裂合并、Canny算子); 第12章 图像的模式识别-"Visual C digital image acquisition, processing and Practice" YANG Zhi Ling Wang Kai edited. Contents : Chapter 4 Image Enhancement (contrast enhancement, gray transform, histogram dressing, image smoothing, sharpening, Pseudo-color and false color enhancement); Chapter 5 of Image Restoration (inverse filter rehabilitation, Wiener filtering method); Chapter 6 of image processing orthogonal transformation (Fourier transform, discrete cosine transform (DCT), the Walsh transform, Based on the eigenvectors of transformation, Hotelling (Hotelling) transform, SVD transform, wavelet transform, Mallat algorithm); Chapter 7 Image Coding (Hoffman (Huffman) coding, arithmetic coding, RIc (Run Length Coding), the bit-plane coding, predictive coding, DPCM. JPEG 2000 encoding); Chapter 8 Image
Platform: | Size: 280370 | Author: 陈镇静 | Hits:

[Other resourcewan4u

Description: 这是我下载的程序,与大家一起分享! 小波谱分析mallat算法经典程序-This is the procedure I downloaded, and share with everyone! Mallat small spectral analysis algorithm classic procedures
Platform: | Size: 1204 | Author: wan4u | Hits:

[Othermallat

Description: 离散小波变换 mallat算法实现 小波变换-DWT wavelet transform algorithm mallat
Platform: | Size: 57344 | Author: wuhuiling | Hits:

[matlabmallat

Description: 小波分析mallat算法经典程序。对于给定信号分解重构之后作比较。-Mallat algorithm classic wavelet analysis program. For a given signal decomposition reconstruction after comparison.
Platform: | Size: 11264 | Author: zhengxuran | Hits:

[OtherMallat-xiaobo

Description: 本程序采用Mallat算法对信号进行小波分析-This procedure using Mallat algorithm signal wavelet analysis
Platform: | Size: 1024 | Author: 吴君 | Hits:

[matlabmixed-signal-implement-Mallat

Description: 利用三角正余弦混合信号,通过小波分析,进行Mallat算法的实现-Using sin/cos mixed signal, by wavelet analysis, implement Mallat algorithm.
Platform: | Size: 1024 | Author: | Hits:

[Graph programMallat

Description: 运用小波变换中的Mallat算法对一维或者二维信号进行分解-Using the Mallat algorithm of wavelet transform to one-dimensional or two-dimensional signal decomposition
Platform: | Size: 16384 | Author: 肃萧风 | Hits:

[WaveletDWT_1D

Description: 本程序用Mallat算法实现小波变换,方法简答以实现(This program uses the mallat algorithe to implement wavelet transform)
Platform: | Size: 1024 | Author: sup阳光 | Hits:

[Special Effects程序

Description: Mallat小波变换 不同层数小波的小波变换(Wavelet transform of wavelet transform in different layers of Mallat wavelet transform)
Platform: | Size: 8588288 | Author: 冯小森 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 18 »

CodeBus www.codebus.net