skecg.cs.codec_b.DecodedData
7.1.4. skecg.cs.codec_b.DecodedData#
- class skecg.cs.codec_b.DecodedData(x: numpy.ndarray, y_hat: numpy.ndarray, r_times: numpy.ndarray, r_iters: numpy.ndarray)[source]#
Decoded ECG signal and decoding summary
- __init__()#
Methods
__init__()count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Attributes
r_itersList of number of iterations for reconstruction of each frame
r_timesList of reconstruction times for each frame
total_timeTotal reconstruction time
xDecoded ECG signal
y_hatDecoded measurements (after entropy decoding and inverse quantization)