Home
last modified time | relevance | path

Searched full:boost (Results 1 – 3 of 3) sorted by relevance

/cmsis-dsp-latest/.github/workflows/
Druncpptest.yaml55 - name: Cache boost
56 id: cache-boost
59 key: boost-cmsis-dsp
61 boost-cmsis-dsp
64 - name: Install boost
65 if: steps.cache-boost.outputs.cache-hit != 'true'
67 echo "Install boost"
68 curl -o boost.tar.gz https://archives.boost.io/release/1.84.0/source/boost_1_84_0.tar.gz
69 tar -xf boost.tar.gz
/cmsis-dsp-latest/Examples/ARM/arm_graphic_equalizer_example/
Darm_graphic_equalizer_example_q31.c63 * Each band has an adjustable boost or cut in the range of +/- 9 dB.
89 * \note The output chirp signal follows the gain or boost of each band.
/cmsis-dsp-latest/dsppp/tests/
Dmatrix_test.cpp15 #include "boost/mp11.hpp"
16 using namespace boost::mp11;