Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
wavelet decomposition function working at exact levels only
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (0)
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!