I have question regarding Rician fading simulation. I am trying to develop Rician fading channel simulator in LabVIEW, but I ran into some problems. I have complex sinusoid as my line-of-signs signal. Then I generated white gaussian noise samples for I and Q components which represent one scatered wave. I added this scattered wave to my LoS sinusoid. According to this I should get a faded signal with folowing amplitude distribution at different signal amplitudes:
When I calculate amplitude and its distribution with histogram I get following result:
I am using the same amplitude values and sigma value. There is significant difference in these results and my questions are:
- What could be the problem here?
- If I make multiple scatered waves, will it make difference?
- Do I need to take into account Rician factor and somehow scale power of generated scatered waves?


sumshould give the same value for each one, and the sum should be 1 for each of them. Otherwise the curves are not PDFs. Looking at the two plots, it's clear that the scales on your generated plot are not the same, so I don't think your data is scaled to sum to 1. Once you do that, let's see what the data looks like then. – Peter K. Mar 19 '15 at 11:30