qampy.filtering#

Filter functions for matched filtering, pulse-shaping and impairment simulation.

Functions

filter_signal(signal, cutoff[, ftype, ...])

Apply a filter to a signal for simulating e.g.

filter_signal_analog(signal, cutoff[, ...])

Legacy function will be deprecated Apply an analog filter to a signal for simulating e.g.

moving_average(sig[, N])

Moving average of signal

pre_filter(signal, bw)

Low-pass pre-filter signal with square shape filter

rrcos_pulseshaping(sig, beta[, T])

Root-raised cosine filter applied in the spectral domain.