ChangeSampleShapeBase

class baseband_tasks.shaping.ChangeSampleShapeBase(ih, **kwargs)[source] [edit on github]

Bases: baseband_tasks.base.TaskBase

Base class for sample shape operations.

Similar to TaskBase, where a subclass can define a task method to operate on data, but specifically for methods that change the shape of the samples, yet do not affect the time axis. This class ensures the operation is possible and that the frequency, sideband, and polarization attributes are adjusted similarly.

Parameters
ihtask or baseband stream reader

Input data stream.

**kwargs

Possible further arguments; see TaskBase.