搜索资源列表
小波变换源码
- 带有多种小波基的小波变换程序,可用于图象识别,信号突变检测。-with multiple small Porgy wavelet transform procedures can be used to image recognition, signal mutation detection.
matlab语言编写的小波变换的程序
- 这是一个用matlab语言编写的小波变换的程序,是时频分析的一种,可以在时域和频域内对信号进行分析。-using Matlab language of the wavelet transform procedure is time-frequency analysis of a kind in the time domain and frequency domain analysis of the signal.
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
xiaobo
- 我们提出了一种改进的小波域维纳滤波器,在小波域采用基于贝叶斯估计的小波阈值去噪技术估计期望信号提高估计的精度,并以此设计经验维纳滤波器-We propose an improved wavelet domain Wiener filter in wavelet domain Bayesian estimation based on wavelet threshold denoising techniques to estimate the desired signal to improve th
MW_denoise
- 此程序是一维信号多小波去除噪声的实现程序。-1-D signal denoising by multi-wavelet and cycle-spinning.
signalwaveletdecopositon
- 一维信号的小波分解重构,其中matlat的源代码是对序列做了扩展的-One-dimensional wavelet signal decomposition and reconstruction, in which the source code matlat is extended sequences done
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
x_cwt
- 调频信号的小波变换 通过小波脊对调频斜率的估计。-FM signals in the frequency of the wavelet transform is estimated swap
waveletHMM
- 发表在IEEED,用HMM做信号的小波去噪和检测的论文,引用率非常高-Wavelet-Based Statistical Signal Processing Using Hidden Markov Models
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-image
- 二维图像信号的去噪步骤: (1)二维图像信号的小波分解。选择合适的小波与恰当的分解层次N,并对待压缩的二维图像信号进行N层分解计算。 (2)对分解后的每一层高频系数,选择一个恰当的阈值,并对该层高频系数进行软阈值量化处理。 (3)二维图像信号的小波重构。用小波分解后的第N层近似(低频系数)和经过阈值量化处理后的各层细节(高频系数),对二维信号进行小波重构。-Two-dimensional image signal denoising steps: (1) two-dimensiona
基于小波变换的信号奇异性检测及去噪例程
- 这个程序是基于小波变换的信号奇异性检测及去噪 的一些例程(using wavelet method and SVD to process the signal and denoise)
matlab小波分解时频分析
- 传统的傅立叶变化只能分析时域、频域图,而小波变化能进行时频分析,对信号进行更好的处理。(The traditional Fourier transform can only analyze the time domain and frequency domain diagram, while the wavelet transform can carry on the time-frequency analysis and better deal with the signal.)
matlab小波变换程序
- 小波变换(wavelet transform,WT)是一种新的变换分析方法,它继承和发展了短时傅立叶变换局部化的思想,同时又克服了窗口大小不随频率变化等缺点,能够提供一个随频率改变的"时间-频率"窗口,是进行信号时频分析和处理的理想工具。它的主要特点是通过变换能够充分突出问题某些方面的特征,能对时间(空间)频率的局部化分析,通过伸缩平移运算对信号(函数)逐步进行多尺度细化,最终达到高频处时间细分,低频处频率细分,能自动适应时频信号分析的要求,从而可聚焦到信号的任意细节,解决了
语音信号去噪 未实现
- 对语音信号进行小波变换,达到将低信噪比的要求。(Wavelet transform is used to achieve low SNR requirements)