Info
この質問は閉じられています。 編集または回答するには再度開いてください。
wavelet decomposition function working at exact levels only
1 回表示 (過去 30 日間)
古いコメントを表示
Hello, is there a matlab function like "wavedec" that works only to decompose the signal at eaxct levels and discard the other levels. for example if I have function [C,L]= wavedec(X,N,'sym3'); if N=10 and I need to calculate the function at values of N=7,8,10 only and discard all the remaining values and gives me the output [C_new,L_new]. then I will reconstruct the signal [C_new,L_new] after applying some filters using function Y=waverec(C,L,'sym3')
thanks for your help.
Hossam
0 件のコメント
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!