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