how to apply db6 wavelet to the decomposed signal??

3 次查看(过去 30 天)
how to apply db6 wavelet to the decomposed signal??

回答(1 个)

Wayne King
Wayne King 2013-3-23
I'm not sure what you mean by apply the db6 wavelet to the "decomposed" signal.
Usually, you mean to use the db6 wavelet in the decomposition of the signal, like
load noisdopp;
% choose the level
level = 5;
[C,L] = wavedec(noisdopp,level,'db6');
  2 个评论
Nira Hdez
Nira Hdez 2020-5-27
So then could you apply a db6 and make it in only 5 levels? I thought you must have the same number in the decomposed function as the levels D: is not like that?
Sachin Motwani
Sachin Motwani 2020-10-27
@Nira Hdez
In case you are unaware, db6 is the 6th member of a family of wavelets known as 'Daubechies' (they have 20 members). More on this here.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Signal Analysis 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by