how to apply wavelet denosing method on given data

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

Respuestas (1)

Star Strider
Star Strider el 15 de Mzo. de 2021

0 votos

See the documentation section on Denoising in the Wavelet Toolbox.

Categorías

Más información sobre Wavelet Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 14 de Mzo. de 2021

Respondida:

el 15 de Mzo. de 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by