From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/DSP/html/arm_class_marks_example_f32_8c-example.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/DSP/html/arm_class_marks_example_f32_8c-example.html') diff --git a/docs/DSP/html/arm_class_marks_example_f32_8c-example.html b/docs/DSP/html/arm_class_marks_example_f32_8c-example.html index e6f13c0..5008409 100644 --- a/docs/DSP/html/arm_class_marks_example_f32_8c-example.html +++ b/docs/DSP/html/arm_class_marks_example_f32_8c-example.html @@ -32,7 +32,7 @@ Logo
CMSIS-DSP -  Version 1.5.2 +  Version 1.7.0
CMSIS DSP Software Library
@@ -256,27 +256,27 @@ $(document).ready(function(){initNavTree('arm_class_marks_example_f32_8c-example
/* ----------------------------------------------------------------------
** Call the Max function to calculate max marks among numStudents
** ------------------------------------------------------------------- */
-
arm_max_f32(testOutput, numStudents, &max_marks, &student_num);
+
arm_max_f32(testOutput, numStudents, &max_marks, &student_num);
/* ----------------------------------------------------------------------
** Call the Min function to calculate min marks among numStudents
** ------------------------------------------------------------------- */
-
arm_min_f32(testOutput, numStudents, &min_marks, &student_num);
+
arm_min_f32(testOutput, numStudents, &min_marks, &student_num);
/* ----------------------------------------------------------------------
** Call the Mean function to calculate mean
** ------------------------------------------------------------------- */
-
arm_mean_f32(testOutput, numStudents, &mean);
+
arm_mean_f32(testOutput, numStudents, &mean);
/* ----------------------------------------------------------------------
** Call the std function to calculate standard deviation
** ------------------------------------------------------------------- */
-
arm_std_f32(testOutput, numStudents, &std);
+
arm_std_f32(testOutput, numStudents, &std);
/* ----------------------------------------------------------------------
** Call the var function to calculate variance
** ------------------------------------------------------------------- */
-
arm_var_f32(testOutput, numStudents, &var);
+
arm_var_f32(testOutput, numStudents, &var);
while (1); /* main function does not return */
}
@@ -285,7 +285,7 @@ $(document).ready(function(){initNavTree('arm_class_marks_example_f32_8c-example