Bimodal histogram of a signal embedded in noise
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi, Someone could help me about this problem:
I have a signal embedded in White Gaussian Noise (AWGN) with different SNR's. From the histogram it's possible to see that there are two distribution (red and blue), and a want estimate the dispersion around the great one (elipse red) from its great value or its mode.
The figure attached shows a single SNR, but as I change the SNR , the distribution change it's behavior too. Therefore there are aways two peaks well separated.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1111465/image.png)
Someone help please! How I can find this dispersion as an automatic way, since I assume that I don't know nothing about noise, just analising its behavior by means of histogram
Thanks in advance
댓글 수: 0
채택된 답변
Image Analyst
2022년 8월 30일
See the two attached "fit_multiple_gaussians" demo that can fit any number of Gaussians to your data. Adapt the "multiple" demo to use 2 Gaussians instead of 6.
Or use the attached "fit_two_Gaussians" demo.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Histograms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!