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

+Macros

#define TESTLENGTH
 
#define BLOCKSIZE
 
#define NUMBLOCKS
 
#define NUMSTAGES
 
#define SNR_THRESHOLD_F32
 
+ + + +

+Functions

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

+Variables

float32_t testInput_f32 [TESTLENGTH]
 
static float32_t testOutput [TESTLENGTH]
 
float32_t testRefOutput_f32 [TESTLENGTH]
 
static q63_t biquadStateBand1Q31 [4 *2]
 
static q63_t biquadStateBand2Q31 [4 *2]
 
static q31_t biquadStateBand3Q31 [4 *2]
 
static q31_t biquadStateBand4Q31 [4 *2]
 
static q31_t biquadStateBand5Q31 [4 *2]
 
q31_t inputQ31 [BLOCKSIZE]
 
q31_t outputQ31 [BLOCKSIZE]
 
const q31_t coeffTable [950]
 
int gainDB [5]
 
float32_t snr
 
+

Macro Definition Documentation

+ +
+
+ + + + +
#define BLOCKSIZE
+
+
+ +
+
+ + + + +
#define NUMBLOCKS
+
+
Examples:
arm_graphic_equalizer_example_q31.c.
+
+

Referenced by main().

+ +
+
+ +
+
+ + + + +
#define NUMSTAGES
+
+
Examples:
arm_graphic_equalizer_example_q31.c.
+
+

Referenced by main().

+ +
+
+ +
+
+ + + + +
#define SNR_THRESHOLD_F32
+
+ +

Referenced by main().

+ +
+
+ +
+
+ + + + +
#define TESTLENGTH
+
+
Examples:
arm_graphic_equalizer_example_q31.c.
+
+

Referenced by main().

+ +
+
+

Function Documentation

+ + +

Variable Documentation

+ +
+
+ + + + + +
+ + + + +
q63_t biquadStateBand1Q31[4 *2]
+
+static
+
+
Examples:
arm_graphic_equalizer_example_q31.c.
+
+

Referenced by main().

+ +
+
+ +
+
+ + + + + +
+ + + + +
q63_t biquadStateBand2Q31[4 *2]
+
+static
+
+
Examples:
arm_graphic_equalizer_example_q31.c.
+
+

Referenced by main().

+ +
+
+ +
+
+ + + + + +
+ + + + +
q31_t biquadStateBand3Q31[4 *2]
+
+static
+
+
Examples:
arm_graphic_equalizer_example_q31.c.
+
+

Referenced by main().

+ +
+
+ +
+
+ + + + + +
+ + + + +
q31_t biquadStateBand4Q31[4 *2]
+
+static
+
+
Examples:
arm_graphic_equalizer_example_q31.c.
+
+

Referenced by main().

+ +
+
+ +
+
+ + + + + +
+ + + + +
q31_t biquadStateBand5Q31[4 *2]
+
+static
+
+
Examples:
arm_graphic_equalizer_example_q31.c.
+
+

Referenced by main().

+ +
+
+ +
+
+ + + + +
const q31_t coeffTable[950]
+
+
Examples:
arm_graphic_equalizer_example_q31.c.
+
+

Referenced by main().

+ +
+
+ +
+
+ + + + +
int gainDB[5]
+
+
Examples:
arm_graphic_equalizer_example_q31.c.
+
+

Referenced by main().

+ +
+
+ +
+
+ + + + +
q31_t inputQ31[BLOCKSIZE]
+
+
Examples:
arm_graphic_equalizer_example_q31.c.
+
+

Referenced by main().

+ +
+
+ +
+
+ + + + +
q31_t outputQ31[BLOCKSIZE]
+
+
Examples:
arm_graphic_equalizer_example_q31.c.
+
+

Referenced by main().

+ +
+
+ +
+
+ + + + +
float32_t snr
+
+ +
+
+ +
+
+ + + + +
float32_t testInput_f32[TESTLENGTH]
+
+ +
+
+ +
+
+ + + + + +
+ + + + +
float32_t testOutput[TESTLENGTH]
+
+static
+
+ +
+
+ +
+
+ + + + +
float32_t testRefOutput_f32[TESTLENGTH]
+
+ +

Referenced by main().

+ +
+
+
+
+ + + + -- cgit