cogpy.detect.transforms.filtering

Filtering transforms for detection pipelines (v2.6.5).

Classes

BandpassTransform(*, low, high[, order, axis])

Bandpass filter using cogpy.preprocess.filtering.bandpassx.

HighpassTransform(*, cutoff[, order, axis])

Highpass filter using cogpy.preprocess.filtering.highpassx.

LowpassTransform(*, cutoff[, order, axis])

Lowpass filter using cogpy.preprocess.filtering.lowpassx.