![]() |
NMSIS-DSP
Version 1.5.0
NMSIS DSP Software Library
|
Functions | |
| int32_t | riscv_mfcc_tmp_buffer_size (riscv_math_datatype dt, uint32_t nb_samples, uint32_t buf_id, uint32_t use_cfft) |
| Calculate required length for the temporary buffer. More... | |
end of RFFTBuffers group
| int32_t riscv_mfcc_tmp_buffer_size | ( | riscv_math_datatype | dt, |
| uint32_t | nb_samples, | ||
| uint32_t | buf_id, | ||
| uint32_t | use_cfft | ||
| ) |
Calculate required length for the temporary buffer.
| [in] | dt | Data type of the input data |
| [in] | nb_samples | Number of samples in the input data |
| [in] | buf_id | Identification for the temporary buffer |
| [in] | use_cfft | 1 if implementastion uses CFFT, 0 if RFFT |
RISCV_MFCC_USE_CFFT can be checked to know the current MFCC mode (CFFT or RFFT) for the build