搜索资源列表
小波变换源码
- 带有多种小波基的小波变换程序,可用于图象识别,信号突变检测。-with multiple small Porgy wavelet transform procedures can be used to image recognition, signal mutation detection.
dwt.rar
- 一维离散小波变换,输出项是一维离散小波变换的小波变换系数,输入值是小波名,信号序列,The dwt command performs a single-level one-dimensional wavelet decomposition with respect to either a particular wavelet ( wname , see wfilters for more information) or particular wavelet decomposition filte
wavelet-analysis-
- 本文档是关于强噪声背景下弱信号特征提取的小波分析的一篇论文-This document is about weak signals under strong noise background feature extraction of wavelet analysis paper
waveletanalysisandapplication
- 小波分析及其应用,详细介绍了小波变换原理和基本方法,还重点介绍小波变换在语音和图像处理、信号检测、多尺度边缘提取等领域的应用。-Wavelet analysis and applications, described in detail wavelet transform principles and basic methods, but also focuses on Wavelet Transform in the voice and image processing, signal det
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_transformation
- 简单的小波压缩变换工作的原理如下: 信号和求导信号,形成的求同信号序列和求导信号序列的长度均为输入信号的长度的一半.如果输入信号序列是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
xunhuandb2IDWT
- 本代码是小波包学习和使用的初学代码,简单改造可对信号进行滤波,去噪,实现我们需要的各种功能-xiaobobao
xiaobobao
- 对信号进行小波包分解并求取各个分量的功率谱-The signal wavelet packet decomposition and obtain the power spectrum of the various components
x_cwt
- 调频信号的小波变换 通过小波脊对调频斜率的估计。-FM signals in the frequency of the wavelet transform is estimated swap
waveleseriestthreshoding
- 使用matlab的小波分解和重建函数对24位的ADC采样数据进行小波变换和去噪,去噪使用阈值算法,阈值的选取具体使用了6种方法进行对比,对于不同信号其效果是不同的!把去噪后的信号和原始信号放在一个图中,使用不同颜色的曲线进行对比,效果可以很直观的表现。-Using matlab wavelet decomposition and reconstruction of the function for 24-bit ADC sampling data wavelet transform and de
Wavelet
- 一维信号离散小波分解与重构的VC程序,很经典的一个-One-dimensional discrete wavelet signal decomposition and reconstruction of the VC process, it is the classic one
WaveletPacketAnalysis
- 简单的小波包分解和重构单路信号,包括求小波的能量熵-Wavelet Packet Analysis
waveletDB4PRO
- 在理解了离散小波变换的基本原理和算法的基础上,通过设计VC程序对简单的一维信号进行小波分解系数;再通过改变分解得到的各层高频系数进行信号的小波重构达到消噪的目的-Understand the discrete wavelet transform in the fundamental principles and algorithms, based on the VC program by designing a simple one-dimensional signal wavelet coef
waveletanalysis
- 利用全局去噪和分层去噪实现信号的小波去噪,实现成功-Implementation of wavelet denoising, global denoising and level-dependent denoising
wavelet-decomposion
- 对信号进行小波分析,小波分解,小波重构,小波分析法滤波的步骤程序。-The signal analysis, wavelet decomposition, wavelet reconstruction, wavelet analysis filtering step process.
wavalet
- 通过小波变换对图像信号进行分解,去噪,压缩再重构,得到处理后的图像-Images using wavelet transform signal decomposition, denoising, compression and then reconstructed to obtain the processed image
qiyidiandingwei
- 采用小波对信号进行分解,然后根据不同的分解层次的小波系数,判断信号的奇异点位置-Wavelet decomposition of the signal, and then broken down according to different levels of wavelet coefficients, determine the location of the signal singularity
基于小波变换的信号奇异性检测及去噪例程
- 这个程序是基于小波变换的信号奇异性检测及去噪 的一些例程(using wavelet method and SVD to process the signal and denoise)
matlab小波变换程序
- 小波变换(wavelet transform,WT)是一种新的变换分析方法,它继承和发展了短时傅立叶变换局部化的思想,同时又克服了窗口大小不随频率变化等缺点,能够提供一个随频率改变的"时间-频率"窗口,是进行信号时频分析和处理的理想工具。它的主要特点是通过变换能够充分突出问题某些方面的特征,能对时间(空间)频率的局部化分析,通过伸缩平移运算对信号(函数)逐步进行多尺度细化,最终达到高频处时间细分,低频处频率细分,能自动适应时频信号分析的要求,从而可聚焦到信号的任意细节,解决了
语音信号去噪 未实现
- 对语音信号进行小波变换,达到将低信噪比的要求。(Wavelet transform is used to achieve low SNR requirements)