From ae8866274054ca9877f3e65559367844e07700b1 Mon Sep 17 00:00:00 2001 From: Christophe Favergeon Date: Tue, 26 Jul 2022 10:52:23 +0200 Subject: [PATCH] Corrected documentation issue in arm_init_fir_f64 --- Source/FilteringFunctions/arm_fir_init_f64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/FilteringFunctions/arm_fir_init_f64.c b/Source/FilteringFunctions/arm_fir_init_f64.c index 28bd17c8..645ad9f6 100644 --- a/Source/FilteringFunctions/arm_fir_init_f64.c +++ b/Source/FilteringFunctions/arm_fir_init_f64.c @@ -53,7 +53,7 @@ @par pState points to the array of state variables. - pState is of length numTaps+blockSize-1 samples, where blockSize is the number of input samples processed by each call to arm_fir_f32(). + pState is of length numTaps+blockSize-1 samples, where blockSize is the number of input samples processed by each call to arm_fir_f64(). @par There is no Helium version of the fir F64.