XCORE SDK
XCORE Software Development Kit
fir_1x16_bit.h
1 // Copyright 2021-2022 XMOS LIMITED.
2 // This Software is subject to the terms of the XMOS Public Licence: Version 1.
3 
4 #pragma once
5 
6 #include <stdint.h>
7 
8 #include "mic_array/api.h"
9 
10 C_API_START
11 
48 MA_C_API
49 int fir_1x16_bit(uint32_t signal[], const uint32_t coeff_1[]);
50 
51 C_API_END