qampy.core.ber_functions#
BER and bit and symbol stream calculation methods.
Functions
|
Adjust the length of data_tx to match data_rx, either by truncation or repeating the data. |
|
Calculate the BER between a received bit stream and a known bit sequence which is not synchronised. |
|
Calculate the bit-error rate (BER) between two synchronised binary data signals in linear units. |
|
Convolve two N-dimensional arrays using FFT. |
|
Find the time shift between two input signals that might contain errors might contain errors, using cross-correlation between data_rx and data_tx. |
Find the offset of one sequence in the other even if both sequences are complex. |
|
|
Synchronize and adjust length of received and transmitted data sequence. |
|
Sync the received data sequence to the transmitted data, which might contain errors. |
|
Sync the transmitted data sequence to the received data, which might contain errors. |
Exceptions