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?