![]() |
LIBML
Version 3.2.4
LIBML DSP Software Library
|
#include "tpt_math.h"
Macros | |
| #define | Ln2 __logf_data.ln2 |
| Jensen-Shannon distance between two vectors. More... | |
| #define | BITS_N (1 << LOGF_TABLE_BITS) |
| #define | OFF 0x3f330000 |
Functions | |
| static f32_t | _logf_ (f32_t x) |
| f32_t | tpt_jensenshannon_distance_f32 (const f32_t *aInDataA, const f32_t *aInDataB, uint32_t aCount) |
| Jensen-Shannon distance between two vectors. More... | |
Variables | |
| const struct logf_data | __logf_data |