Skip to main content

bandpass_batch_with_kernel

Function bandpass_batch_with_kernel 

Source
pub fn bandpass_batch_with_kernel(
    data: &[f64],
    sweep: &BandPassBatchRange,
    k: Kernel,
) -> Result<BandPassBatchOutput, BandPassError>