Function basic_dsp_interop::facade64::interpolatei64
source · [−]#[no_mangle]
pub extern "C" fn interpolatei64(
vector: Box<VecBuf>,
frequency_response: i32,
rolloff: f64,
interpolation_factor: i32
) -> VectorInteropResult<VecBuf>Expand description
frequency_response argument is translated to:
0toSincFunction1toRaisedCosineFunction
rolloff is only used if this is a valid parameter for the selected frequency_response