How to generate the Nakagami-m fading channel in MATLAB?

281 Views Asked by At

I have successfully measured BER performance on the Rayleigh channel, but not on Nakagami fading. Because I haven't found a way to generate the Nakagami-m fading channel model.

Rayleigh channels can be created easily using Matlab code.

Rayleigh_channel = (randn(1,1)+1i*randn(1,1))/sqrt(2)

How can I generate the Nakagami-m fading channel?

0

There are 0 best solutions below