Effacer les filtres
Effacer les filtres

how to apply wavelet denosing method on given data

3 vues (au cours des 30 derniers jours)
sanjiv kumar
sanjiv kumar le 14 Mar 2021
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 commentaire
Mathieu NOE
Mathieu NOE le 15 Mar 2021
hello
can you share the data file ?

Connectez-vous pour commenter.

Réponses (1)

Star Strider
Star Strider le 15 Mar 2021
See the documentation section on Denoising in the Wavelet Toolbox.

Catégories

En savoir plus sur Denoising and Compression dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by