Home
last modified time | relevance | path

Searched +full:language +full:- +full:cpp (Results 1 – 14 of 14) sorted by relevance

/cmsis-dsp-latest/dsppp/
Dtest.csolution.yml4 language-C: c11
5 language-CPP: c++17
9 - pack: ARM::CMSIS@6.0.0
10 - pack: ARM::V2M_MPS3_SSE_300_BSP@1.4.0
11 - pack: ARM::CMSIS-Compiler@2.0.0
12 - pack: ARM::Cortex_DFP@1.0.0
14 target-types:
15 - type: MPS3-Corstone-300
16 device: ARM::SSE-300-MPS3
17 board: ARM::V2M-MPS3-SSE-300-FVP
[all …]
/cmsis-dsp-latest/Testing/cmsis_build/
Dtest.csolution.yml4 language-C: c11
5 language-CPP: c++17
9 - pack: ARM::CMSIS@6.0.0
10 - pack: ARM::V2M_MPS3_SSE_300_BSP@1.4.0
11 - pack: ARM::CMSIS-Compiler@2.0.0
12 - pack: ARM::Cortex_DFP@1.0.0
14 target-types:
15 - type: MPS3-Corstone-300
16 device: ARM::SSE-300-MPS3
17 board: ARM::V2M-MPS3-SSE-300-FVP
[all …]
/cmsis-dsp-latest/Testing/FrameworkSource/
DTest.cpp1 /* ----------------------------------------------------------------------
3 * Title: Test.cpp
9 * Target Processor: Cortex-M cores
10 * -------------------------------------------------------------------- */
12 * Copyright (C) 2010-2019 ARM Limited or its affiliates. All rights reserved.
14 * SPDX-License-Identifier: Apache-2.0
20 * www.apache.org/licenses/LICENSE-2.0
25 * See the License for the specific language governing permissions and
33 return(i-1); in testIndex()
DArrayMemory.cpp1 /* ----------------------------------------------------------------------
3 * Title: ArrayMemory.cpp
9 * Target Processor: Cortex-M cores
10 * -------------------------------------------------------------------- */
12 * Copyright (C) 2010-2019 ARM Limited or its affiliates. All rights reserved.
14 * SPDX-License-Identifier: Apache-2.0
20 * www.apache.org/licenses/LICENSE-2.0
25 * See the License for the specific language governing permissions and
36 this->m_ptr=ptr; in ArrayMemory()
37 this->m_currentPtr=ptr; in ArrayMemory()
[all …]
DPattern.cpp1 /* ----------------------------------------------------------------------
3 * Title: Pattern.cpp
12 * Target Processor: Cortex-M cores
13 * -------------------------------------------------------------------- */
15 * Copyright (C) 2010-2019 ARM Limited or its affiliates. All rights reserved.
17 * SPDX-License-Identifier: Apache-2.0
23 * www.apache.org/licenses/LICENSE-2.0
28 * See the License for the specific language governing permissions and
41 return(mgr->load_f64(id,nb,maxSamples)); in loadPattern()
47 return(mgr->load_f32(id,nb,maxSamples)); in loadPattern()
[all …]
DPatternMgr.cpp1 /* ----------------------------------------------------------------------
3 * Title: PatternMgr.cpp
12 * Target Processor: Cortex-M cores
13 * -------------------------------------------------------------------- */
15 * Copyright (C) 2010-2019 ARM Limited or its affiliates. All rights reserved.
17 * SPDX-License-Identifier: Apache-2.0
23 * www.apache.org/licenses/LICENSE-2.0
28 * See the License for the specific language governing permissions and
46 return((TYPE*)(m_mem->NewBuffer(sizeof(TYPE)*nbSamples))); \
66 nbSamples=m_io->GetPatternSize(id); in LOCAL()
[all …]
DIORunner.cpp1 /* ----------------------------------------------------------------------
3 * Title: IORunner.cpp
12 * Target Processor: Cortex-M cores
13 * -------------------------------------------------------------------- */
15 * Copyright (C) 2010-2019 ARM Limited or its affiliates. All rights reserved.
17 * SPDX-License-Identifier: Apache-2.0
23 * www.apache.org/licenses/LICENSE-2.0
28 * See the License for the specific language governing permissions and
58 this->m_runningMode = runningMode; in IORunner()
62 mgr->setDumpMode(); in IORunner()
[all …]
DFPGA.cpp1 /* ----------------------------------------------------------------------
3 * Title: FPGA.cpp
13 * Target Processor: Cortex-M cores
14 * -------------------------------------------------------------------- */
16 * Copyright (C) 2010-2019 ARM Limited or its affiliates. All rights reserved.
18 * SPDX-License-Identifier: Apache-2.0
24 * www.apache.org/licenses/LICENSE-2.0
29 * See the License for the specific language governing permissions and
59 this->m_testDesc=testDesc; in FPGA()
60 this->m_patterns=patterns; in FPGA()
[all …]
DError.cpp1 /* ----------------------------------------------------------------------
3 * Title: Error.cpp
9 * Target Processor: Cortex-M cores
10 * -------------------------------------------------------------------- */
12 * Copyright (C) 2010-2019 ARM Limited or its affiliates. All rights reserved.
14 * SPDX-License-Identifier: Apache-2.0
20 * www.apache.org/licenses/LICENSE-2.0
25 * See the License for the specific language governing permissions and
54 if (fabs(pa - pb) > threshold) in assert_near_equal()
57 sprintf(details,"diff %g > %g (%g,%g)",fabs(pa - pb) , threshold,pa,pb); in assert_near_equal()
[all …]
DSemihosting.cpp1 /* ----------------------------------------------------------------------
3 * Title: Semihosting.cpp
12 * Target Processor: Cortex-M cores
13 * -------------------------------------------------------------------- */
15 * Copyright (C) 2010-2019 ARM Limited or its affiliates. All rights reserved.
17 * SPDX-License-Identifier: Apache-2.0
23 * www.apache.org/licenses/LICENSE-2.0
28 * See the License for the specific language governing permissions and
59 this->infile=fopen(path.c_str(), "r"); in Semihosting()
60 this->path=new std::vector<std::string>(); in Semihosting()
[all …]
/cmsis-dsp-latest/Scripts/
DGenMFCCDataForCPP.py9 # Target Processor: Cortex-M and Cortex-A cores
10 # -------------------------------------------------------------------- */
12 # Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved.
14 # SPDX-License-Identifier: Apache-2.0
20 # www.apache.org/licenses/LICENSE-2.0
25 # See the License for the specific language governing permissions and
42 parser = argparse.ArgumentParser(description='Generate MFCC Data for CPP')
45 parser.add_argument('-n', nargs='?',type = str, default="mfccdata", help="mfcc file name")
46 parser.add_argument('-d', nargs='?',type = str, default="Testing/Source/Tests", help="mfcc c file d…
47 parser.add_argument('-i', nargs='?',type = str, default="Testing/Include/Tests", help="mfcc h file …
/cmsis-dsp-latest/Documentation/Doxygen/
Ddsp.dxy.in19 # doxygen -x [configFile]
23 # doxygen -x_noenv [configFile]
25 #---------------------------------------------------------------------------
27 #---------------------------------------------------------------------------
30 # file that follow. The default is UTF-8 which is also the encoding used for all
34 # The default value is: UTF-8.
36 DOXYFILE_ENCODING = UTF-8
39 # double-quotes, unless you are using Doxywizard) that should identify the
44 PROJECT_NAME = "CMSIS-DSP"
73 # sub-directories (in 2 levels) under the output directory of each output format
[all …]
/cmsis-dsp-latest/Testing/FrameworkInclude/
DTest.h1 /* ----------------------------------------------------------------------
9 * Target Processor: Cortex-M cores
10 * -------------------------------------------------------------------- */
12 * Copyright (C) 2010-2019 ARM Limited or its affiliates. All rights reserved.
14 * SPDX-License-Identifier: Apache-2.0
20 * www.apache.org/licenses/LICENSE-2.0
25 * See the License for the specific language governing permissions and
135 // a method of a CPP class)
483 return(m_mem->generation()); in generation()
491 return(m_mem->HasMemError()); in HasMemError()
[all …]
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/
Dkws.ipynb8 "# Simple keyword spotting with CMSIS-DSP Python wrapper and Arduino"
16 …"The goal of this notebook is to demonstrate how to use the CMSIS-DSP Python wrapper on an example…
22 "* Testing the CMSIS-DSP algorithm directly in Python\n",
24 …"* Implementation of the compute graph and streaming computation from the CMSIS-DSP Synchronous Da…
38 …"The machine learning is using scikit-learn. For scientific computations, we are using SciPy, NumP…
97 …"You can add other keywords but the CMSIS-DSP implementation in this notebook is only supporting o…
120 …"The below code is generating a label ID for a command. The ID will be -1 for any command not in t…
130 "UNKNOWN_CLASS = -1\n",
132 " return(pathlib.PurePath(name).parts[-2])\n",
161 " w = w-np.mean(w)\n",
[all …]