From bc9321d1aa44681aa5898434d1e7b0dbcd7bcf0c Mon Sep 17 00:00:00 2001 From: Christophe Favergeon Date: Fri, 3 Feb 2023 06:45:26 +0100 Subject: [PATCH] Corrected typo in MFCC documentation for Q15 and Q31 (issue #87). --- Source/TransformFunctions/arm_mfcc_init_q15.c | 2 +- Source/TransformFunctions/arm_mfcc_init_q31.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/TransformFunctions/arm_mfcc_init_q15.c b/Source/TransformFunctions/arm_mfcc_init_q15.c index 60ff9f23..31fb4969 100755 --- a/Source/TransformFunctions/arm_mfcc_init_q15.c +++ b/Source/TransformFunctions/arm_mfcc_init_q15.c @@ -42,7 +42,7 @@ /** - @brief Initialization of the MFCC F32 instance structure + @brief Initialization of the MFCC Q15 instance structure @param[out] S points to the mfcc instance structure @param[in] fftLen fft length @param[in] nbMelFilters number of Mel filters diff --git a/Source/TransformFunctions/arm_mfcc_init_q31.c b/Source/TransformFunctions/arm_mfcc_init_q31.c index ce3d9dc0..1919e7fa 100755 --- a/Source/TransformFunctions/arm_mfcc_init_q31.c +++ b/Source/TransformFunctions/arm_mfcc_init_q31.c @@ -42,7 +42,7 @@ /** - @brief Initialization of the MFCC F32 instance structure + @brief Initialization of the MFCC Q31 instance structure @param[out] S points to the mfcc instance structure @param[in] fftLen fft length @param[in] nbMelFilters number of Mel filters