CMSIS-DSP  Version 1.4.7
CMSIS DSP Software Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
GCC/arm_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

Referenced by main().

#define NUMSUBJECTS

Referenced by main().

#define TEST_LENGTH_SAMPLES
#define USE_STATIC_INIT

Function Documentation

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