STM32_AI_AudioPreprocessing_Library
Enumerations | Functions
window.h File Reference

Header for window.c module. More...

#include "arm_math.h"
Include dependency graph for window.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Header for window.c module.

Author
MCD Application Team
Attention

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.