STM32_AI_AudioPreprocessing_Library
|
Header for window.c module. More...
#include "arm_math.h"
Go to the source code of this file.
Enumerations | |
enum | WindowTypedef { WINDOW_HANN , WINDOW_HAMMING , WINDOW_BLACKMAN } |
Window function types. More... | |
Functions | |
int32_t | Window_Init (float32_t *pDst, uint32_t len, WindowTypedef type) |
Generate a window function. | |
Header for window.c module.
Copyright (c) 2023 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.