Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - 9-1 9-2
Search - 9-1 9-2 - List
7wave.c是小波变换的源程序程序,97wave.exe是用Lccwin32编译的可执行文件,lena512.raw是测试图像数据,可用potoshop打开,97.bat是可直接执行的批处理文件.希望对小波变换的同仁有所帮助! -7wave.c wavelet transform is the source procedures 97wave.exe is Lccwin32 compiler executable file lena512.raw test image data can be used potoshop open 97.bat can be directly executed by the batch file. The wavelet transform hope colleagues help!
Date : 2025-12-25 Size : 193kb User : 秋实


Date : 2025-12-25 Size : 5kb User : 王文

9/7 二维整数小波变换,可以实现图像的无损恢复。-9/7 two-dimensional integer wavelet transform, you can realize non-destructive restoration of images.
Date : 2025-12-25 Size : 1kb User : awh1979

简单的小波压缩变换工作的原理如下: 信号和求导信号,形成的求同信号序列和求导信号序列的长度均为输入信号的长度的一半.如果输入信号序列是A={a(1),...,a(n)}求同信号S={s(1),...,s(n/2)}和求异信号D={d(1),...,d(n/2)}的计算方式为: for i=1,...,n/2 s(i)=a(2*i-1)+a(2*i) d(i)=a(2*i-1)-a(2*i) 例如输入信号是: 5,2,3,2,5,7,9,6 求出的求同信号和求异信号和求同信号分别是: s={7,5,12,15} d={3,1,-2,3} 将求同信号和求异组合之后,原信号变换为: A ={7,5,12,15,3,1,-2,3} 同样过程再对当前的信号A 的前半部分操作,直到输入信号的长度为1,变换过程结束。 还使用上面的例子,输入的原始信号为5,2,3,2,5,7,9,6,该信号经过一系列变换后得到小波压缩变换结果为39,-15,2,-3,3,1,-2,3,变换过程如下 5,2,3,2,5,7,9,6 7,5,12,15,3,1,-2,3 12,27,2,-3,3,1,-2,3 39,-15,2,-3,3,1,-2,3 原始信号的输入长度是2的整数次幂,并且输入信号中的每个元素为0和255之间的整数 -Simple wavelet compression transform the principle of work is as follows: Signals and signal derivation, formed for the same signal sequence and signal sequence derivation of the length of the input signal are half the length. If the input signal sequence is A = (a (1 ),..., a (n)) for the same signal S = (s (1 ),..., s (n/2)) and the difference signal D = (d (1 ),..., d (n/2)) method for calculating as follows: for i = 1 ,..., n/2 s (i) = a (2* i-1)+ a (2* i) d (i) = a (2* i-1)-a (2* i) For example, the input signal is: 5,2,3,2,5,7,9,6 Seek to derive the signal and difference signal and for the same signals are: s = (7,5,12,15) d = (3,1,-2,3) Will seek the same combination of signals and difference, the original signal is transformed into: A = (7,5,12,15,3,1,-2,3) The same process again on the current signal A of the first half of the operation, until the length of the input signal is 1, change the course of The End. Also used the above exampl
Date : 2025-12-25 Size : 1kb User : 张统年

执行一维和二维小波变换在MATLAB环境中。十几包括的小波函数有: * Haar * Daubechies 1-6 * Symlets 1-6 * Coiflets 1 and 2 * Splines and reverse splines * CDF 9/7 and Le Gall 5/3 * S+P wavelets (2,2), (4,2), (4,4), (6,2), and (2+2,2) * Two Ten "TT" * Low-complexity design * HVS design Visual 9/3 -Description Perform 1D and 2D wavelet transforms in MATLAB. WAVELET(W,L,X) computes the L-stage discrete wavelet transform (DWT) of signal X using wavelet W. For the inverse transform, WAVELET(W,-L,X) inverts L stages. Included wavelets are * Haar * Daubechies 1-6 * Symlets 1-6 * Coiflets 1 and 2 * Splines and reverse splines * CDF 9/7 and Le Gall 5/3 * S+P wavelets (2,2), (4,2), (4,4), (6,2), and (2+2,2) * Two Ten "TT" * Low-complexity design * HVS design Visual 9/3
Date : 2025-12-25 Size : 10kb User : chen huayi

DL : 0
此程序为二进制9-7小波提升格式的变换,算法中有整数加法和移位。-This program is a binary format, 9-7 Wavelet Lifting Transform, the algorithm has integer addition and shift.
Date : 2025-12-25 Size : 2kb User : guojunjun

DL : 0
使用带参数的9-7小波滤波器进行的整数小波变换,采用了参数9-7小波滤波器的提升格式,但是当参数为0.5时候,提升格式不同,因此,此程序中参数选择范围不能包括0.5-implementation of the CLiftDwt class
Date : 2025-12-25 Size : 3kb User : willee

很实用的小波分析源码,应用于各种工程实际项目中 6.1小波分析263 6.2从傅里叶变换到小波变换266 6.3基于MATLAB的小波快速算法设计271 6.4小波变换检测故障信号与小波类型的选择283 6.5图像多尺度边缘检测算法研究292 6.6小波变换在信号特征检测中的算法研究298 6.7基于小波的信号突变点检测算法研究307 6.8基于小波的信号阈值去噪算法研究313 6.9基于小波图像压缩技术的算法研究320 6.10小波变换图像测试分析331-Very useful source wavelet analysis applied to various engineering projects
Date : 2025-12-25 Size : 19kb User : aaaaaaa

DL : 0
1 Haar Wavelets 1.1 The Haar transform 1.2 Conservation and compaction of energy 1.3 Haar wavelets 1.4 Multiresolution analysis 1.5 Compression of audio signals 1.6 Removing noise from audio signals 1.7 Notes and references 2 Daub echies wavelets 2.1 The Daub4 wavelets 2.2 Conservation and compaction of energy 2.3 Other Daubechies wavelets 2.4 Compression of audio signals 2.5 Quantization, entropy, and compression 2.6 Denoising audio signals 2.7 Two-dimensional wavelet transforms 2.8 Compression of images 2.9 Fingerprint compression 2.10 Denoising images 2.11 Some topics in image processing 2.12 Notes and references 3 Frequency analysis 3.1 Discrete Fourier analysis 3.2 Definition of the DFT and its properties 3.3 Frequency description of wavelet analysis 3.4 Correlation and feature detection 3.5 Object detection in 2D images 3.6 Creating scaling signals and wavelets 3.7 Notes and references
Date : 2025-12-25 Size : 3.92mb User : Rakesh

卡尔曼滤波程序,可以实现预测,估计等功能
Date : 2013-01-17 Size : 43kb User : jdchenguang

【谷速软件】基本图像处理和9种滤镜效果加2种压缩方式加水印的完整版毕业设计 -[Valley] basic speed image processing software and nine kinds of filter effects plus two kinds of compression watermarked full version graduation project
Date : 2025-12-25 Size : 18kb User : 彭新
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.