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

+Functions

arm_status arm_rfft_init_f32 (arm_rfft_instance_f32 *S, arm_cfft_radix4_instance_f32 *S_CFFT, uint32_t fftLenReal, uint32_t ifftFlagR, uint32_t bitReverseFlag)
 Initialization function for the floating-point RFFT/RIFFT.
 
+ + + + + +

+Variables

static const float32_t realCoefA [8192]
 
static const float32_t realCoefB [8192]
 
+
+
+ + + + -- cgit