fading_chn_init
Initialization of a fading channel object
Séquence d'appel
chn = fading_chn_init('rayleigh',fd,fs);
chn = fading_chn_init('rice',fd,fs,K);
chn = fading_chn_init('rayleigh',fd,fs); chn = fading_chn_init('rice',fd,fs,K);
Paramètres
- fd:
Maximum doppler frequency (in Hz)
- fs:
Sampling frequency (in Hz)
- K:
Rician factor
Maximum doppler frequency (in Hz)
Sampling frequency (in Hz)
Rician factor
Description
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.