CSI-DSP  Version 1.0.0
CSI DSP Software Library
Macros | Functions | Variables
csky_class_marks_example_f32.c File Reference

Macros

#define USE_STATIC_INIT
 
#define TEST_LENGTH_SAMPLES
 
#define NUMSTUDENTS
 
#define NUMSUBJECTS
 

Functions

int32_t main ()
 

Variables

const float32_t testMarks_f32 [TEST_LENGTH_SAMPLES]
 
const float32_t testUnity_f32 [4]
 
static float32_t testOutput [TEST_LENGTH_SAMPLES]
 
uint32_t numStudents
 
uint32_t numSubjects
 
float32_t max_marks
 
float32_t min_marks
 
float32_t mean
 
float32_t std
 
float32_t var
 
uint32_t student_num
 

Macro Definition Documentation

#define NUMSTUDENTS
#define NUMSUBJECTS
#define TEST_LENGTH_SAMPLES
#define USE_STATIC_INIT

Function Documentation

int32_t main ( void  )

Variable Documentation

float32_t max_marks
float32_t mean
float32_t min_marks
uint32_t numStudents
uint32_t numSubjects
float32_t std
uint32_t student_num
const float32_t testMarks_f32[TEST_LENGTH_SAMPLES]
float32_t testOutput[TEST_LENGTH_SAMPLES]
static
const float32_t testUnity_f32[4]
float32_t var