搜索资源列表
Bi97_transform
- MALLAT算法实现的双正交9/7变换的源码,包括分解和重构的。具有良好的接口函数。
wex4_6
- 双正交小波的提升算法的实现实例。 包括正变换和逆变换。 给出了双正交小波滤波器,双正交小波的尺度函数和小波函数,以及小波提升实现的算法,这里是对算法的实现。
mallet_wavelet
- 此函数用于研究Mallet算法及滤波器设计和消噪,原信号与消噪后信号的比较-This function is used to study the Mallet algorithm and filter design and de-noising, the original signal and the signal after denoising comparison
xiaobobianhua
- 利用小波变换检测突变点实验的实例,程序最后生成3个图像演示了该算法,分别为原数字信号、高斯函数作为基函数、高斯函数的一阶导数作为基函数的小波变换。-Mutation detection using wavelet transform examples of experimental points, the program generates the final three images to demonstrate the algorithm, namely, the original digi
wavelet_dec
- 函数子程序,用于多分辨率分解,使用 A trous 算法; 在分解的过程中,同时给出各级的细节和概貌,它们和原数据有着同样的长度。-trous arithmetic
40
- 近年来,随着互联网的高速发展,网上的多媒体信息也急剧增加,这些多媒体信息以图像为主。如何从浩瀚的图像数据库中快速、准确地找出所需要的图像,己成为一个备受关注的研究课题。有效地组织、管理和检索大规模的图像数据成为迫切需要解决的问题。于是基于内容的图像检索(Content-Based Image Retrieval: CBIR)作为一个崭新的研究领域出现了。 本课题拟研究、分析彩色图像红、绿、蓝三基色直方图的生成、特征提取和相似度等问题,应用图像的颜色信息—三基色直方图对图像进行检索。针对基于颜
bobianhuan
- 1.加深对离散时间信号的DTFT基本概念的理解。 2.熟悉DFT变换原理及其基本性质。加深对DTFT和DFT相互关系的理解 3.熟悉FFT算法原理和FFT子程序的应用 4.掌握用MATLAB计算离散时间信号的DTFT和DFT的方法,FFT函数的用法。 -1、Deepen their understanding of discrete-time signal DTFT understanding of basic concepts. 2、DFT-familiar with th
waveleseriestthreshoding
- 使用matlab的小波分解和重建函数对24位的ADC采样数据进行小波变换和去噪,去噪使用阈值算法,阈值的选取具体使用了6种方法进行对比,对于不同信号其效果是不同的!把去噪后的信号和原始信号放在一个图中,使用不同颜色的曲线进行对比,效果可以很直观的表现。-Using matlab wavelet decomposition and reconstruction of the function for 24-bit ADC sampling data wavelet transform and de
EdgeTrace
- 边界跟踪之Delphi源码,可以直接做为函数调用。利用递归算法,简单好用。-Boundary trace of the Delphi source code can be directly as a function call. The use of recursive algorithm, simple and easy to use.
wnn
- 这是一个用小波神经网络进行非线性函数逼近的例子,拟合效果非常好,保证能运行!有详细注释!我是参考《青岛海洋大学学报》 2001年第1期 一种基于BP算法学习的小波神经网络编写的,大家可以针对原文更好的理解我的程序!-This is a wavelet neural network with nonlinear function approximation example of fitting results is very good, guaranteed to run! Detailed N
lsmatvec
- 最小二乘滤波器的实现,自适应滤波 算法递归发现加权线性最小二乘 代价函数与输入信号的滤波器系数,最大限度地减少。-Implementation of least-squares filter
shearletnew
- Demo:演示程序(注意图像路径) ShearletCoef: 系数计算程序 mybeta: 伪极坐标 Fourier 变换(文件名是暂时的用法) phi0,psi0,psid: 低高频图像点阵显示(myu,myv用于理论分析,不被 Demo 调用) psiStock: FPsi1(2)_x(有编号): shearlet 函数类 bump: 钟形光滑函数 ramp: 斜升光滑函数(即旧版中的 smooth) 新版比旧版提高了框架函数的连续性——对
STFT
- 短时傅里叶变换的matlab函数,有助于理解算法原理-Short-time Fourier transform matlab function, help to understand the algorithm principle
music1
- 无损检测中结合时间反转的music成像算法。通过格林函数构造传递函数,对换能器所得散射信号进行处理,对损伤位置(二次波源)进行成像。-Detection music imaging algorithm combines time-reversed lossless. Passing through Green Constructor, transducer signal processing resulting scattering of damage location (secondary w
shihanshu
- 欠定语音盲源分离算法,应用势函数进行聚类处理-Speech underdetermined blind source separation algorithm, applied potential function clustering
二维离散小波变换
- mallatm.m:一维mallat快速分解函数 mallatr.m:一维mallat快速重建函数 mallatm2d.m:二维mallat快速分解与合成算法的演示函数,要调用mallatm.m与mallatr.m 在matlab命令行键入(Two dimensional discrete wavelet transform)