#include "arm_math.h"
#include "math_helper.h"
Go to the source code of this file.
Defines | |
#define | SNR_THRESHOLD 90 |
Functions | |
int32_t | main (void) |
Variables | |
const float32_t | B_f32 [4] |
const float32_t | A_f32 [16] |
float32_t | AT_f32 [16] |
float32_t | ATMA_f32 [16] |
float32_t | ATMAI_f32 [16] |
float32_t | X_f32 [4] |
const float32_t | xRef_f32 [4] = {73.0, 8.0, 21.25, 2.875} |
float32_t | snr |
#define SNR_THRESHOLD 90 |
Definition at line 74 of file arm_matrix_example_f32.c.
int32_t main | ( | void | ) |
Definition at line 124 of file arm_matrix_example_f32.c.
const float32_t B_f32[4] |
{ 782.0, 7577.0, 470.0, 4505.0 }
Definition at line 81 of file arm_matrix_example_f32.c.
const float32_t A_f32[16] |
{ 1.0, 32.0, 4.0, 128.0, 1.0, 32.0, 64.0, 2048.0, 1.0, 16.0, 4.0, 64.0, 1.0, 16.0, 64.0, 1024.0, }
Definition at line 90 of file arm_matrix_example_f32.c.
float32_t AT_f32[16] |
Definition at line 104 of file arm_matrix_example_f32.c.
float32_t ATMA_f32[16] |
Definition at line 106 of file arm_matrix_example_f32.c.
float32_t ATMAI_f32[16] |
Definition at line 108 of file arm_matrix_example_f32.c.
float32_t X_f32[4] |
Definition at line 110 of file arm_matrix_example_f32.c.
const float32_t xRef_f32[4] = {73.0, 8.0, 21.25, 2.875} |
Definition at line 115 of file arm_matrix_example_f32.c.
float32_t snr |
Definition at line 117 of file arm_matrix_example_f32.c.