登录
首页 » matlab » DWT_1D

DWT_1D

于 2013-11-10 发布 文件大小:1KB
0 302
下载积分: 1 下载次数: 8

代码说明:

  离散小波变换是指在特定子集上采取缩放和平移的小波变换,是一种兼具时域和频域多分辨率能力的信号分析工具。此变换运用可以缩放平移的小波代替固定的窗进行计算分析,主要应用于信号编码和数据压缩。(Discrete wavelet transform refers to the specific subset take scaling and translation on the wavelet transform, is a kind of multi-resolution ability both time domain and frequency domain signal analysis tool. This transformation can use zoom translational wavelet calculation and analysis instead of the fixed window, mainly used in signal coding and data compression. )

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • FastAlgorithms
    小波基矩阵乘法快速算法工具箱,里面有目录,供大家学习参考!(Tools for Fast Matrix Multiplication in Wavelet Basis)
    2009-02-26 10:19:37下载
    积分:1
  • wavelet_lab2
    对图像做二维离散小波变换,分解级数为3级,并重构图像,不直接调用Matlab的dwt和idwt函数。(pair of 2-dimensional images DWT, decomposition of the three series, and Image Reconstruction, not directly call Matlab dwt and idwt function.)
    2006-12-03 11:39:43下载
    积分:1
  • untitled
    数字基带传输基带信号,指未经调制的信号。这些信号的特征是其频谱从零频或很低频率开始,占据较宽的频带。 基带信号在传输前,必须经过一些处理或者某些变换(如码型变换、波形和频谱变换)才能送入信道中传输。处理或变换的目的是使信号的特性与信道的传输特性相匹配。 数字基带信号是消息代码的波形表示。表示形式有多种,有单极性、双极性波形,归零和非归零波形,差分波形、多电平波形之分,各自有不同的特点。 研究数字基带信号通过加性高斯白噪声信道的传输,并且假设信道除了叠加高斯噪声外,不会对信号产生其他失真。(matlabSimulation(pulse amplitude modulation) modulation signal in AWGN (additive white Gaussian noise AWGN (Additive White Gaussian Noise)) under the channel bit error rate and bit error rate performance, and compared with the theoretical value.)
    2018-05-08 18:47:36下载
    积分:1
  • waveform275khz
    275hz正弦波激励程序,用于模拟波的激发,适用于导波及其他方面,matlab程序(275hz sine wave incentive program for the simulation of wave excitation applied to guide spread to other aspects, matlab program)
    2012-10-23 10:19:17下载
    积分:1
  • Matlabwaveenergy
    对信号f(x)进行三层小波变换,得到小波系数d1,d2,d3和逼近系数a3,我想求出各个频率段的能量(能量=小波系数的平方和),很不错的应用程序(The signal f (x) for three wavelet transform, wavelet coefficients d1, d2, d3 and approximation coefficients a3, I would like to find the energy of each frequency band (energy = sum of squared wavelet coefficients), very good application)
    2011-11-01 16:16:22下载
    积分:1
  • 02
    2.1 傅里叶变换 2.1.1 经典傅里叶变换 2.1.2 傅里叶变换的基本性质 2.1.3 快速傅里叶变换 2.1.4 短时傅里叶变换 2.2 小波分析与多分辨率分析的历史 2.3 小波分析与傅里叶变换的对比 2.4 小波变换 2.4.1 连续小波变换 2.4.2 离散小波变换 2.4.3 高维小波连续变换 2.5 常用小波基函数 2.5.1 小波函数 2.5.2 小波函数系 2.5.3 复数小波 2.6 构造紧支撑正常小波基 2.7 多分辨率分析与小波构造 2.8 分析小波包 2.8.1 小波包的定义及性质 2.8.2 分解小波包的空间 2.8.3 小波包算法(2.1 Fourier transform 2.1.1 classical Fourier transform 2.1.2 The basic properties of the Fourier transform 2.1.3 Fast Fourier Transform 2.1.4 short time Fourier transform 2.2 wavelet analysis and multi-resolution analysis of the history of 2.3 Wavelet Analysis and comparison of the Fourier transform 2.4 Wavelet Transform 2.4.1 Continuous Wavelet Transform 2.4.2 Discrete Wavelet Transform 2.4.3 Continuous high-dimensional wavelet transform 2.5 Common wavelet basis function 2.5.1 wavelet function 2.5.2 Department of wavelet function 2.5.3 Complex Wavelet 2.6 Construction of compactly supported wavelets normal More than 2.7 resolution analysis and wavelet construction 2.8 Analysis of Wavelet Packet 2.8.1 Definition and properties of wavelet packet 2.8.2 wavelet packet decomposition space 2.8.3 Wavelet Packet Algorithm)
    2013-10-19 16:34:13下载
    积分:1
  • Enter_matrices_examples
    此代码是用在被成为数学魔法师的MAPLE软件上运行的。此代码清晰的描述了欧拉公式的图象变换。以及如何在MAPLE里解欧拉公式。(This code is used in the magician to become the MAPLE mathematical software running. This code describes a clear image transform Euler formula. And how to MAPLE Euler formula in solution.)
    2008-07-24 14:00:02下载
    积分:1
  • rlsandlmscompare
    自适应滤波器中的rls和lms两种算法matlab仿真比较程序。(Rls adaptive filter and the LMS algorithm matlab simulation comparison of two procedures.)
    2007-12-12 10:07:43下载
    积分:1
  • compression
    主要用于图像经小波变换压缩图像,并计算压缩后的图像压缩性能即压缩比和信噪比(Mainly used for image compression by wavelet transform image, and calculate the compressed image compression performance that the compression ratio and signal to noise ratio)
    2010-01-29 16:10:02下载
    积分:1
  • thresholddenoisingbasedonwavelet
    小波阈值去噪的经典程序,基于小波变换阈值去噪的MATLAB源代码,效果很好。 (Classic wavelet threshold denoising procedure threshold denoising based on wavelet transform of MATLAB source code, works well.)
    2010-06-02 11:15:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载