File ns_audio_features_common.c
FileList > neuralSPOT > neuralspot > ns-audio > src > ns_audio_features_common.c
Go to the source code of this file
#include "am_bsp.h"#include "am_mcu_apollo.h"#include "am_util.h"#include "float.h"#include "ns_audio_features_common.h"#include <string.h>
Public Functions
| Type | Name |
|---|---|
| void | create_mel_fbank (ns_fbanks_cfg_t * cfg) |
| void | ns_fbanks_init (ns_fbanks_cfg_t * c) |
Public Static Functions
| Type | Name |
|---|---|
| float | ns_audio_InverseMelScale (float mel_freq) |
| float | ns_audio_MelScale (float freq) |
| void | ns_fbanks_map_arena (ns_fbanks_cfg_t * cfg) |
Public Functions Documentation
function create_mel_fbank
void create_mel_fbank (
ns_fbanks_cfg_t * cfg
)
function ns_fbanks_init
void ns_fbanks_init (
ns_fbanks_cfg_t * c
)
Public Static Functions Documentation
function ns_audio_InverseMelScale
static inline float ns_audio_InverseMelScale (
float mel_freq
)
function ns_audio_MelScale
static inline float ns_audio_MelScale (
float freq
)
function ns_fbanks_map_arena
static void ns_fbanks_map_arena (
ns_fbanks_cfg_t * cfg
)
The documentation for this class was generated from the following file neuralSPOT/neuralspot/ns-audio/src/ns_audio_features_common.c