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_fft_bin_example_f32_8c-example.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/DSP/html/arm_fft_bin_example_f32_8c-example.html') diff --git a/docs/DSP/html/arm_fft_bin_example_f32_8c-example.html b/docs/DSP/html/arm_fft_bin_example_f32_8c-example.html index efb5ce4..2d0c370 100644 --- a/docs/DSP/html/arm_fft_bin_example_f32_8c-example.html +++ b/docs/DSP/html/arm_fft_bin_example_f32_8c-example.html @@ -32,7 +32,7 @@ Logo
CMSIS-DSP -  Version 1.5.2 +  Version 1.7.0
CMSIS DSP Software Library
@@ -190,10 +190,10 @@ $(document).ready(function(){initNavTree('arm_fft_bin_example_f32_8c-example.htm
/* Process the data through the Complex Magnitude Module for
calculating the magnitude at each bin */
-
arm_cmplx_mag_f32(testInput_f32_10khz, testOutput, fftSize);
+
arm_cmplx_mag_f32(testInput_f32_10khz, testOutput, fftSize);
/* Calculates maxValue and returns corresponding BIN value */
-
arm_max_f32(testOutput, fftSize, &maxValue, &testIndex);
+
arm_max_f32(testOutput, fftSize, &maxValue, &testIndex);
if (testIndex != refIndex)
{
@@ -218,7 +218,7 @@ $(document).ready(function(){initNavTree('arm_fft_bin_example_f32_8c-example.htm