how to apply wavelet denosing method on given data
Ältere Kommentare anzeigen
A=dlmread('file.txt');
x=A(:,1);
y=A(:,2);
plot(x,y,'.','linewidth',2)
set(gca,'fontsize',12,'linewidth',1)
xlabel('Wavelenght(m)');
ylabel('Power(dbm)');
print('plot1','-dtiff','-r1000')
How to use wavelet denosing method for above given plot .please help for the same
1 Kommentar
Mathieu NOE
am 15 Mär. 2021
hello
can you share the data file ?
Antworten (1)
Star Strider
am 15 Mär. 2021
0 Stimmen
Kategorien
Mehr zu Wavelet Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!