搜索资源列表
小波变换源码
- 带有多种小波基的小波变换程序,可用于图象识别,信号突变检测。-with multiple small Porgy wavelet transform procedures can be used to image recognition, signal mutation detection.
小波变换对语音信号去噪的MATLAB程序
- matlab仿真程序——小波去噪 在噪声环境下语音信号的增强
s变换及应用
- S变换的matlab源码,并应用几个信号作为例子来说明怎么使用s变换以及s变换可以用来做些什么事情。s变换是时频分析领域中一个较新的内容,现在在信号处理,地震勘探,语音识别等领域都开始了对它的应用研究,是目前的一个热点。
chengxu 按心电信号画出信号时域波形和频谱图
- 1.找点一段心电信号,画出信号时域波形和频谱图; 2. 利用MATLAB中的随机函数产生噪声加入到心电信号中,使心电信号被污染,读出污染后的号并画出对应信号的时域波形和频谱图; 3.用双线性变换法设计一个Butterworth带通滤波器,输出所设计的滤波器的阶次,分子、分母多项式的系数,画出滤波器的频率响应(幅频响应和相频响应)曲线;(也可以根据自己需要设置滤波器性能指标) 带通通滤波器设计性能指标:fs1=10Hz, fp1=20Hz, fp1=1000Hz, fs2=120
MyCWT.rar
- 实现连续小波变换。本程序使用Haar小波为母函数,要求输入为一维文本信号,输出为小波变换系数,呵呵,比较适合小波课程的入门哦,The realization of continuous wavelet transform. This procedure using the Haar wavelet function for the mother, asked to enter text for the one-dimensional signal, the output for the wave
ecg.rar
- matlab环境下心电信号去噪处理和QRS波检测的一些综合方法的比较,主要是利用小波变换的去噪方法,matlab environment Denoising ECG QRS wave detection and treatment of a number of integrated methods, mainly the use of wavelet transform de-noising method
computeext.rar
- 利用小波变换模极大值方法进行信号检测的实验,下面是我在MATLAB中做的程序,Using wavelet transform modulus maxima method of signal detection experiments, the following is what I do in the MATLAB procedure
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
xbbf
- 小波变换及分层的源程序,可以对信号进行处理和分析-It is about the wavelet tranform about signal prossing
WaveletDenoise
- 本设计基于小波变换法对语音信号进行去噪处理,得到了较好的语音增强效果-The design is based on wavelet transform denoising the speech signal to obtain a better speech enhancement
f10_1
- 小波变换在信号处理中的应用,包括压缩,去噪等,程序很简单-wavelet transform in signal processing applications, including compression, denoising, a very simple procedure
toolbox_wavelets
- 小波变换目前在各行各业都有应用,该小波变换工具箱,是一个外国研究所的研究成果,里面有其开发的各种小波工具,包括双正交波,多小波,等。在图像处理、信号处理等方面应用广泛-Wavelet transform applications in all walks of life, the wavelet transform toolbox, is a foreign institute of research results, which has its development of a variety
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
041010
- matlab环境下关于数字信号处理的一些程序,主要是利用小波变换的去噪程序-matlab environment about a number of digital signal processing procedures, mainly the use of wavelet transform de-noising procedures
基于小波变换的信号奇异性检测及去噪例程
- 这个程序是基于小波变换的信号奇异性检测及去噪 的一些例程(using wavelet method and SVD to process the signal and denoise)
小波变换,小波重构,MATLAB
- 小波变换,小波重构,信号载入并绘图,含信号数据,MATLAB(Wavelet transform, wavelet reconstruction, signal loading and plotting, including signal data, MATLAB)
matlab小波变换程序
- 小波变换(wavelet transform,WT)是一种新的变换分析方法,它继承和发展了短时傅立叶变换局部化的思想,同时又克服了窗口大小不随频率变化等缺点,能够提供一个随频率改变的"时间-频率"窗口,是进行信号时频分析和处理的理想工具。它的主要特点是通过变换能够充分突出问题某些方面的特征,能对时间(空间)频率的局部化分析,通过伸缩平移运算对信号(函数)逐步进行多尺度细化,最终达到高频处时间细分,低频处频率细分,能自动适应时频信号分析的要求,从而可聚焦到信号的任意细节,解决了
语音信号去噪 未实现
- 对语音信号进行小波变换,达到将低信噪比的要求。(Wavelet transform is used to achieve low SNR requirements)