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
댓글 수: 1
Mathieu NOE
2021년 3월 15일
hello
can you share the data file ?
답변 (1개)
Star Strider
2021년 3월 15일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 Wavelet Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!