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_iters
List of number of iterations for reconstruction of each frame
r_times
List of reconstruction times for each frame
total_time
Total reconstruction time
x
Decoded ECG signal
y_hat
Decoded measurements (after entropy decoding and inverse quantization)