XCORE SDK
XCORE Software Development Kit
Util.hpp
1 // Copyright 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 <cstdint>
7 
8 namespace mic_array {
9 
84  template <unsigned MIC_COUNT>
85  void deinterleave_pdm_samples(
86  uint32_t* samples,
87  unsigned s2_dec_factor);
88 
89 
90 }