Info
此问题已关闭。 请重新打开它进行编辑或回答。
how to write program denoising signal using wavelet
1 次查看(过去 30 天)
显示 更早的评论
I have denoised a signal using wavelet,as wavelet will give the TF information.I want to plot time-frequency plane.There is command like imagesc to plot TF plane,but I do not know how to use that command to plot TF plane.Can anyone help me out ?this is my prgm:x1=0.000001*cos(2*pi*10*t)+0.000004*cos(2*pi*20*t)+0.000007*cos(2*pi*40*t)+0.000008*cos(2*pi*60*t);fs=10000 i have add wgn noise to this signal. xden=wden(Iwn,'sqtwolog','s','mln',6,'dmey');
0 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!