SNR estimation from single vector
이전 댓글 표시
I'm interested in estimating the SNR of a signal with a wandering mean and no defined "signal" and "noise" vector. I have the following data, call it x:

My initial thought was to run it through a high-pass filter with a really low cutoff to get a steady, zero-mean signal. Then I would take the amplitude of the signal over the variance of the entire signal:
SNR = min(x)^2/var(x)
However, I have a feeling this is overly complicated and not a very good estimation. Thoughts?
댓글 수: 4
Image Analyst
2016년 1월 26일
편집: Image Analyst
2016년 1월 26일
Are the giant oscillations part of the noise - all noise - or do they have signal in them? If you had to draw the true signal, what would it look like? If we know what you want it to look like, we can perhaps design a filter to produce that, then you can call that your true signal and then subtract it from the original signal to get only the noise.
Also, can you attach the data file so we can play with it ourselves?
Jeffrey Adolf
2016년 1월 26일
Walter Roberson
2016년 1월 26일
The data file did not get attached.
Sounds to me as if you want a low-pass filter.
Jeffrey Adolf
2016년 1월 26일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!