CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab code for discrete wavelet transform
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - matlab code for discrete wavelet transform - List
[
Graph program
]
DWT
DL : 0
这是个小波变换的matlab程序,里面很全,对于初学者很有帮助-This is a wavelet transform matlab program, which is very wide, very helpful for beginners
Update
: 2025-02-19
Size
: 2kb
Publisher
:
kevin
[
Special Effects
]
quyu-fusion
DL : 0
基于区域的小波变换融合方法,主要是基于区域能量、区域方差、区域最大这几种方法。-Region-based wavelet transform fusion method is mainly based on regional energy, regional variance, the largest in this region several ways.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
lieutenant
[
Wavelet
]
xiaobo
DL : 0
本代码给出了图像的二维离散小波变换分解、重构图像以及误差图像。-The code gives the two-dimensional image decomposition of discrete wavelet transform, image reconstruction and the error image.
Update
: 2025-02-19
Size
: 14kb
Publisher
:
万永
[
matlab
]
wavelift
DL : 0
This matlab code for Multi-level discrete two-dimension wavelet transform based on lifting method.
Update
: 2025-02-19
Size
: 3kb
Publisher
:
enda
[
matlab
]
wavelet-MATLAB-code
DL : 1
实现以下功能:装载信号;完成信号的单尺度一维离散小波分解;从系数中重构低频部分和高频部分;显示高频和低频部分;由小波逆变换恢复信号;多层一维分解;提取系数的低频和高频部分;重构第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
Update
: 2025-02-19
Size
: 1kb
Publisher
:
王艳
[
Wavelet
]
Discrete-Wavelet-Transform-MATLAB
DL : 0
离散小波的MATLAB计算程序,采用db10小波进行水位数据序列的离散化-code for discrete wavelet transform in MATLAB
Update
: 2025-02-19
Size
: 1kb
Publisher
:
余世鹏
[
source in ebook
]
Square-wave--dwt
DL : 0
此例程为配套书籍的第六章例题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.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
赵苑珺
[
Program doc
]
11
DL : 0
Matlab code for discrete cosine transform and discrete wavelet transform
Update
: 2025-02-19
Size
: 185kb
Publisher
:
swe
[
Speech/Voice recognition/combine
]
codes-for-DWT-based-speech-recognition
DL : 0
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.
Update
: 2025-02-19
Size
: 783kb
Publisher
:
vikky
[
Speech/Voice recognition/combine
]
speech-recognition-by-vikky
DL : 0
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.
Update
: 2025-02-19
Size
: 913kb
Publisher
:
vikky
[
matlab
]
DWT
DL : 0
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.
Update
: 2025-02-19
Size
: 1.71mb
Publisher
:
Rajendra
[
Compress-Decompress algrithms
]
matlab-code-for-image-compression
DL : 0
This code describe the color image compression using discrete wavelet transform in matlab.
Update
: 2025-02-19
Size
: 9kb
Publisher
:
RTI
[
matlab
]
r_25kq4s
DL : 0
刚刚出炉的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.
Update
: 2025-02-19
Size
: 6kb
Publisher
:
q872yx
[
matlab
]
r_45wneu
DL : 0
刚刚测试完成的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.
Update
: 2025-02-19
Size
: 12kb
Publisher
:
q872yx
[
matlab
]
dwt
DL : 0
matlab code for discrete wavelet transform
Update
: 2025-02-19
Size
: 313kb
Publisher
:
angel
[
matlab
]
STFT_SWT_ST_matlab-files
DL : 0
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.
Update
: 2025-02-19
Size
: 4kb
Publisher
:
zl
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.