implement function for daubechies wavelet
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
hello, please i want to know if i can implement an equation for the daubechies wavelet.I used to use the second derivative of gaussian like this
fe=1000;%sampling frequency
t=[-25/1000:1/fe:25/1000];
l=length(t);
r=floor(l/2);
si=0.0015;
c = 2/(sqrt(3*si*s)*pi^0.25);
k=sqrt(2)*s*si;
k1=s*si;
h=c*(1-(t/k1).^2).*exp(-(t/k).^2);
is it a way to have a similar function for the daubechies wavelet?? thank you
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Continuous Wavelet Transforms finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!