Skip to main content

surrogate_dither

Function surrogate_dither 

Source
pub fn surrogate_dither(
    binary_train: &[i32],
    dither_ms: f64,
    dt: f64,
    seed: u64,
) -> Vec<i32>
Expand description

Spike dithering surrogate. Jitters each spike by +/-dither_ms.