dispersive_channel
Creation of a (baseband) dispersive channel simulator.
Namespace: dsp::telecom
Prototype
sptr<Filter<cfloat, cfloat, CanalDispersifConfig>> dispersive_channel(const DispersiveChannelConfig &config)
Parameters
config | Configuration (channel type, maximum Doppler and Rician factor). |
Returns
Filtre Baseband signal (cfloat) \(\to\) baseband signal, after fading.
Description
This function enable to simulate a Rayleigh (without dominant path) or Rice (with dominant path) channel, in baseband.