Initialization of a fading channel object
chn = fading_chn_init('rayleigh',fd,fs); chn = fading_chn_init('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.
A complete example can be found in the fading_chn_process function.