Fading channel simulation
chn = get_fading_chn('rayleigh',fd,fs); chn = get_fading_chn('rice',fd,fs,K);
Maximum doppler frequency (in Hz)
Sampling frequency (in Hz)
Rician factor
Creation of a fading channel simulator object. One can use the Rayleigh (when no dominent path exists) or the Rice (with a dominent path) model.