qampy.core.analog_frontend#

DSP-based compensation functions to overcome analog impairments prior to the ADC in the receiver.

Functions

comp_IQ_inbalance(signal)

Compensate for imbalance between I and Q from an optical hybrid.

comp_rf_delay(signal, delay[, sampling_rate])

Adds a delay of X picoseconds to the signal in frequency domain.

orthonormalize_signal(E[, os])

Orthogonalizing signal using the Gram-Schmidt process _[1].