Home
last modified time | relevance | path

Searched +full:boost +full:- +full:cmsis +full:- +full:dsp (Results 1 – 3 of 3) sorted by relevance

/cmsis-dsp-latest/.github/workflows/
Druncpptest.yaml11 security-events: write
16 fail-fast: false
21 runs-on: ubuntu-latest
24 - name: Checkout
27 - name: Setup Python 3.10
28 uses: actions/setup-python@v5
30 python-version: '3.10'
32 cache-dependency-path: Testing/requirements.txt
34 - name: Install system packages
36 sudo add-apt-repository ppa:deadsnakes/ppa
[all …]
/cmsis-dsp-latest/Examples/ARM/arm_graphic_equalizer_example/
Darm_graphic_equalizer_example_q31.c1 /* ----------------------------------------------------------------------
2 * Copyright (C) 2010-2012 ARM Limited. All rights reserved.
7 * Project: CMSIS DSP Library
13 * Target Processor: Cortex-M4/Cortex-M3
18 * - Redistributions of source code must retain the above copyright
20 * - Redistributions in binary form must reproduce the above copyright
24 * - Neither the name of ARM LIMITED nor the names of its contributors
40 * -------------------------------------------------------------------- */
50 * This example demonstrates how a 5-band graphic equalizer can be constructed
63 * Each band has an adjustable boost or cut in the range of +/- 9 dB.
[all …]
/cmsis-dsp-latest/dsppp/tests/
Dmatrix_test.cpp15 #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 …]