Convolution (baseband_tasks.convolution)

convolution contains tasks for convolving time streams with a response.

Reference/API

baseband_tasks.convolution Module

Convolution tasks.

Classes

ConvolveSamples(ih, response, *[, offset, ...])

Convolve a time stream with a response, in the time domain.

Convolve(ih, response, *[, offset, ...])

Convolve a time stream with a response, in the Fourier domain.

Class Inheritance Diagram

Inheritance diagram of baseband_tasks.convolution.ConvolveSamples, baseband_tasks.convolution.Convolve