You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's funny; my MS thesis was on this exact topic. Well, actually Rice, Namakami-m, and Weibull fading parameter estimation. While it's true that Rice-K parameter estimation is the most challenging (and there's no closed-form solution), there are some simple tricks to play that can help.
Let me dust off some old work I did and see what suggestions I might come up with.
What values/ranges of K and Omega are you concerned with?
In https://github.com/jgaeddert/liquid-dsp/blob/master/examples/ricek_channel_example.c you generate rician flat fading using the linear filter technique. This is cool.
How do I measure
K
andomega
from the generated fading gains stored in arrayy
?I tried using:
But they don't match.
@jgaeddert Can you shed some light?
Thank you
The text was updated successfully, but these errors were encountered: