Function ::kfr_filter_process_f64¶
function kfr_filter_process_f64(KFR_FILTER_F64 *, kfr_f64 *, const kfr_f64 *, size_t) capi¶
void kfr_filter_process_f64(KFR_FILTER_F64* plan, kfr_f64* output, const kfr_f64* 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_f64(KFR_FILTER_F64 *, kfr_f64 *, const kfr_f64 *, size_t)
Declared at capi.h:969
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.