Function ::kfr_filter_process_f32¶
function kfr_filter_process_f32(KFR_FILTER_F32 *, kfr_f32 *, const kfr_f32 *, size_t) capi¶
void kfr_filter_process_f32(KFR_FILTER_F32* plan, kfr_f32* output, const kfr_f32* input,
size_t size) Processes input data with a filter.
| plan | Pointer to the filter plan. |
| output | Pointer to output data. May point to the same memory as input for in-place execution. |
| input | Pointer to input data. |
| size | Number of samples to process. |
Fully qualified name: kfr_filter_process_f32(KFR_FILTER_F32 *, kfr_f32 *, const kfr_f32 *, size_t)
Declared at capi.h:957
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.