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 --- .../_g_c_c_2arm__convolution__example__f32_8c.html | 352 +++++++++++++++++++++ 1 file changed, 352 insertions(+) create mode 100644 Documentation/DSP/html/_g_c_c_2arm__convolution__example__f32_8c.html (limited to 'Documentation/DSP/html/_g_c_c_2arm__convolution__example__f32_8c.html') diff --git a/Documentation/DSP/html/_g_c_c_2arm__convolution__example__f32_8c.html b/Documentation/DSP/html/_g_c_c_2arm__convolution__example__f32_8c.html new file mode 100644 index 0000000..86872bf --- /dev/null +++ b/Documentation/DSP/html/_g_c_c_2arm__convolution__example__f32_8c.html @@ -0,0 +1,352 @@ + + + + + +arm_convolution_example_f32.c File Reference +CMSIS-DSP: arm_convolution_example_f32.c File Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-DSP +  Version 1.4.7 +
+
CMSIS DSP Software Library
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
GCC/arm_convolution_example_f32.c File Reference
+
+
+ + + + + + + + +

+Macros

#define MAX_BLOCKSIZE
 
#define DELTA
 
#define SNR_THRESHOLD
 
+ + + +

+Functions

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

+Variables

float32_t Ak [MAX_BLOCKSIZE]
 
float32_t Bk [MAX_BLOCKSIZE]
 
float32_t AxB [MAX_BLOCKSIZE *2]
 
float32_t testInputA_f32 [64]
 
float32_t testInputB_f32 [64]
 
const float testRefOutput_f32 [127]
 
uint32_t srcALen
 
uint32_t srcBLen
 
uint32_t outLen
 
float32_t snr
 
+

Macro Definition Documentation

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

Referenced by main().

+ +
+
+ +
+
+ + + + +
#define SNR_THRESHOLD
+
+ +

Referenced by main().

+ +
+
+

Function Documentation

+ + +

Variable Documentation

+ +
+
+ + + + +
float32_t Ak[MAX_BLOCKSIZE]
+
+ +
+
+ +
+
+ + + + +
float32_t AxB[MAX_BLOCKSIZE *2]
+
+ +
+
+ +
+
+ + + + +
float32_t Bk[MAX_BLOCKSIZE]
+
+ +
+
+ +
+
+ + + + +
uint32_t outLen
+
+ +
+
+ +
+
+ + + + +
float32_t snr
+
+ +
+
+ +
+
+ + + + +
uint32_t srcALen
+
+ +
+
+ +
+
+ + + + +
uint32_t srcBLen
+
+ +
+
+ +
+
+ + + + +
float32_t testInputA_f32[64]
+
+ +
+
+ +
+
+ + + + +
float32_t testInputB_f32[64]
+
+ +
+
+ +
+
+ + + + +
const float testRefOutput_f32[127]
+
+ +
+
+
+
+ + + + -- cgit