Searched +full:boost +full:- +full:cmsis +full:- +full:dsp (Results 1 – 3 of 3) sorted by relevance
11 security-events: write16 fail-fast: false21 runs-on: ubuntu-latest 24 - name: Checkout27 - name: Setup Python 3.1028 uses: actions/setup-python@v530 python-version: '3.10'32 cache-dependency-path: Testing/requirements.txt34 - name: Install system packages36 sudo add-apt-repository ppa:deadsnakes/ppa[all …]
1 /* ----------------------------------------------------------------------2 * Copyright (C) 2010-2012 ARM Limited. All rights reserved.7 * Project: CMSIS DSP Library13 * Target Processor: Cortex-M4/Cortex-M318 * - Redistributions of source code must retain the above copyright20 * - Redistributions in binary form must reproduce the above copyright24 * - Neither the name of ARM LIMITED nor the names of its contributors40 * -------------------------------------------------------------------- */50 * This example demonstrates how a 5-band graphic equalizer can be constructed63 * Each band has an adjustable boost or cut in the range of +/- 9 dB.[all …]
15 #include "boost/mp11.hpp"16 using namespace boost::mp11;20 #include "dsp/matrix_functions.h"21 #include "dsp/matrix_utils.h"95 constexpr static float abserr_cholesky = 3e-4;96 constexpr static float relerr_cholesky = 1e-4;112 constexpr static float abserr_cholesky = 3e-4;113 constexpr static float relerr_cholesky = 1e-4;120 constexpr static float abserr_inv = 4.0e-6;121 constexpr static float relerr_inv = 5.0e-6;[all …]