From 76177aa280494bb36d7a0bcbda1078d4db717020 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Mon, 9 Dec 2019 11:25:19 +0100 Subject: Official ARM version: v4.5 --- .../DSP/html/arm__sin__cos__example__f32_8c.html | 334 +++++++++++++++++++++ 1 file changed, 334 insertions(+) create mode 100644 Documentation/DSP/html/arm__sin__cos__example__f32_8c.html (limited to 'Documentation/DSP/html/arm__sin__cos__example__f32_8c.html') diff --git a/Documentation/DSP/html/arm__sin__cos__example__f32_8c.html b/Documentation/DSP/html/arm__sin__cos__example__f32_8c.html new file mode 100644 index 0000000..9eeac59 --- /dev/null +++ b/Documentation/DSP/html/arm__sin__cos__example__f32_8c.html @@ -0,0 +1,334 @@ + + + + + +arm_sin_cos_example_f32.c File Reference +CMSIS-DSP: arm_sin_cos_example_f32.c File Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-DSP +  Version 1.4.7 +
+
CMSIS DSP Software Library
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
arm_sin_cos_example_f32.c File Reference
+
+
+ + + + + + +

+Macros

#define MAX_BLOCKSIZE
 
#define DELTA
 
+ + + +

+Functions

int32_t main (void)
 
+ + + + + + + + + + + + + + + + + + + +

+Variables

const float32_t testInput_f32 [MAX_BLOCKSIZE]
 
const float32_t testRefOutput_f32
 
uint32_t blockSize
 
float32_t testOutput
 
float32_t cosOutput
 
float32_t sinOutput
 
float32_t cosSquareOutput
 
float32_t sinSquareOutput
 
arm_status status
 
+

Macro Definition Documentation

+ +
+
+ + + + +
#define DELTA
+
+ +

Referenced by main().

+ +
+
+ +
+
+ + + + +
#define MAX_BLOCKSIZE
+
+ +
+
+

Function Documentation

+ + +

Variable Documentation

+ +
+
+ + + + +
uint32_t blockSize
+
+ +
+
+ +
+
+ + + + +
float32_t cosOutput
+
+
Examples:
arm_sin_cos_example_f32.c.
+
+

Referenced by main().

+ +
+
+ +
+
+ + + + +
float32_t cosSquareOutput
+
+
Examples:
arm_sin_cos_example_f32.c.
+
+

Referenced by main().

+ +
+
+ +
+
+ + + + +
float32_t sinOutput
+
+
Examples:
arm_sin_cos_example_f32.c.
+
+

Referenced by main().

+ +
+
+ +
+
+ + + + +
float32_t sinSquareOutput
+
+
Examples:
arm_sin_cos_example_f32.c.
+
+

Referenced by main().

+ +
+
+ +
+
+ + + + +
arm_status status
+
+ +
+
+ +
+
+ + + + +
const float32_t testInput_f32[MAX_BLOCKSIZE]
+
+ +
+
+ +
+
+ + + + +
float32_t testOutput
+
+ +
+
+ +
+
+ + + + +
const float32_t testRefOutput_f32
+
+ +
+
+
+
+ + + + -- cgit