From a397d144ef9c94c06ba5bf1db2df7a1070d07a40 Mon Sep 17 00:00:00 2001 From: Sun Yiming Z Date: Wed, 10 Mar 2021 09:33:21 +0800 Subject: [PATCH] Update arm_rfft_fast_f32.c --- Source/TransformFunctions/arm_rfft_fast_f32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/TransformFunctions/arm_rfft_fast_f32.c b/Source/TransformFunctions/arm_rfft_fast_f32.c index eb5757ea..67125043 100644 --- a/Source/TransformFunctions/arm_rfft_fast_f32.c +++ b/Source/TransformFunctions/arm_rfft_fast_f32.c @@ -471,7 +471,7 @@ void merge_rfft_f32( of the symmetry properties of the FFT and have a speed advantage over complex algorithms of the same length. @par - The Fast RFFT algorith relays on the mixed radix CFFT that save processor usage. + The Fast RFFT algorithm relays on the mixed radix CFFT that save processor usage. @par The real length N forward FFT of a sequence is computed using the steps shown below. @par