Channel Equalization¶
Channel equalization refers to the process of correcting the channel propagation’s impact between transmitter and receiver on communication symbols.
- class ChannelEqualization(waveform=None)[source]¶
Bases:
Generic
[CWT
],ABC
,Serializable
Abstract base class for channel equalization routines of waveform generators.
- Parameters:
waveform (CommunicationWaveform, optional) – The waveform generator this equalization routine is attached to.