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_sin_cos_example_f32_8c-example.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/DSP/html/arm_sin_cos_example_f32_8c-example.html') diff --git a/docs/DSP/html/arm_sin_cos_example_f32_8c-example.html b/docs/DSP/html/arm_sin_cos_example_f32_8c-example.html index 1ac3797..f2cd2fd 100644 --- a/docs/DSP/html/arm_sin_cos_example_f32_8c-example.html +++ b/docs/DSP/html/arm_sin_cos_example_f32_8c-example.html @@ -32,7 +32,7 @@ Logo
CMSIS-DSP -  Version 1.5.2 +  Version 1.7.0
CMSIS DSP Software Library
@@ -204,10 +204,10 @@ $(document).ready(function(){initNavTree('arm_sin_cos_example_f32_8c-example.htm
cosOutput = arm_cos_f32(testInput_f32[i]);
sinOutput = arm_sin_f32(testInput_f32[i]);
-
arm_mult_f32(&cosOutput, &cosOutput, &cosSquareOutput, 1);
-
arm_mult_f32(&sinOutput, &sinOutput, &sinSquareOutput, 1);
+
arm_mult_f32(&cosOutput, &cosOutput, &cosSquareOutput, 1);
+
arm_mult_f32(&sinOutput, &sinOutput, &sinSquareOutput, 1);
-
arm_add_f32(&cosSquareOutput, &sinSquareOutput, &testOutput, 1);
+
arm_add_f32(&cosSquareOutput, &sinSquareOutput, &testOutput, 1);
/* absolute value of difference between ref and test */
diff = fabsf(testRefOutput_f32 - testOutput);
@@ -233,7 +233,7 @@ $(document).ready(function(){initNavTree('arm_sin_cos_example_f32_8c-example.htm