pub(crate) const SAMPLE_TICKS_LOG2: u32 = 7;Expand description
Sample and batch period configuration.
Note that both SAMPLE_TICKS_LOG2 and BATCH_SIZE_LOG2 are implicitly used in the
lockin harmonic computation below. Do not change them without accounting for that.