15#ifndef _NRF_DSP_TRANSFORM_MELSPECTROGRAM_H_
16#define _NRF_DSP_TRANSFORM_MELSPECTROGRAM_H_
float flt32_t
32-bit floating-point type definition.
Definition nrf_edgeai_ctypes.h:21
uint16_t freq_bands
Definition nrf_dsp_melspectr.h:43
nrf_dsp_rfht_instance_t fht
Definition nrf_dsp_melspectr.h:34
uint16_t time_bands
Definition nrf_dsp_melspectr.h:46
uint16_t current_fill
Definition nrf_dsp_melspectr.h:40
uint16_t sample_rate
Definition nrf_dsp_melspectr.h:37
flt32_t * p_melspectrum
Definition nrf_dsp_melspectr.h:31
Structure descibing mel-spectrogram preprocessing block.
Definition nrf_dsp_melspectr.h:27
Instance structure for the RFHT/RIFHT functions.
Definition nrf_dsp_rfht.h:32