Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches
nrf_dsp_windowing.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
15#ifndef _NRF_DSP_SUPPORT_WINDOWING_H_
16#define _NRF_DSP_SUPPORT_WINDOWING_H_
17
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
30void nrf_dsp_window_hanning_f32(flt32_t* p_window, uint16_t window_size);
31
32#ifdef __cplusplus
33}
34#endif
35
36#endif /* _NRF_DSP_SUPPORT_WINDOWING_H_ */
37
void nrf_dsp_window_hanning_f32(flt32_t *p_window, uint16_t window_size)
Initialize Hanning window.
float flt32_t
32-bit floating-point type definition.
Definition nrf_edgeai_ctypes.h:21