搜索资源列表
homework.m
- 本代码是本人于前年完成的利用小波变换技术实现的图像分解与合成的MATLAB源代码.详细的说明见本人的个人主页,上面有详细的说明和测试结果,数据绝对准确可靠.本人现在正在研究语音压缩算法,主要是MELP算法.从网上搜索到这里正好有本人所要参考的源代码,如能赐予,万分感谢.邮箱:liwh@ruyi.com电话:133251646-the code is completed in the year before last I use wavelet transform technique of ima
loadcode
- 在MATLAB中编写实现图像的不同级别小波分解算法;2选择合适的小波基;3对经典的几幅黑白和彩色图像进行DWT变换;4实现零树、基于塔式网格矢量量化、基于LBG算法、基于标量量化等小波变换编码;5得到分析比较结果。达到的目的:1综合训练学生编程的能力;2对高数、计算方法、程序设计、数据结构、算法、数字图像处理等课程的复习和运用;3可培养学生的算法设计和分析能力。-in MATLAB prepared to achieve different levels of image wavelet dec
pls
- 基于pls对光谱分析 包括数据读取,小波变换PCA分析,PLS建模,交叉验证-Pls include data on the spectrum based on reads, wavelet transform PCA analysis, PLS modeling, cross-validation
2-dwt
- 利用matlab实现二维离散小波变换的源代码,并比较不同小波下的图像数据统计参数,同时比较小波变换后不同边缘延拓方法下的能量分布特点-Matlab to achieve the two-dimensional discrete wavelet transform source code, and compare different wavelet image data statistical parameters Compare wavelet transform edge extension
mallat
- 关于小波变换的Mallat运算,是一维数据的Mallat-On the Mallat wavelet transform computing, data is one-dimensional Mallat
Txiaobo
- 该程序(基于matlab)为小波变换在数据压缩方面的应用。原理:数据可分为高频部分和低频部分,高频部分反映了细节,而低频部分则反映概貌,故压缩部分应为高频部分。数据经此程序变换后将压缩为原来的一半。-This program (based on matlab) for the wavelet transform applications in data compression. Principle: Data can be divided into high-frequency part and
MATLABDigitalSignalProcessing[zhangdefeng][souceco
- 详解MATLAB 数字信号处理[张德丰][程序源代码] 书<<MATLAB 数字信号处理[张德丰]>>全部采用了MATLAB语言编程实现,并结合实例对算法程序进行验证和分析。其中详细讲解了信号的分析基础、系统模型及数据采集分析、信号的变换、模拟滤波器、IIR滤波器设计、FIR滤波器、MATLAB的其他滤波器、随机信号及参数建模、信号在小波分析与处理中的应用等,绍MATLAB在数字信号中的具体应用。 数字信号处理的工程设计人员参考。 -MATLAB sourc
EZW
- Shapiro提出的内嵌零树小波编码算法(EZW Embedded Zerotree Wavelet),其出发点在于小波变换后各级子带系数之间在空间上和方向上所呈现出带间相似性,这种空间相似性可以用一种新型的数据结构--零树(Zerotree).EZW算法就是充分利用这种相似性,获得高性能的图像编码算法.-Shapiro' s embedded zero tree wavelet coding algorithm (EZW Embedded Zerotree Wavelet), whose
Remove_thenoises_using_wavelet_transform
- 这是在matlab编程环境下,用小波变换实现的图像去噪处理程序。本程序可以直接加载电脑中的图片而不是使用matlab中自带的图像数据。适合小波变换去噪处理的初学者。-This is a programming environment in matlab, using wavelet transform for image denoising process. The computer program can load images directly instead of using image
EKF
- 扩展卡尔曼滤波例程,data为数据,EKF是处理数据的函数-Extended Kalman filter routine, data for the data, EKF is a function of processing data
wavelet
- 分为三个函数,第一个函数的功能是用于读取ecg信号,找到小波变换模极大序列;第二个函数是子程序,用于多分辨率分解,使用 A trous 算法在分解的过程中,同时给出各级的细节和概貌,它们和原数据有着同样的长度;第三个函数是函数子程序,用于多分辨率分析中的重建。-Divided into three functions, the function of the first function is used to read the ecg signal, find the wavelet trans
denoise
- 在matlab环境下,试用小波变换消除数据中的噪声信号-In the matlab environment, the trial data in the wavelet transform to eliminate the noise signal
xiaobobianhuanshujuyasuo
- 小波变换在图像数据压缩中的应用毕业论文,自己原创的,比较简单的压缩方法,供参考交流。版权所有,侵权必究。-Wavelet transform in image data compression using a graduation thesis, their original, simple compression method, and for information exchange. Copyright All Rights Reserved.
MATLAB-and-wavelet
- 图象压缩技术是用最少的数据量来表示尽可能多的原图象信息的一个过程,这一领域的突破对于通信和多媒体事业的发展 将具有深远的影响.该文介绍了基于MATLAB小渡变换在压缩图象中的应用。并应用MATLAB小波工具箱的相关函数和命令,从 两个不同的方式来实现对此算法的仿真。-Abstract:The technology of image compression is a process to represent as much origi砌pictorial information as
spectrum_dB
- 使用matlab对信号数据进行谱分析,小波变换,是谱分析的一种常用方法-Matlab spectral analysis of the signal data, wavelet transform is a commonly used method of spectral analysis
matlab-egg
- 运用小波变换的方法对脑电数据进行处理,进行脑电信号分解和信号重置-Wavelet transform EEG data processing, EEG decomposition and signal reset
chapter1
- 张德丰matlab小波分析源代码,从信号时-频联合分析引入小波变换,将信号的多分辨率分析及Mallat算法作为全书的重点,并在此基础上,进一步阐述了双正交小波多分辨率分析、小波包多分辨率分析、提升小波应用,还讲述了小波分析在奇异性检测、去噪及数据压缩中的应用。 -Zhang Defeng matlab wavelet analysis source code
MATLAB优化算法案例分析与应用《进阶篇》
- 贝叶斯分类器 基于背景差分的运动目标检测 基于小波变换的图像压缩 基于BP的模型优化预测 基于RLS算法的数据预测 等等(Bias classifier is based on background difference moving object detection, wavelet based image compression, BP based model optimization prediction, RLS based algorithm for data predicti
TFA_source_code_and_sample_data
- 小波变换数据处理工具,用于实验和信号处理(Signal process tool of wavelet tansform)
高等应用数学问题的MATLAB求解(中文)全套课件
- 高等应用数学问题的MATLAB问题求解,线性、积分方程、代数方程、微分方程、数据插值、函数逼近问题、概率论与数理统计问题的计算机求解,模糊逻辑与模糊推理、遗传算法、小波变换、粗糙集理论等的应用。(Matlab problem solving of higher applied mathematics, computer solving of linear, integral, algebraic, differential, data interpolation, function approx