why is my SNR is not constant?
1 回表示 (過去 30 日間)
古いコメントを表示
i used the wavelet toolbox function to input signal, add noise,decompose and reconstruct signal.I calculated to SNR and why is it not constant and it keeps fluctuating
0 件のコメント
回答 (1 件)
Walter Roberson
2018 年 4 月 29 日
編集済み: Walter Roberson
2018 年 4 月 29 日
The noise you are adding is statistical, not identical on every run. The way it will affect the signal is going to be statistical, not identical. The noise removal is never going to be perfect. You should expect small differences in the output.
Like suppose your filter was effective in removing 99% of the noise. That would still leave 1%, and that 1% is not going to be acting in the same place and same magnitude each time, so a difference in output would be expected.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!