pub unsafe extern "C" fn ltc_encoder_set_filter(
    e: *mut LTCEncoder,
    rise_time: f64
)
Expand description

Set encoder signal rise-time / signal filtering

LTC signal should have a rise time of 40us +/- 10 us. by default the encoder honors this and low-pass filters the output depending on the sample-rate.

If you want a perfect square wave, set ‘rise_time’ to 0.

Note \ref ltc_encoder_reinit resets the filter-time-constant to use the default 40us for the given sample-rate, overriding any value previously set with \ref ltc_encoder_set_filter

@param e encoder handle @param rise_time the signal rise-time in us (10^(-6) sec), set to 0 for perfect square wave, default 40.0