How can i calculate the signal to noise ratio of a signal without knowing signal or noise power?
21 次查看(过去 30 天)
显示 更早的评论
I have a noisy signal and i know the sampling frequency, amplitude and length. But i don't have the signal or noise power. Is there any way to calculate SNR?
0 个评论
采纳的回答
Greg Heath
2013-1-13
If the noise is additive with the majority of the noise power outside of the frequency range of the signal, the signal can be estimated by filtering out most of the noise. The noise is then estimated by subtracting the signal estimate from the noisy measurement. The ratio of the power of the two estimates yields an estimate of the SNR.
If the noise is multiplicative, the logarithm of the square of the measurement is used.
Hope this helps.
Thank you for formally accepting my answer.
Greg
2 个评论
Jan
2013-1-13
@Greg: Then we have to assume, that the OP knows the frequency range of the signal. But Minhaj explains, that only "sampling frequency, amplitude and length" is known. Do I miss a point?
Greg Heath
2013-1-14
Usually a quick look at the FFT will indicate whether the approach is feasible.
...A common approach in radar and sonar data.
更多回答(2 个)
Jan
2013-1-12
No, of course not. To determine or even estimate the Signal to Noise ratio, you have to distinguish the Signal and the Noise. If you do not have further information, this is impossible. If you know, that the signal is e.g. a clean sine wave, such a distinction would be possible.
0 个评论
Arsalan
2013-1-13
Usually in Experimental work. people use the spectrum of the signal to distinguish the SNR. Thus I would assume if you change your data such that they signify power and take a FFT of the data (given that the data you have or in time domain). You'll chose a reference bandwidth and get the difference between your noise floor power and the data power (in this FFTd version of data), the resultant value will be your SNR within a given bandwidth.
Arsalan
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Multirate Signal Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!