fading_chn_init

Initialization of a fading channel object

Calling sequence

chn = fading_chn_init('rayleigh',fd,fs);
chn = fading_chn_init('rice',fd,fs,K);

Parameters

fd:

Maximum doppler frequency (in Hz)

fs:

Sampling frequency (in Hz)

K:

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.