how to write a code for discrete wavelet transform for a signal obtained from simulink gui??
Show older comments
load simout; s=simout; l_s=length(s); [cA1,cD1]=dwt(s,'db4');

1 Comment
habib bey
on 6 Mar 2018
what is this ?
Answers (2)
Abhishek Ballaney
on 6 Mar 2018
0 votes
https://in.mathworks.com/help/dsp/ref/dwt.html
jarjjes hassain
on 4 Oct 2018
0 votes
could you please tell me detail about project?
Categories
Find more on Discrete Fourier and Cosine Transforms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!