フィルターのクリア

how to apply wavelet denosing method on given data

1 回表示 (過去 30 日間)
sanjiv kumar
sanjiv kumar 2021 年 3 月 14 日
回答済み: Star Strider 2021 年 3 月 15 日
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 件のコメント
Mathieu NOE
Mathieu NOE 2021 年 3 月 15 日
hello
can you share the data file ?

サインインしてコメントする。

回答 (1 件)

Star Strider
Star Strider 2021 年 3 月 15 日
See the documentation section on Denoising in the Wavelet Toolbox.

カテゴリ

Help Center および File ExchangeSignal Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by