Description: 这是个小波变换的matlab程序,里面很全,对于初学者很有帮助-This is a wavelet transform matlab program, which is very wide, very helpful for beginners Platform: |
Size: 2048 |
Author:kevin |
Hits:
Description: 基于区域的小波变换融合方法,主要是基于区域能量、区域方差、区域最大这几种方法。-Region-based wavelet transform fusion method is mainly based on regional energy, regional variance, the largest in this region several ways. Platform: |
Size: 1024 |
Author:lieutenant |
Hits:
Description: 实现以下功能:装载信号;完成信号的单尺度一维离散小波分解;从系数中重构低频部分和高频部分;显示高频和低频部分;由小波逆变换恢复信号;多层一维分解;提取系数的低频和高频部分;重构第3层的低频系数;重构第1、2、3、4、5层的高频信号;重构原始信号并显示-Achieve the following functions: load signal complete signal single-scale one-dimensional discrete wavelet decomposition reconstructed from the coefficients in the low frequency and high frequency display high-frequency and low frequency restored by the inverse wavelet transform signal multi-layer one-dimensional decomposition extraction coefficient of low frequency and high frequency reconstruction of 3-layer low-frequency coefficients reconstruction of the first layer of high-frequency signal 1,2,3,4,5 reconstruct the original signal and display Platform: |
Size: 1024 |
Author:王艳 |
Hits:
Description: 此例程为配套书籍的第六章例题6-9的相对应代码,功能为方波信号离散小波变换,编程环境为matlab。-This routine supporting books Chapter Example 6-9 corresponding to the code for the function square wave signal discrete wavelet transform, programming environment Matlab. Platform: |
Size: 1024 |
Author:赵苑珺 |
Hits:
Description: this a matlab code for speech recognition using discrete wavelet transform. code is working very well and good for future research work.-this is a matlab code for speech recognition using discrete wavelet transform. code is working very well and good for future research work. Platform: |
Size: 801792 |
Author:vikky |
Hits:
Description: this a matlab code for speech recognition using discrete wavelet transform. code is working very well and good for future research work.-this is a matlab code for speech recognition using discrete wavelet transform. code is working very well and good for future research work. Platform: |
Size: 934912 |
Author:vikky |
Hits:
Description: Discrete Wavelet Transform using Daubechies Wavelet family for Stationery and non-stationery signal and test with ECG signal for compression as well. The Matlab code are very simple and detailed one to understand easily. Can change code and produce on for ones project as well.
These code provided with outputs to understand what exactly we are doing and get known what DWT exactly is. I tried my best to provide simple code. Platform: |
Size: 1798144 |
Author:Rajendra |
Hits:
Description: 刚刚出炉的matlab代码,实现离散小波变换,进行主成分分析进行数据降维,用于模式识别,如temp识别,掌纹,表情,指纹,temp1等识别。
-Just-released matlab code to achieve the discrete wavelet transform, principal component analysis for data dimensionality reduction for pattern recognition, such as temp recognition, palm, face, fingerprint, temp1 and other identification.
Platform: |
Size: 6144 |
Author:q872yx |
Hits:
Description: 刚刚测试完成的matlab代码,实现离散小波变换,进行主要成分的分析进行数据降维,本程序主要是进行各种模式的识别算法,temp变换流程,temp1高阶优化过程。
-Just test completed matlab code to achieve discrete wavelet transform to analyze the main component for data dimensionality reduction, this program is mainly for various modes of recognition algorithm, temp transformation process, temp1 high-end optimization process.
Platform: |
Size: 12288 |
Author:q872yx |
Hits:
Description: STFT和ST变换的基本函数,和一个stft的一个例程-This code computes the Stockwell transform (S-Transform) of a one dimensional series without for loop, thereby making it computationally fast and simple. S-Transform was proposed in 1996. A nice tutorial on S-Transform can be found here:
djj.ee.ntu.edu.tw/S_Transform.pdf?
File Information Description
The present code is a Matlab function that provides a Short-Time Fourier Transformation (STFT) of a given signal x(n). The algorithm is similar to that of Matlab command “spectrogram”. The result is:
1) stft- a matrix with complex stft coefficients with time across columns and frequency across rows
2) f- frequency vector
3) t- time vector.
swt Discrete stationary wavelet transform 1-D.
swt performs a multilevel 1-D stationary wavelet decomposition
using either a specific orthogonal wavelet ( wname see
WFILTERS for more information) or specific orthogonal wavelet
decomposition filters. Platform: |
Size: 4096 |
Author:zl |
Hits: