![]()  | 
  
  
    CMSIS-DSP
    Verison 1.1.0
    
   CMSIS DSP Software Library 
   | 
  
  
  
 
Defines | |
| #define | USE_STATIC_INIT | 
| #define | TEST_LENGTH_SAMPLES | 
| #define | NUMSTUDENTS | 
| #define | NUMSUBJECTS | 
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 | 
Functions | |
| int32_t | main () | 
| #define NUMSTUDENTS | 
Referenced by main().
| #define NUMSUBJECTS | 
Referenced by main().
| #define TEST_LENGTH_SAMPLES | 
| #define USE_STATIC_INIT | 
Referenced by main().
Referenced by arm_std_f32(), arm_std_q15(), arm_std_q31(), arm_var_f32(), arm_var_q15(), arm_var_q31(), and main().
Referenced by main().
| uint32_t numStudents | 
Referenced by main().
| uint32_t numSubjects | 
Referenced by main().
Referenced by main().
| uint32_t student_num | 
Referenced by main().
| const float32_t testMarks_f32[TEST_LENGTH_SAMPLES] | 
Referenced by main().
float32_t testOutput[TEST_LENGTH_SAMPLES] [static] | 
        
| const float32_t testUnity_f32[4] | 
Referenced by main().
Referenced by arm_std_f32(), and main().
| int32_t main | ( | void | ) | 
References arm_mat_init_f32(), arm_mat_mult_f32(), arm_max_f32(), arm_mean_f32(), arm_min_f32(), arm_std_f32(), arm_var_f32(), max_marks, mean, min_marks, NUMSTUDENTS, numStudents, NUMSUBJECTS, numSubjects, std, student_num, testMarks_f32, testOutput, testUnity_f32, and var.