STM32_AI_AudioPreprocessing_Library
|
Window functions generation. More...
#include "window.h"
Macros | |
#define | M_PI 3.14159265358979323846264338327950288 |
Functions | |
void | cosine_sum_window_create (float32_t *pDst, uint32_t len, float64_t a0, float64_t a1, float64_t a2) |
Helper function to create cosine-sum windows. | |
int32_t | Window_Init (float32_t *pDst, uint32_t len, WindowTypedef type) |
Generate a window function. | |
Window functions generation.
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.
#define M_PI 3.14159265358979323846264338327950288 |
pi