ChangeSampleShapeBase¶
- class baseband_tasks.shaping.ChangeSampleShapeBase(ih, **kwargs)[source] [edit on github]¶
Bases:
TaskBaseBase class for sample shape operations.
Similar to
TaskBase, where a subclass can define ataskmethod 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 thefrequency,sideband, andpolarizationattributes are adjusted similarly.