Struct imbe::enhance::EnhanceErrors [] [src]

pub struct EnhanceErrors {
    pub total: usize,
    pub rate: f32,
    pub golay_init: usize,
    pub hamming_init: usize,
}

Values derived from error correction decoding.

Fields

Total number of errors corrected in the current frame, ϵT [p45].

Error rate tracking term, ϵR [p45].

Errors corrected in first (u0) Golay-coded chunk, ϵ0.

Errors corrected in first (u4) Hamming-coded chunk, ϵ4.

Methods

impl EnhanceErrors
[src]

[src]

Create a new EnhanceErrors from the errors corrected in the current frame, ϵi, and the previous frame's ϵR value.