<< chn_simu Channel simulation cmp_bits >>

comm_tbx >> Communication toolbox > Channel simulation > chn_simu_prm

chn_simu_prm

Radio channel simulation (noise, phase error, frequency error, ...)

Calling Sequence

prm = chn_simu_prm();

Parameters

prm:

Resulting structure defining the channel parameters.

Description

This function enables to initialize the field of a structure defining which distortions to use when simulating a radio propagation channel with the chn_simu function. By default, all channel distortions are disabled. One can activate them selectivly by modifying the following fields:

Note: TODO : complete with other possible source of distortions (selective channel, I/Q imbalance, clock offset, ...)

Examples

// Default channel configuration
prm = chn_simu_prm();
// Add white noise (sigma = 0.1)
prm.sigma_wn = 0.1;

See also

Authors


Report an issue
<< chn_simu Channel simulation cmp_bits >>