STM32_AI_AudioPreprocessing_Library
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
Inc
window.h
Go to the documentation of this file.
1
18
#ifndef __WINDOW_H
19
#define __WINDOW_H
20
21
#ifdef __cplusplus
22
extern
"C"
{
23
#endif
24
25
#include "arm_math.h"
26
35
typedef
enum
36
{
37
WINDOW_HANN
,
38
WINDOW_HAMMING
,
39
WINDOW_BLACKMAN
40
}
WindowTypedef
;
41
42
int32_t
Window_Init
(float32_t *pDst, uint32_t len,
WindowTypedef
type);
43
48
#ifdef __cplusplus
49
}
50
#endif
51
52
#endif
/* __WINDOW_H */
53
54
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
Window_Init
int32_t Window_Init(float32_t *pDst, uint32_t len, WindowTypedef type)
Generate a window function.
Definition
window.c:45
WindowTypedef
WindowTypedef
Window function types.
Definition
window.h:36
WINDOW_HAMMING
@ WINDOW_HAMMING
Definition
window.h:38
WINDOW_BLACKMAN
@ WINDOW_BLACKMAN
Definition
window.h:39
WINDOW_HANN
@ WINDOW_HANN
Definition
window.h:37
Generated by
1.9.7