Преглед на файлове

Update arm_rfft_fast_f16.c

Sun Yiming Z преди 5 години
родител
ревизия
37c3ea916a
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_f16.c

+ 2 - 2
CMSIS/DSP/Source/TransformFunctions/arm_rfft_fast_f16.c

@@ -477,7 +477,7 @@ void merge_rfft_f16(
                    of the symmetry properties of the FFT and have a speed advantage over complex
                    of the symmetry properties of the FFT and have a speed advantage over complex
                    algorithms of the same length.
                    algorithms of the same length.
   @par
   @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
   @par
                    The real length N forward FFT of a sequence is computed using the steps shown below.
                    The real length N forward FFT of a sequence is computed using the steps shown below.
   @par
   @par
@@ -609,4 +609,4 @@ void arm_rfft_fast_f16(
 * @} end of RealFFT group
 * @} end of RealFFT group
 */
 */
 
 
-#endif /*  #if defined(ARM_FLOAT16_SUPPORTED) */
+#endif /*  #if defined(ARM_FLOAT16_SUPPORTED) */