CMSIS-DSP
Version 1.10.0
CMSIS DSP Software Library
|
Macros | |
#define | MAX_BLOCKSIZE |
#define | DELTA |
#define | SNR_THRESHOLD |
Functions | |
int32_t | main (void) |
Variables | |
float32_t | Ak [MAX_BLOCKSIZE] |
float32_t | Bk [MAX_BLOCKSIZE] |
float32_t | AxB [MAX_BLOCKSIZE *2] |
float32_t | testInputA_f32 [64] |
float32_t | testInputB_f32 [64] |
const float | testRefOutput_f32 [127] |
uint32_t | srcALen |
uint32_t | srcBLen |
uint32_t | outLen |
float32_t | snr |
#define DELTA |
#define MAX_BLOCKSIZE |
#define SNR_THRESHOLD |
int32_t main | ( | void | ) |
float32_t AxB[MAX_BLOCKSIZE *2] |
uint32_t outLen |
float32_t snr |
uint32_t srcALen |
uint32_t srcBLen |
float32_t testInputA_f32[64] |
float32_t testInputB_f32[64] |
const float testRefOutput_f32[127] |