pub fn translate_to_real_convolution_function<T>(
    value: i32,
    rolloff: T
) -> Box<dyn RealImpulseResponse<T>>
where T: RealNumber,