Home
last modified time | relevance | path

Searched +full:- +full:eq (Results 1 – 3 of 3) sorted by relevance

/cmsis-dsp-latest/.github/workflows/
Druntest.yaml11 security-events: write
16 fail-fast: false
19 runs-on: ubuntu-latest
22 - name: Checkout
25 - name: Setup Python 3.10
26 uses: actions/setup-python@v5
28 python-version: '3.10'
30 cache-dependency-path: Testing/requirements.txt
32 - name: Install system packages
34 sudo add-apt-repository ppa:deadsnakes/ppa
[all …]
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.
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.
79 * precision 32x64-bit Biquad filters. The remaining 3 high frequency bands use standard
[all …]