diff --git a/main/CMakeLists_8txt.html b/main/CMakeLists_8txt.html new file mode 100644 index 00000000..b304330a --- /dev/null +++ b/main/CMakeLists_8txt.html @@ -0,0 +1,190 @@ + + + + + +CMakeLists.txt File Reference +CMSIS-DSP: CMakeLists.txt File Reference + + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-DSP +   + +
+
CMSIS DSP Software Library
+
+
+ + + + +
+
+ +
+
+
+ +
+ +
+ All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
+ + +
+ +
+ +
+ +
+
CMakeLists.txt File Reference
+
+
+ + + + + + + + +

+Functions

 cmake_minimum_required (VERSION 3.14) cmake_policy(SET CMP0077 NEW) project(CMSISDSP) SET(DSP $
 
 option (NEON"Neon acceleration"OFF) option(NEONEXPERIMENTAL"Neon experimental acceleration"OFF) option(HELIUMEXPERIMENTAL"Helium experimental acceleration"OFF) option(LOOPUNROLL"Loop unrolling"ON) option(ROUNDING"Rounding"OFF) option(MATRIXCHECK"Matrix Checks"OFF) option(HELIUM"Helium acceleration (MVEF and MVEI supported)"OFF) option(MVEF"MVEF intrinsics supported"OFF) option(MVEI"MVEI intrinsics supported"OFF) option(MVEFLOAT16"Float16 MVE intrinsics supported"OFF) option(DISABLEFLOAT16"Disable building float16 kernels"OFF) option(HOST"Build for host"OFF) option(AUTOVECTORIZE"Prefer autovectorizable code to one using C intrinsics"OFF) option(BASICMATH"Basic Math Functions"ON) option(COMPLEXMATH"Complex Math Functions"ON) option(CONTROLLER"Controller Functions"ON) option(FASTMATH"Fast Math Functions"ON) option(FILTERING"Filtering Functions"ON) option(MATRIX"Matrix Functions"ON) option(STATISTICS"Statistics Functions"ON) option(SUPPORT"Support Functions"ON) option(TRANSFORM"Transform Functions"ON) option(SVM"Support Vector Machine Functions"ON) option(BAYES"Bayesian Estimators"ON) option(DISTANCE"Distance Functions"ON) option(INTERPOLATION"Interpolation Functions"ON) option(QUATERNIONMATH"Quaternion Math Functions"ON) option(CONFIGTABLE"Configuration of table allowed"OFF) option(ALLFAST"All interpolation tables included"OFF) option(ALLFFT"All fft tables included"OFF) option(ARM_COS_F32"cos f32"OFF) option(ARM_COS_Q31"cos q31"OFF) option(ARM_COS_Q15"cos q15"OFF) option(ARM_SIN_F32"sin f32"OFF) option(ARM_SIN_Q31"sin q31"OFF) option(ARM_SIN_Q15"sin q15"OFF) option(ARM_SIN_COS_F32"sin cos f32"OFF) option(ARM_SIN_COS_Q31"sin cos q31"OFF) option(ARM_LMS_NORM_Q31"lms norm q31"OFF) option(ARM_LMS_NORM_Q15"lms norm q15"OFF) option(CFFT_F64_16"cfft f64 16"OFF) option(CFFT_F64_32"cfft f64 32"OFF) option(CFFT_F64_64"cfft f64 64"OFF) option(CFFT_F64_128"cfft f64 128"OFF) option(CFFT_F64_256"cfft f64 256"OFF) option(CFFT_F64_512"cfft f64 512"OFF) option(CFFT_F64_1024"cfft f64 1024"OFF) option(CFFT_F64_2048"cfft f64 2048"OFF) option(CFFT_F64_4096"cfft f64 4096"OFF) option(CFFT_F32_16"cfft f32 16"OFF) option(CFFT_F32_32"cfft f32 32"OFF) option(CFFT_F32_64"cfft f32 64"OFF) option(CFFT_F32_128"cfft f32 128"OFF) option(CFFT_F32_256"cfft f32 256"OFF) option(CFFT_F32_512"cfft f32 512"OFF) option(CFFT_F32_1024"cfft f32 1024"OFF) option(CFFT_F32_2048"cfft f32 2048"OFF) option(CFFT_F32_4096"cfft f32 4096"OFF) option(CFFT_Q31_16"cfft q31 16"OFF) option(CFFT_Q31_32"cfft q31 32"OFF) option(CFFT_Q31_64"cfft q31 64"OFF) option(CFFT_Q31_128"cfft q31 128"OFF) option(CFFT_Q31_256"cfft q31 256"OFF) option(CFFT_Q31_512"cfft q31 512"OFF) option(CFFT_Q31_1024"cfft q31 1024"OFF) option(CFFT_Q31_2048"cfft q31 2048"OFF) option(CFFT_Q31_4096"cfft q31 4096"OFF) option(CFFT_Q15_16"cfft q15 16"OFF) option(CFFT_Q15_32"cfft q15 32"OFF) option(CFFT_Q15_64"cfft q15 64"OFF) option(CFFT_Q15_128"cfft q15 128"OFF) option(CFFT_Q15_256"cfft q15 256"OFF) option(CFFT_Q15_512"cfft q15 512"OFF) option(CFFT_Q15_1024"cfft q15 1024"OFF) option(CFFT_Q15_2048"cfft q15 2048"OFF) option(CFFT_Q15_4096"cfft q15 4096"OFF) option(RFFT_FAST_F32_32"rfft fast f32 32"OFF) option(RFFT_FAST_F32_64"rfft fast f32 64"OFF) option(RFFT_FAST_F32_128"rfft fast f32 128"OFF) option(RFFT_FAST_F32_256"rfft fast f32 256"OFF) option(RFFT_FAST_F32_512"rfft fast f32 512"OFF) option(RFFT_FAST_F32_1024"rfft fast f32 1024"OFF) option(RFFT_FAST_F32_2048"rfft fast f32 2048"OFF) option(RFFT_FAST_F32_4096"rfft fast f32 4096"OFF) option(RFFT_F32_128"rfft f32 128"OFF) option(RFFT_F32_512"rfft f32 512"OFF) option(RFFT_F32_2048"rfft f32 2048"OFF) option(RFFT_F32_8192"rfft f32 8192"OFF) option(RFFT_FAST_F64_32"rfft fast f64 32"OFF) option(RFFT_FAST_F64_64"rfft fast f64 64"OFF) option(RFFT_FAST_F64_128"rfft fast f64 128"OFF) option(RFFT_FAST_F64_256"rfft fast f64 256"OFF) option(RFFT_FAST_F64_512"rfft fast f64 512"OFF) option(RFFT_FAST_F64_1024"rfft fast f64 1024"OFF) option(RFFT_FAST_F64_2048"rfft fast f64 2048"OFF) option(RFFT_FAST_F64_4096"rfft fast f64 4096"OFF) option(RFFT_F64_128"rfft f64 128"OFF) option(RFFT_F64_512"rfft f64 512"OFF) option(RFFT_F64_2048"rfft f64 2048"OFF) option(RFFT_F64_8192"rfft f64 8192"OFF) option(RFFT_FAST_F16_32"rfft fast f16 32"OFF) option(RFFT_FAST_F16_64"rfft fast f16 64"OFF) option(RFFT_FAST_F16_128"rfft fast f16 128"OFF) option(RFFT_FAST_F16_256"rfft fast f16 256"OFF) option(RFFT_FAST_F16_512"rfft fast f16 512"OFF) option(RFFT_FAST_F16_1024"rfft fast f16 1024"OFF) option(RFFT_FAST_F16_2048"rfft fast f16 2048"OFF) option(RFFT_FAST_F16_4096"rfft fast f16 4096"OFF) option(RFFT_Q31_32"rfft q31 32"OFF) option(RFFT_Q31_64"rfft q31 64"OFF) option(RFFT_Q31_128"rfft q31 128"OFF) option(RFFT_Q31_256"rfft q31 256"OFF) option(RFFT_Q31_512"rfft q31 512"OFF) option(RFFT_Q31_1024"rfft q31 1024"OFF) option(RFFT_Q31_2048"rfft q31 2048"OFF) option(RFFT_Q31_4096"rfft q31 4096"OFF) option(RFFT_Q31_8192"rfft q31 8192"OFF) option(RFFT_Q15_32"rfft q15 32"OFF) option(RFFT_Q15_64"rfft q15 64"OFF) option(RFFT_Q15_128"rfft q15 128"OFF) option(RFFT_Q15_256"rfft q15 256"OFF) option(RFFT_Q15_512"rfft q15 512"OFF) option(RFFT_Q15_1024"rfft q15 1024"OFF) option(RFFT_Q15_2048"rfft q15 2048"OFF) option(RFFT_Q15_4096"rfft q15 4096"OFF) option(RFFT_Q15_8192"rfft q15 8192"OFF) option(DCT4_F32_128"dct4 f32 128"OFF) option(DCT4_F32_512"dct4 f32 512"OFF) option(DCT4_F32_2048"dct4 f32 2048"OFF) option(DCT4_F32_8192"dct4 f32 8192"OFF) option(DCT4_Q31_128"dct4 q31 128"OFF) option(DCT4_Q31_512"dct4 q31 512"OFF) option(DCT4_Q31_2048"dct4 q31 2048"OFF) option(DCT4_Q31_8192"dct4 q31 8192"OFF) option(DCT4_Q15_128"dct4 q15 128"OFF) option(DCT4_Q15_512"dct4 q15 512"OFF) option(DCT4_Q15_2048"dct4 q15 2048"OFF) option(DCT4_Q15_8192"dct4 q15 8192"OFF) option(ARM_CFFT_RADIX2_Q15"deprecated q15 radix2 cfft"OFF) option(ARM_CFFT_RADIX4_Q15"deprecated q15 radix4 cfft"OFF) option(ARM_CFFT_RADIX2_Q31"deprecated q31 radix2 cfft"OFF) option(ARM_CFFT_RADIX4_Q31"deprecated q31 radix4 cfft"OFF) add_library(CMSISDSP STATIC) if(BASICMATH) include(BasicMathFunctions/Config.cmake) endif() if(COMPLEXMATH) include(ComplexMathFunctions/Config.cmake) endif() if(QUATERNIONMATH) include(QuaternionMathFunctions/Config.cmake) endif() if(CONTROLLER) include(ControllerFunctions/Config.cmake) if(CONFIGTABLE) target_compile_definitions(CMSISDSP PUBLIC ARM_FAST_ALLOW_TABLES) endif() endif() if(FASTMATH) include(FastMathFunctions/Config.cmake) if(CONFIGTABLE) target_compile_definitions(CMSISDSP PUBLIC ARM_FAST_ALLOW_TABLES) endif() endif() if(FILTERING) include(FilteringFunctions/Config.cmake) if(CONFIGTABLE) target_compile_definitions(CMSISDSP PUBLIC ARM_FAST_ALLOW_TABLES) endif() endif() if(MATRIX) include(MatrixFunctions/Config.cmake) endif() if(STATISTICS) include(StatisticsFunctions/Config.cmake) endif() if(SUPPORT) include(SupportFunctions/Config.cmake) endif() if(TRANSFORM) include(TransformFunctions/Config.cmake) if(CONFIGTABLE) target_compile_definitions(CMSISDSP PUBLIC ARM_FFT_ALLOW_TABLES) endif() endif() if(FILTERING OR CONTROLLER OR FASTMATH OR TRANSFORM OR SVM OR DISTANCE) include(CommonTables/Config.cmake) if(TRANSFORM) if(CONFIGTABLE) target_compile_definitions(CMSISDSP PUBLIC ARM_FFT_ALLOW_TABLES) endif() endif() if(FILTERING OR CONTROLLER OR FASTMATH) if(CONFIGTABLE) target_compile_definitions(CMSISDSP PUBLIC ARM_FAST_ALLOW_TABLES) endif() endif() endif() if(SVM) include(SVMFunctions/Config.cmake) endif() if(BAYES) include(BayesFunctions/Config.cmake) endif() if(DISTANCE) include(DistanceFunctions/Config.cmake) endif() if(INTERPOLATION) include(InterpolationFunctions/Config.cmake) endif() target_include_directories(CMSISDSP PUBLIC"$
 
Include if (DEFINED CMSISCORE) target_include_directories(CMSISDSP PUBLIC"$
 
+

Function Documentation

+ +
+
+ + + + + + + + +
cmake_minimum_required (VERSION 3. 14)
+
+ +
+
+ +
+
+ + + + + + + + +
Include if (DEFINED CMSISCORE)
+
+ +
+
+ +
+
+ + + + + + + + +
option (NEON"Neon acceleration" OFF)
+
+ +
+
+
+
+ + + + diff --git a/main/Examples_2ARM_2CMakeLists_8txt.html b/main/Examples_2ARM_2CMakeLists_8txt.html deleted file mode 100644 index 7921bda2..00000000 --- a/main/Examples_2ARM_2CMakeLists_8txt.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - -CMakeLists.txt File Reference -CMSIS-DSP: CMakeLists.txt File Reference - - - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-DSP -   - -
-
CMSIS DSP Software Library
-
-
- - - - -
-
- -
-
-
- -
- -
- All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
- - -
- -
- -
- -
-
CMakeLists.txt File Reference
-
-
- - - - - - - - - - -

-Functions

 cmake_minimum_required (VERSION 3.14) project(examples VERSION 0.1) list(APPEND CMAKE_MODULE_PATH $
 
Testing include (config) add_subdirectory(../../Source bin_dsp) configLib(CMSISDSP) function(configureExample EXAMPLE) add_executable($
 
 configApp (${EXAMPLE}) target_compile_definitions($
 
PRIVATE SEMIHOSTING target_link_libraries (${EXAMPLE}PRIVATE CMSISDSP) target_include_directories($
 
-

Function Documentation

- -
-
- - - - - - - - -
cmake_minimum_required (VERSION 3. 14)
-
- -
-
- -
-
- - - - - - - - -
configApp ( ${EXAMPLE})
-
- -
-
- -
-
- - - - - - - - -
Testing include (config )
-
- -
-
- -
-
- - - - - - - - -
PRIVATE SEMIHOSTING target_link_libraries ( ${EXAMPLE}PRIVATE)
-
- -
-
-
-
- - - - diff --git a/main/Source_2CMakeLists_8txt.html b/main/Source_2CMakeLists_8txt.html deleted file mode 100644 index e9668e3e..00000000 --- a/main/Source_2CMakeLists_8txt.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - -CMakeLists.txt File Reference -CMSIS-DSP: CMakeLists.txt File Reference - - - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-DSP -   - -
-
CMSIS DSP Software Library
-
-
- - - - -
-
- -
-
-
- -
- -
- All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
- - -
- -
- -
- -
-
CMakeLists.txt File Reference
-
-
- - - - - - - - -

-Functions

 cmake_minimum_required (VERSION 3.14) cmake_policy(SET CMP0077 NEW) project(CMSISDSP) SET(DSP $
 
 option (NEON"Neon acceleration"OFF) option(NEONEXPERIMENTAL"Neon experimental acceleration"OFF) option(HELIUMEXPERIMENTAL"Helium experimental acceleration"OFF) option(LOOPUNROLL"Loop unrolling"ON) option(ROUNDING"Rounding"OFF) option(MATRIXCHECK"Matrix Checks"OFF) option(HELIUM"Helium acceleration (MVEF and MVEI supported)"OFF) option(MVEF"MVEF intrinsics supported"OFF) option(MVEI"MVEI intrinsics supported"OFF) option(MVEFLOAT16"Float16 MVE intrinsics supported"OFF) option(DISABLEFLOAT16"Disable building float16 kernels"OFF) option(HOST"Build for host"OFF) option(AUTOVECTORIZE"Prefer autovectorizable code to one using C intrinsics"OFF) option(BASICMATH"Basic Math Functions"ON) option(COMPLEXMATH"Complex Math Functions"ON) option(CONTROLLER"Controller Functions"ON) option(FASTMATH"Fast Math Functions"ON) option(FILTERING"Filtering Functions"ON) option(MATRIX"Matrix Functions"ON) option(STATISTICS"Statistics Functions"ON) option(SUPPORT"Support Functions"ON) option(TRANSFORM"Transform Functions"ON) option(SVM"Support Vector Machine Functions"ON) option(BAYES"Bayesian Estimators"ON) option(DISTANCE"Distance Functions"ON) option(INTERPOLATION"Interpolation Functions"ON) option(QUATERNIONMATH"Quaternion Math Functions"ON) option(CONFIGTABLE"Configuration of table allowed"OFF) option(ALLFAST"All interpolation tables included"OFF) option(ALLFFT"All fft tables included"OFF) option(ARM_COS_F32"cos f32"OFF) option(ARM_COS_Q31"cos q31"OFF) option(ARM_COS_Q15"cos q15"OFF) option(ARM_SIN_F32"sin f32"OFF) option(ARM_SIN_Q31"sin q31"OFF) option(ARM_SIN_Q15"sin q15"OFF) option(ARM_SIN_COS_F32"sin cos f32"OFF) option(ARM_SIN_COS_Q31"sin cos q31"OFF) option(ARM_LMS_NORM_Q31"lms norm q31"OFF) option(ARM_LMS_NORM_Q15"lms norm q15"OFF) option(CFFT_F64_16"cfft f64 16"OFF) option(CFFT_F64_32"cfft f64 32"OFF) option(CFFT_F64_64"cfft f64 64"OFF) option(CFFT_F64_128"cfft f64 128"OFF) option(CFFT_F64_256"cfft f64 256"OFF) option(CFFT_F64_512"cfft f64 512"OFF) option(CFFT_F64_1024"cfft f64 1024"OFF) option(CFFT_F64_2048"cfft f64 2048"OFF) option(CFFT_F64_4096"cfft f64 4096"OFF) option(CFFT_F32_16"cfft f32 16"OFF) option(CFFT_F32_32"cfft f32 32"OFF) option(CFFT_F32_64"cfft f32 64"OFF) option(CFFT_F32_128"cfft f32 128"OFF) option(CFFT_F32_256"cfft f32 256"OFF) option(CFFT_F32_512"cfft f32 512"OFF) option(CFFT_F32_1024"cfft f32 1024"OFF) option(CFFT_F32_2048"cfft f32 2048"OFF) option(CFFT_F32_4096"cfft f32 4096"OFF) option(CFFT_Q31_16"cfft q31 16"OFF) option(CFFT_Q31_32"cfft q31 32"OFF) option(CFFT_Q31_64"cfft q31 64"OFF) option(CFFT_Q31_128"cfft q31 128"OFF) option(CFFT_Q31_256"cfft q31 256"OFF) option(CFFT_Q31_512"cfft q31 512"OFF) option(CFFT_Q31_1024"cfft q31 1024"OFF) option(CFFT_Q31_2048"cfft q31 2048"OFF) option(CFFT_Q31_4096"cfft q31 4096"OFF) option(CFFT_Q15_16"cfft q15 16"OFF) option(CFFT_Q15_32"cfft q15 32"OFF) option(CFFT_Q15_64"cfft q15 64"OFF) option(CFFT_Q15_128"cfft q15 128"OFF) option(CFFT_Q15_256"cfft q15 256"OFF) option(CFFT_Q15_512"cfft q15 512"OFF) option(CFFT_Q15_1024"cfft q15 1024"OFF) option(CFFT_Q15_2048"cfft q15 2048"OFF) option(CFFT_Q15_4096"cfft q15 4096"OFF) option(RFFT_FAST_F32_32"rfft fast f32 32"OFF) option(RFFT_FAST_F32_64"rfft fast f32 64"OFF) option(RFFT_FAST_F32_128"rfft fast f32 128"OFF) option(RFFT_FAST_F32_256"rfft fast f32 256"OFF) option(RFFT_FAST_F32_512"rfft fast f32 512"OFF) option(RFFT_FAST_F32_1024"rfft fast f32 1024"OFF) option(RFFT_FAST_F32_2048"rfft fast f32 2048"OFF) option(RFFT_FAST_F32_4096"rfft fast f32 4096"OFF) option(RFFT_F32_128"rfft f32 128"OFF) option(RFFT_F32_512"rfft f32 512"OFF) option(RFFT_F32_2048"rfft f32 2048"OFF) option(RFFT_F32_8192"rfft f32 8192"OFF) option(RFFT_FAST_F64_32"rfft fast f64 32"OFF) option(RFFT_FAST_F64_64"rfft fast f64 64"OFF) option(RFFT_FAST_F64_128"rfft fast f64 128"OFF) option(RFFT_FAST_F64_256"rfft fast f64 256"OFF) option(RFFT_FAST_F64_512"rfft fast f64 512"OFF) option(RFFT_FAST_F64_1024"rfft fast f64 1024"OFF) option(RFFT_FAST_F64_2048"rfft fast f64 2048"OFF) option(RFFT_FAST_F64_4096"rfft fast f64 4096"OFF) option(RFFT_F64_128"rfft f64 128"OFF) option(RFFT_F64_512"rfft f64 512"OFF) option(RFFT_F64_2048"rfft f64 2048"OFF) option(RFFT_F64_8192"rfft f64 8192"OFF) option(RFFT_FAST_F16_32"rfft fast f16 32"OFF) option(RFFT_FAST_F16_64"rfft fast f16 64"OFF) option(RFFT_FAST_F16_128"rfft fast f16 128"OFF) option(RFFT_FAST_F16_256"rfft fast f16 256"OFF) option(RFFT_FAST_F16_512"rfft fast f16 512"OFF) option(RFFT_FAST_F16_1024"rfft fast f16 1024"OFF) option(RFFT_FAST_F16_2048"rfft fast f16 2048"OFF) option(RFFT_FAST_F16_4096"rfft fast f16 4096"OFF) option(RFFT_Q31_32"rfft q31 32"OFF) option(RFFT_Q31_64"rfft q31 64"OFF) option(RFFT_Q31_128"rfft q31 128"OFF) option(RFFT_Q31_256"rfft q31 256"OFF) option(RFFT_Q31_512"rfft q31 512"OFF) option(RFFT_Q31_1024"rfft q31 1024"OFF) option(RFFT_Q31_2048"rfft q31 2048"OFF) option(RFFT_Q31_4096"rfft q31 4096"OFF) option(RFFT_Q31_8192"rfft q31 8192"OFF) option(RFFT_Q15_32"rfft q15 32"OFF) option(RFFT_Q15_64"rfft q15 64"OFF) option(RFFT_Q15_128"rfft q15 128"OFF) option(RFFT_Q15_256"rfft q15 256"OFF) option(RFFT_Q15_512"rfft q15 512"OFF) option(RFFT_Q15_1024"rfft q15 1024"OFF) option(RFFT_Q15_2048"rfft q15 2048"OFF) option(RFFT_Q15_4096"rfft q15 4096"OFF) option(RFFT_Q15_8192"rfft q15 8192"OFF) option(DCT4_F32_128"dct4 f32 128"OFF) option(DCT4_F32_512"dct4 f32 512"OFF) option(DCT4_F32_2048"dct4 f32 2048"OFF) option(DCT4_F32_8192"dct4 f32 8192"OFF) option(DCT4_Q31_128"dct4 q31 128"OFF) option(DCT4_Q31_512"dct4 q31 512"OFF) option(DCT4_Q31_2048"dct4 q31 2048"OFF) option(DCT4_Q31_8192"dct4 q31 8192"OFF) option(DCT4_Q15_128"dct4 q15 128"OFF) option(DCT4_Q15_512"dct4 q15 512"OFF) option(DCT4_Q15_2048"dct4 q15 2048"OFF) option(DCT4_Q15_8192"dct4 q15 8192"OFF) option(ARM_CFFT_RADIX2_Q15"deprecated q15 radix2 cfft"OFF) option(ARM_CFFT_RADIX4_Q15"deprecated q15 radix4 cfft"OFF) option(ARM_CFFT_RADIX2_Q31"deprecated q31 radix2 cfft"OFF) option(ARM_CFFT_RADIX4_Q31"deprecated q31 radix4 cfft"OFF) add_library(CMSISDSP STATIC) if(BASICMATH) include(BasicMathFunctions/Config.cmake) endif() if(COMPLEXMATH) include(ComplexMathFunctions/Config.cmake) endif() if(QUATERNIONMATH) include(QuaternionMathFunctions/Config.cmake) endif() if(CONTROLLER) include(ControllerFunctions/Config.cmake) if(CONFIGTABLE) target_compile_definitions(CMSISDSP PUBLIC ARM_FAST_ALLOW_TABLES) endif() endif() if(FASTMATH) include(FastMathFunctions/Config.cmake) if(CONFIGTABLE) target_compile_definitions(CMSISDSP PUBLIC ARM_FAST_ALLOW_TABLES) endif() endif() if(FILTERING) include(FilteringFunctions/Config.cmake) if(CONFIGTABLE) target_compile_definitions(CMSISDSP PUBLIC ARM_FAST_ALLOW_TABLES) endif() endif() if(MATRIX) include(MatrixFunctions/Config.cmake) endif() if(STATISTICS) include(StatisticsFunctions/Config.cmake) endif() if(SUPPORT) include(SupportFunctions/Config.cmake) endif() if(TRANSFORM) include(TransformFunctions/Config.cmake) if(CONFIGTABLE) target_compile_definitions(CMSISDSP PUBLIC ARM_FFT_ALLOW_TABLES) endif() endif() if(FILTERING OR CONTROLLER OR FASTMATH OR TRANSFORM OR SVM OR DISTANCE) include(CommonTables/Config.cmake) if(TRANSFORM) if(CONFIGTABLE) target_compile_definitions(CMSISDSP PUBLIC ARM_FFT_ALLOW_TABLES) endif() endif() if(FILTERING OR CONTROLLER OR FASTMATH) if(CONFIGTABLE) target_compile_definitions(CMSISDSP PUBLIC ARM_FAST_ALLOW_TABLES) endif() endif() endif() if(SVM) include(SVMFunctions/Config.cmake) endif() if(BAYES) include(BayesFunctions/Config.cmake) endif() if(DISTANCE) include(DistanceFunctions/Config.cmake) endif() if(INTERPOLATION) include(InterpolationFunctions/Config.cmake) endif() target_include_directories(CMSISDSP PUBLIC"$
 
Include if (DEFINED CMSISCORE) target_include_directories(CMSISDSP PUBLIC"$
 
-

Function Documentation

- -
-
- - - - - - - - -
cmake_minimum_required (VERSION 3. 14)
-
- -
-
- -
-
- - - - - - - - -
Include if (DEFINED CMSISCORE)
-
- -
-
- -
-
- - - - - - - - -
option (NEON"Neon acceleration" OFF)
-
- -
-
-
-
- - - - diff --git a/main/footer.js b/main/footer.js index 98882d4f..44fbf166 100644 --- a/main/footer.js +++ b/main/footer.js @@ -1,7 +1,7 @@ function writeHeader() { - document.write('Version 1.10.2-dev1'); + document.write('Version 1.10.2-dev2'); }; function writeFooter() { - document.write('Generated on Tue Jul 5 2022 09:59:00 for CMSIS-DSP 1.10.2-dev1+gf69e2d4. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.'); + document.write('Generated on Fri Jul 8 2022 07:00:35 for CMSIS-DSP 1.10.2-dev2+g65cf625. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.'); }; diff --git a/main/globals_c.html b/main/globals_c.html index eb9c6cef..5c8ff708 100644 --- a/main/globals_c.html +++ b/main/globals_c.html @@ -572,8 +572,8 @@ $(document).ready(function(){initNavTree('globals_c.html','');}); , arm_cmplx_conj_f32.c
  • arm_cmplx_conj_q15() -: arm_cmplx_conj_q15.c -, complex_math_functions.h +: complex_math_functions.h +, arm_cmplx_conj_q15.c
  • arm_cmplx_conj_q31() : complex_math_functions.h @@ -588,24 +588,24 @@ $(document).ready(function(){initNavTree('globals_c.html','');}); , arm_cmplx_dot_prod_f32.c
  • arm_cmplx_dot_prod_q15() -: complex_math_functions.h -, arm_cmplx_dot_prod_q15.c +: arm_cmplx_dot_prod_q15.c +, complex_math_functions.h
  • arm_cmplx_dot_prod_q31() : complex_math_functions.h , arm_cmplx_dot_prod_q31.c
  • arm_cmplx_mag_f16() -: complex_math_functions_f16.h -, arm_cmplx_mag_f16.c +: arm_cmplx_mag_f16.c +, complex_math_functions_f16.h
  • arm_cmplx_mag_f32() : complex_math_functions.h , arm_cmplx_mag_f32.c
  • arm_cmplx_mag_f64() -: complex_math_functions.h -, arm_cmplx_mag_f64.c +: arm_cmplx_mag_f64.c +, complex_math_functions.h
  • arm_cmplx_mag_fast_q15() : complex_math_functions.h @@ -620,16 +620,16 @@ $(document).ready(function(){initNavTree('globals_c.html','');}); , arm_cmplx_mag_q31.c
  • arm_cmplx_mag_squared_f16() -: complex_math_functions_f16.h -, arm_cmplx_mag_squared_f16.c +: arm_cmplx_mag_squared_f16.c +, complex_math_functions_f16.h
  • arm_cmplx_mag_squared_f32() : complex_math_functions.h , arm_cmplx_mag_squared_f32.c
  • arm_cmplx_mag_squared_f64() -: complex_math_functions.h -, arm_cmplx_mag_squared_f64.c +: arm_cmplx_mag_squared_f64.c +, complex_math_functions.h
  • arm_cmplx_mag_squared_q15() : complex_math_functions.h @@ -652,16 +652,16 @@ $(document).ready(function(){initNavTree('globals_c.html','');}); , arm_cmplx_mult_cmplx_f64.c
  • arm_cmplx_mult_cmplx_q15() -: arm_cmplx_mult_cmplx_q15.c -, complex_math_functions.h +: complex_math_functions.h +, arm_cmplx_mult_cmplx_q15.c
  • arm_cmplx_mult_cmplx_q31() : complex_math_functions.h , arm_cmplx_mult_cmplx_q31.c
  • arm_cmplx_mult_real_f16() -: arm_cmplx_mult_real_f16.c -, complex_math_functions_f16.h +: complex_math_functions_f16.h +, arm_cmplx_mult_real_f16.c
  • arm_cmplx_mult_real_f32() : complex_math_functions.h @@ -676,32 +676,32 @@ $(document).ready(function(){initNavTree('globals_c.html','');}); , arm_cmplx_mult_real_q31.c
  • arm_compare_fixed_q15() -: arm_graphic_equalizer_example/math_helper.h +: arm_fir_example/math_helper.h +, arm_graphic_equalizer_example/math_helper.c +, arm_convolution_example/math_helper.c , arm_convolution_example/math_helper.h , arm_fir_example/math_helper.c -, arm_convolution_example/math_helper.c -, arm_fir_example/math_helper.h -, arm_graphic_equalizer_example/math_helper.c , arm_linear_interp_example/math_helper.c -, arm_matrix_example/math_helper.c +, arm_graphic_equalizer_example/math_helper.h , arm_linear_interp_example/math_helper.h -, arm_signal_converge_example/math_helper.h , arm_matrix_example/math_helper.h , arm_signal_converge_example/math_helper.c +, arm_matrix_example/math_helper.c +, arm_signal_converge_example/math_helper.h
  • arm_compare_fixed_q31() -: arm_linear_interp_example/math_helper.c -, arm_convolution_example/math_helper.c +: arm_linear_interp_example/math_helper.h , arm_convolution_example/math_helper.h , arm_fir_example/math_helper.c -, arm_graphic_equalizer_example/math_helper.c -, arm_matrix_example/math_helper.c -, arm_signal_converge_example/math_helper.c +, arm_fir_example/math_helper.h , arm_graphic_equalizer_example/math_helper.h , arm_matrix_example/math_helper.h -, arm_linear_interp_example/math_helper.h , arm_signal_converge_example/math_helper.h -, arm_fir_example/math_helper.h +, arm_convolution_example/math_helper.c +, arm_matrix_example/math_helper.c +, arm_graphic_equalizer_example/math_helper.c +, arm_linear_interp_example/math_helper.c +, arm_signal_converge_example/math_helper.c
  • arm_conv_f32() : filtering_functions.h @@ -720,8 +720,8 @@ $(document).ready(function(){initNavTree('globals_c.html','');}); , arm_conv_fast_q31.c
  • arm_conv_opt_q15() -: arm_conv_opt_q15.c -, filtering_functions.h +: filtering_functions.h +, arm_conv_opt_q15.c
  • arm_conv_opt_q7() : filtering_functions.h @@ -752,8 +752,8 @@ $(document).ready(function(){initNavTree('globals_c.html','');}); , arm_conv_partial_opt_q7.c
  • arm_conv_partial_q15() -: arm_conv_partial_q15.c -, filtering_functions.h +: filtering_functions.h +, arm_conv_partial_q15.c
  • arm_conv_partial_q31() : filtering_functions.h @@ -764,24 +764,24 @@ $(document).ready(function(){initNavTree('globals_c.html','');}); , arm_conv_partial_q7.c
  • arm_conv_q15() -: filtering_functions.h -, arm_conv_q15.c +: arm_conv_q15.c +, filtering_functions.h
  • arm_conv_q31() : filtering_functions.h , arm_conv_q31.c
  • arm_conv_q7() -: filtering_functions.h -, arm_conv_q7.c +: arm_conv_q7.c +, filtering_functions.h
  • arm_copy_f16() -: arm_copy_f16.c -, support_functions_f16.h +: support_functions_f16.h +, arm_copy_f16.c
  • arm_copy_f32() -: support_functions.h -, arm_copy_f32.c +: arm_copy_f32.c +, support_functions.h
  • arm_copy_f64() : arm_copy_f64.c @@ -792,8 +792,8 @@ $(document).ready(function(){initNavTree('globals_c.html','');}); , support_functions.h
  • arm_copy_q31() -: support_functions.h -, arm_copy_q31.c +: arm_copy_q31.c +, support_functions.h
  • arm_copy_q7() : arm_copy_q7.c @@ -804,24 +804,24 @@ $(document).ready(function(){initNavTree('globals_c.html','');}); , arm_correlate_f16.c
  • arm_correlate_f32() -: arm_correlate_f32.c -, filtering_functions.h +: filtering_functions.h +, arm_correlate_f32.c
  • arm_correlate_f64() -: arm_correlate_f64.c -, filtering_functions.h +: filtering_functions.h +, arm_correlate_f64.c
  • arm_correlate_fast_opt_q15() : filtering_functions.h , arm_correlate_fast_opt_q15.c
  • arm_correlate_fast_q15() -: filtering_functions.h -, arm_correlate_fast_q15.c +: arm_correlate_fast_q15.c +, filtering_functions.h
  • arm_correlate_fast_q31() -: arm_correlate_fast_q31.c -, filtering_functions.h +: filtering_functions.h +, arm_correlate_fast_q31.c
  • arm_correlate_opt_q15() : arm_correlate_opt_q15.c @@ -836,12 +836,12 @@ $(document).ready(function(){initNavTree('globals_c.html','');}); , arm_correlate_q15.c
  • arm_correlate_q31() -: arm_correlate_q31.c -, filtering_functions.h +: filtering_functions.h +, arm_correlate_q31.c
  • arm_correlate_q7() -: arm_correlate_q7.c -, filtering_functions.h +: filtering_functions.h +, arm_correlate_q7.c
  • arm_correlation_distance_f16() : distance_functions_f16.h @@ -861,12 +861,12 @@ $(document).ready(function(){initNavTree('globals_c.html','');}); : fast_math_functions.h
  • arm_cosine_distance_f16() -: arm_cosine_distance_f16.c -, distance_functions_f16.h +: distance_functions_f16.h +, arm_cosine_distance_f16.c
  • arm_cosine_distance_f32() -: arm_cosine_distance_f32.c -, distance_functions.h +: distance_functions.h +, arm_cosine_distance_f32.c
  • arm_cosine_distance_f64() : arm_cosine_distance_f64.c @@ -891,8 +891,7 @@ $(document).ready(function(){initNavTree('globals_c.html','');}); : none.h
  • cmake_minimum_required() -: Examples/ARM/CMakeLists.txt -, Source/CMakeLists.txt +: CMakeLists.txt
  • CMPLX_DIM : arm_math_types.h @@ -900,9 +899,6 @@ $(document).ready(function(){initNavTree('globals_c.html','');});
  • coeffTable : arm_graphic_equalizer_example_q31.c
  • -
  • configApp() -: Examples/ARM/CMakeLists.txt -
  • CONTROLLER_Q31_SHIFT : controller_functions.h
  • @@ -911,12 +907,12 @@ $(document).ready(function(){initNavTree('globals_c.html','');}); , arm_common_tables.c
  • cos_factors_2048 -: arm_common_tables.c -, arm_common_tables.h +: arm_common_tables.h +, arm_common_tables.c
  • cos_factors_512 -: arm_common_tables.c -, arm_common_tables.h +: arm_common_tables.h +, arm_common_tables.c
  • cos_factors_8192 : arm_common_tables.c @@ -931,28 +927,28 @@ $(document).ready(function(){initNavTree('globals_c.html','');}); , arm_common_tables.c
  • cos_factorsQ15_512 -: arm_common_tables.c -, arm_common_tables.h +: arm_common_tables.h +, arm_common_tables.c
  • cos_factorsQ15_8192 -: arm_common_tables.h -, arm_common_tables.c +: arm_common_tables.c +, arm_common_tables.h
  • cos_factorsQ31_128 : arm_common_tables.c , arm_common_tables.h
  • cos_factorsQ31_2048 -: arm_common_tables.h -, arm_common_tables.c +: arm_common_tables.c +, arm_common_tables.h
  • cos_factorsQ31_512 -: arm_common_tables.c -, arm_common_tables.h +: arm_common_tables.h +, arm_common_tables.c
  • cos_factorsQ31_8192 -: arm_common_tables.c -, arm_common_tables.h +: arm_common_tables.h +, arm_common_tables.c
  • cosOutput : arm_sin_cos_example_f32.c diff --git a/main/globals_func_c.html b/main/globals_func_c.html index 29934be1..61c394d0 100644 --- a/main/globals_func_c.html +++ b/main/globals_func_c.html @@ -387,8 +387,8 @@ $(document).ready(function(){initNavTree('globals_func_c.html','');}); , arm_cmplx_conj_f16.c
  • arm_cmplx_conj_f32() -: complex_math_functions.h -, arm_cmplx_conj_f32.c +: arm_cmplx_conj_f32.c +, complex_math_functions.h
  • arm_cmplx_conj_q15() : complex_math_functions.h @@ -439,16 +439,16 @@ $(document).ready(function(){initNavTree('globals_func_c.html','');}); , arm_cmplx_mag_q31.c
  • arm_cmplx_mag_squared_f16() -: arm_cmplx_mag_squared_f16.c -, complex_math_functions_f16.h +: complex_math_functions_f16.h +, arm_cmplx_mag_squared_f16.c
  • arm_cmplx_mag_squared_f32() : complex_math_functions.h , arm_cmplx_mag_squared_f32.c
  • arm_cmplx_mag_squared_f64() -: arm_cmplx_mag_squared_f64.c -, complex_math_functions.h +: complex_math_functions.h +, arm_cmplx_mag_squared_f64.c
  • arm_cmplx_mag_squared_q15() : complex_math_functions.h @@ -463,8 +463,8 @@ $(document).ready(function(){initNavTree('globals_func_c.html','');}); , arm_cmplx_mult_cmplx_f16.c
  • arm_cmplx_mult_cmplx_f32() -: arm_cmplx_mult_cmplx_f32.c -, complex_math_functions.h +: complex_math_functions.h +, arm_cmplx_mult_cmplx_f32.c
  • arm_cmplx_mult_cmplx_f64() : complex_math_functions.h @@ -475,16 +475,16 @@ $(document).ready(function(){initNavTree('globals_func_c.html','');}); , arm_cmplx_mult_cmplx_q15.c
  • arm_cmplx_mult_cmplx_q31() -: complex_math_functions.h -, arm_cmplx_mult_cmplx_q31.c +: arm_cmplx_mult_cmplx_q31.c +, complex_math_functions.h
  • arm_cmplx_mult_real_f16() : complex_math_functions_f16.h , arm_cmplx_mult_real_f16.c
  • arm_cmplx_mult_real_f32() -: complex_math_functions.h -, arm_cmplx_mult_real_f32.c +: arm_cmplx_mult_real_f32.c +, complex_math_functions.h
  • arm_cmplx_mult_real_q15() : complex_math_functions.h @@ -496,31 +496,31 @@ $(document).ready(function(){initNavTree('globals_func_c.html','');});
  • arm_compare_fixed_q15() : arm_convolution_example/math_helper.c -, arm_fir_example/math_helper.c +, arm_convolution_example/math_helper.h , arm_fir_example/math_helper.h , arm_graphic_equalizer_example/math_helper.c -, arm_linear_interp_example/math_helper.c +, arm_graphic_equalizer_example/math_helper.h , arm_linear_interp_example/math_helper.h , arm_matrix_example/math_helper.c -, arm_signal_converge_example/math_helper.c -, arm_signal_converge_example/math_helper.h , arm_matrix_example/math_helper.h -, arm_graphic_equalizer_example/math_helper.h -, arm_convolution_example/math_helper.h +, arm_signal_converge_example/math_helper.h +, arm_signal_converge_example/math_helper.c +, arm_linear_interp_example/math_helper.c +, arm_fir_example/math_helper.c
  • arm_compare_fixed_q31() -: arm_matrix_example/math_helper.h +: arm_fir_example/math_helper.c +, arm_matrix_example/math_helper.c , arm_graphic_equalizer_example/math_helper.h -, arm_linear_interp_example/math_helper.h -, arm_convolution_example/math_helper.h +, arm_linear_interp_example/math_helper.c , arm_convolution_example/math_helper.c -, arm_fir_example/math_helper.c +, arm_convolution_example/math_helper.h , arm_fir_example/math_helper.h , arm_graphic_equalizer_example/math_helper.c -, arm_linear_interp_example/math_helper.c -, arm_matrix_example/math_helper.c -, arm_signal_converge_example/math_helper.c +, arm_linear_interp_example/math_helper.h +, arm_matrix_example/math_helper.h , arm_signal_converge_example/math_helper.h +, arm_signal_converge_example/math_helper.c
  • arm_conv_f32() : filtering_functions.h @@ -539,8 +539,8 @@ $(document).ready(function(){initNavTree('globals_func_c.html','');}); , arm_conv_fast_q31.c
  • arm_conv_opt_q15() -: filtering_functions.h -, arm_conv_opt_q15.c +: arm_conv_opt_q15.c +, filtering_functions.h
  • arm_conv_opt_q7() : filtering_functions.h @@ -551,8 +551,8 @@ $(document).ready(function(){initNavTree('globals_func_c.html','');}); , arm_conv_partial_f32.c
  • arm_conv_partial_fast_opt_q15() -: arm_conv_partial_fast_opt_q15.c -, filtering_functions.h +: filtering_functions.h +, arm_conv_partial_fast_opt_q15.c
  • arm_conv_partial_fast_q15() : filtering_functions.h @@ -563,16 +563,16 @@ $(document).ready(function(){initNavTree('globals_func_c.html','');}); , arm_conv_partial_fast_q31.c
  • arm_conv_partial_opt_q15() -: filtering_functions.h -, arm_conv_partial_opt_q15.c +: arm_conv_partial_opt_q15.c +, filtering_functions.h
  • arm_conv_partial_opt_q7() : filtering_functions.h , arm_conv_partial_opt_q7.c
  • arm_conv_partial_q15() -: arm_conv_partial_q15.c -, filtering_functions.h +: filtering_functions.h +, arm_conv_partial_q15.c
  • arm_conv_partial_q31() : arm_conv_partial_q31.c @@ -591,12 +591,12 @@ $(document).ready(function(){initNavTree('globals_func_c.html','');}); , arm_conv_q31.c
  • arm_conv_q7() -: arm_conv_q7.c -, filtering_functions.h +: filtering_functions.h +, arm_conv_q7.c
  • arm_copy_f16() -: support_functions_f16.h -, arm_copy_f16.c +: arm_copy_f16.c +, support_functions_f16.h
  • arm_copy_f32() : support_functions.h @@ -607,12 +607,12 @@ $(document).ready(function(){initNavTree('globals_func_c.html','');}); , arm_copy_f64.c
  • arm_copy_q15() -: arm_copy_q15.c -, support_functions.h +: support_functions.h +, arm_copy_q15.c
  • arm_copy_q31() -: support_functions.h -, arm_copy_q31.c +: arm_copy_q31.c +, support_functions.h
  • arm_copy_q7() : support_functions.h @@ -623,8 +623,8 @@ $(document).ready(function(){initNavTree('globals_func_c.html','');}); , filtering_functions_f16.h
  • arm_correlate_f32() -: filtering_functions.h -, arm_correlate_f32.c +: arm_correlate_f32.c +, filtering_functions.h
  • arm_correlate_f64() : filtering_functions.h @@ -643,8 +643,8 @@ $(document).ready(function(){initNavTree('globals_func_c.html','');}); , filtering_functions.h
  • arm_correlate_opt_q15() -: filtering_functions.h -, arm_correlate_opt_q15.c +: arm_correlate_opt_q15.c +, filtering_functions.h
  • arm_correlate_opt_q7() : filtering_functions.h @@ -655,16 +655,16 @@ $(document).ready(function(){initNavTree('globals_func_c.html','');}); , filtering_functions.h
  • arm_correlate_q31() -: filtering_functions.h -, arm_correlate_q31.c +: arm_correlate_q31.c +, filtering_functions.h
  • arm_correlate_q7() -: arm_correlate_q7.c -, filtering_functions.h +: filtering_functions.h +, arm_correlate_q7.c
  • arm_correlation_distance_f16() -: distance_functions_f16.h -, arm_correlation_distance_f16.c +: arm_correlation_distance_f16.c +, distance_functions_f16.h
  • arm_correlation_distance_f32() : distance_functions.h @@ -680,8 +680,8 @@ $(document).ready(function(){initNavTree('globals_func_c.html','');}); : fast_math_functions.h
  • arm_cosine_distance_f16() -: distance_functions_f16.h -, arm_cosine_distance_f16.c +: arm_cosine_distance_f16.c +, distance_functions_f16.h
  • arm_cosine_distance_f32() : distance_functions.h @@ -704,11 +704,7 @@ $(document).ready(function(){initNavTree('globals_func_c.html','');}); : none.h
  • cmake_minimum_required() -: Source/CMakeLists.txt -, Examples/ARM/CMakeLists.txt -
  • -
  • configApp() -: Examples/ARM/CMakeLists.txt +: CMakeLists.txt
  • diff --git a/main/globals_func_i.html b/main/globals_func_i.html index d2e94401..e2461a80 100644 --- a/main/globals_func_i.html +++ b/main/globals_func_i.html @@ -166,12 +166,12 @@ $(document).ready(function(){initNavTree('globals_func_i.html','');}); , arm_iir_lattice_init_q31.c
  • arm_iir_lattice_q15() -: filtering_functions.h -, arm_iir_lattice_q15.c +: arm_iir_lattice_q15.c +, filtering_functions.h
  • arm_iir_lattice_q31() -: filtering_functions.h -, arm_iir_lattice_q31.c +: arm_iir_lattice_q31.c +, filtering_functions.h
  • arm_inv_clarke_f32() : controller_functions.h @@ -186,10 +186,7 @@ $(document).ready(function(){initNavTree('globals_func_i.html','');}); : controller_functions.h
  • if() -: Source/CMakeLists.txt -
  • -
  • include() -: Examples/ARM/CMakeLists.txt +: CMakeLists.txt
  • diff --git a/main/globals_func_o.html b/main/globals_func_o.html index a5b0b8df..0ec4af60 100644 --- a/main/globals_func_o.html +++ b/main/globals_func_o.html @@ -186,7 +186,7 @@ $(document).ready(function(){initNavTree('globals_func_o.html','');}); , basic_math_functions.h
  • option() -: Source/CMakeLists.txt +: CMakeLists.txt
  • diff --git a/main/globals_func_t.html b/main/globals_func_t.html index 61a75acf..ee361ece 100644 --- a/main/globals_func_t.html +++ b/main/globals_func_t.html @@ -155,9 +155,6 @@ $(document).ready(function(){initNavTree('globals_func_t.html','');});
  • arm_typecast_s16_f16() : support_functions_f16.h
  • -
  • target_link_libraries() -: Examples/ARM/CMakeLists.txt -
  • test_signal_converge() : arm_signal_converge_example_f32.c
  • diff --git a/main/globals_i.html b/main/globals_i.html index 0c1e35d6..16bf2f53 100644 --- a/main/globals_i.html +++ b/main/globals_i.html @@ -187,14 +187,11 @@ $(document).ready(function(){initNavTree('globals_i.html','');}); : controller_functions.h
  • if() -: Source/CMakeLists.txt +: CMakeLists.txt
  • ifftFlag : arm_fft_bin_example_f32.c
  • -
  • include() -: Examples/ARM/CMakeLists.txt -
  • INDEX_MASK : utils.h
  • diff --git a/main/globals_n.html b/main/globals_n.html index a784cdde..270a105d 100644 --- a/main/globals_n.html +++ b/main/globals_n.html @@ -228,12 +228,12 @@ $(document).ready(function(){initNavTree('globals_n.html','');});
  • NUMSTUDENTS : arm_class_marks_example_f32.c
  • -
  • NUMSUBJECTS -: arm_class_marks_example_f32.c -
  • numSubjects : arm_class_marks_example_f32.c
  • +
  • NUMSUBJECTS +: arm_class_marks_example_f32.c +
  • NUMTAPS : arm_signal_converge_example_f32.c
  • diff --git a/main/globals_o.html b/main/globals_o.html index d7b50f27..d6806973 100644 --- a/main/globals_o.html +++ b/main/globals_o.html @@ -193,7 +193,7 @@ $(document).ready(function(){initNavTree('globals_o.html','');}); : arm_levinson_durbin_q31.c
  • option() -: Source/CMakeLists.txt +: CMakeLists.txt
  • outLen : arm_convolution_example_f32.c diff --git a/main/globals_t.html b/main/globals_t.html index c664f901..06af17e5 100644 --- a/main/globals_t.html +++ b/main/globals_t.html @@ -156,30 +156,27 @@ $(document).ready(function(){initNavTree('globals_t.html','');});
  • arm_typecast_s16_f16() : support_functions_f16.h
  • -
  • target_link_libraries() -: Examples/ARM/CMakeLists.txt -
  • targets -: arm_convolution_example/Abstract.txt -, arm_graphic_equalizer_example/Abstract.txt +: arm_dotproduct_example/Abstract.txt , arm_linear_interp_example/Abstract.txt , arm_matrix_example/Abstract.txt , arm_bayes_example/Abstract.txt -, arm_dotproduct_example/Abstract.txt , arm_signal_converge_example/Abstract.txt , arm_class_marks_example/Abstract.txt , arm_fft_bin_example/Abstract.txt , arm_sin_cos_example/Abstract.txt -, arm_svm_example/Abstract.txt +, arm_convolution_example/Abstract.txt , arm_fir_example/Abstract.txt +, arm_svm_example/Abstract.txt , arm_variance_example/Abstract.txt +, arm_graphic_equalizer_example/Abstract.txt
  • TEST_LENGTH_SAMPLES -: arm_fft_bin_example_f32.c -, arm_fir_example_f32.c +: arm_fir_example_f32.c , arm_linear_interp_example_f32.c , arm_signal_converge_example_f32.c , arm_class_marks_example_f32.c +, arm_fft_bin_example_f32.c
  • test_signal_converge() : arm_signal_converge_example_f32.c @@ -203,8 +200,8 @@ $(document).ready(function(){initNavTree('globals_t.html','');}); , arm_fft_bin_example_f32.c
  • testInput_f32_1kHz_15kHz -: arm_fir_example_f32.c -, arm_fir_data.c +: arm_fir_data.c +, arm_fir_example_f32.c
  • testInputA_f32 : arm_convolution_example_f32.c @@ -276,8 +273,8 @@ $(document).ready(function(){initNavTree('globals_t.html','');}); , arm_common_tables.c
  • twiddleCoef_16_q15 -: arm_common_tables.h -, arm_common_tables.c +: arm_common_tables.c +, arm_common_tables.h
  • twiddleCoef_16_q31 : arm_common_tables.h @@ -352,24 +349,24 @@ $(document).ready(function(){initNavTree('globals_t.html','');}); , arm_common_tables.c
  • twiddleCoef_64_q31 -: arm_common_tables.c -, arm_common_tables.h +: arm_common_tables.h +, arm_common_tables.c
  • twiddleCoef_rfft_1024 : arm_common_tables.h , arm_common_tables.c
  • twiddleCoef_rfft_128 -: arm_common_tables.c -, arm_common_tables.h +: arm_common_tables.h +, arm_common_tables.c
  • twiddleCoef_rfft_2048 : arm_common_tables.h , arm_common_tables.c
  • twiddleCoef_rfft_256 -: arm_common_tables.c -, arm_common_tables.h +: arm_common_tables.h +, arm_common_tables.c
  • twiddleCoef_rfft_32 : arm_common_tables.h @@ -384,8 +381,8 @@ $(document).ready(function(){initNavTree('globals_t.html','');}); , arm_common_tables.c
  • twiddleCoef_rfft_64 -: arm_common_tables.c -, arm_common_tables.h +: arm_common_tables.h +, arm_common_tables.c
  • twiddleCoefF16 : arm_common_tables_f16.h @@ -395,24 +392,24 @@ $(document).ready(function(){initNavTree('globals_t.html','');}); , arm_common_tables_f16.c
  • twiddleCoefF16_128 -: arm_common_tables_f16.h -, arm_common_tables_f16.c +: arm_common_tables_f16.c +, arm_common_tables_f16.h
  • twiddleCoefF16_16 : arm_common_tables_f16.h , arm_common_tables_f16.c
  • twiddleCoefF16_2048 -: arm_common_tables_f16.h -, arm_common_tables_f16.c +: arm_common_tables_f16.c +, arm_common_tables_f16.h
  • twiddleCoefF16_256 -: arm_common_tables_f16.c -, arm_common_tables_f16.h +: arm_common_tables_f16.h +, arm_common_tables_f16.c
  • twiddleCoefF16_32 -: arm_common_tables_f16.c -, arm_common_tables_f16.h +: arm_common_tables_f16.h +, arm_common_tables_f16.c
  • twiddleCoefF16_4096 : arm_common_tables_f16.h @@ -427,40 +424,40 @@ $(document).ready(function(){initNavTree('globals_t.html','');}); , arm_common_tables_f16.c
  • twiddleCoefF16_rfft_1024 -: arm_common_tables_f16.c -, arm_common_tables_f16.h +: arm_common_tables_f16.h +, arm_common_tables_f16.c
  • twiddleCoefF16_rfft_128 -: arm_common_tables_f16.c -, arm_common_tables_f16.h +: arm_common_tables_f16.h +, arm_common_tables_f16.c
  • twiddleCoefF16_rfft_2048 -: arm_common_tables_f16.c -, arm_common_tables_f16.h +: arm_common_tables_f16.h +, arm_common_tables_f16.c
  • twiddleCoefF16_rfft_256 -: arm_common_tables_f16.c -, arm_common_tables_f16.h +: arm_common_tables_f16.h +, arm_common_tables_f16.c
  • twiddleCoefF16_rfft_32 -: arm_common_tables_f16.c -, arm_common_tables_f16.h +: arm_common_tables_f16.h +, arm_common_tables_f16.c
  • twiddleCoefF16_rfft_4096 -: arm_common_tables_f16.c -, arm_common_tables_f16.h +: arm_common_tables_f16.h +, arm_common_tables_f16.c
  • twiddleCoefF16_rfft_512 -: arm_common_tables_f16.c -, arm_common_tables_f16.h +: arm_common_tables_f16.h +, arm_common_tables_f16.c
  • twiddleCoefF16_rfft_64 : arm_common_tables_f16.h , arm_common_tables_f16.c
  • twiddleCoefF64_1024 -: arm_common_tables.c -, arm_common_tables.h +: arm_common_tables.h +, arm_common_tables.c
  • twiddleCoefF64_128 : arm_common_tables.h @@ -471,12 +468,12 @@ $(document).ready(function(){initNavTree('globals_t.html','');}); , arm_common_tables.c
  • twiddleCoefF64_2048 -: arm_common_tables.c -, arm_common_tables.h +: arm_common_tables.h +, arm_common_tables.c
  • twiddleCoefF64_256 -: arm_common_tables.c -, arm_common_tables.h +: arm_common_tables.h +, arm_common_tables.c
  • twiddleCoefF64_32 : arm_common_tables.h @@ -487,20 +484,20 @@ $(document).ready(function(){initNavTree('globals_t.html','');}); , arm_common_tables.h
  • twiddleCoefF64_512 -: arm_common_tables.c -, arm_common_tables.h +: arm_common_tables.h +, arm_common_tables.c
  • twiddleCoefF64_64 -: arm_common_tables.c -, arm_common_tables.h +: arm_common_tables.h +, arm_common_tables.c
  • twiddleCoefF64_rfft_1024 : arm_common_tables.c , arm_common_tables.h
  • twiddleCoefF64_rfft_128 -: arm_common_tables.h -, arm_common_tables.c +: arm_common_tables.c +, arm_common_tables.h
  • twiddleCoefF64_rfft_2048 : arm_common_tables.c @@ -511,12 +508,12 @@ $(document).ready(function(){initNavTree('globals_t.html','');}); , arm_common_tables.c
  • twiddleCoefF64_rfft_32 -: arm_common_tables.c -, arm_common_tables.h +: arm_common_tables.h +, arm_common_tables.c
  • twiddleCoefF64_rfft_4096 -: arm_common_tables.c -, arm_common_tables.h +: arm_common_tables.h +, arm_common_tables.c
  • twiddleCoefF64_rfft_512 : arm_common_tables.h diff --git a/main/search/all_13.js b/main/search/all_13.js index 6073823c..630ff0fa 100644 --- a/main/search/all_13.js +++ b/main/search/all_13.js @@ -1,6 +1,5 @@ var searchData= [ - ['cmakelists_2etxt',['CMakeLists.txt',['../Source_2CMakeLists_8txt.html',1,'']]], ['statistics_20functions',['Statistics Functions',['../group__groupStats.html',1,'']]], ['support_20functions',['Support Functions',['../group__groupSupport.html',1,'']]], ['svm_20functions',['SVM Functions',['../group__groupSVM.html',1,'']]], diff --git a/main/search/all_14.js b/main/search/all_14.js index c1b7512a..a197c6c4 100644 --- a/main/search/all_14.js +++ b/main/search/all_14.js @@ -1,7 +1,6 @@ var searchData= [ ['transform_20functions',['Transform Functions',['../group__groupTransforms.html',1,'']]], - ['target_5flink_5flibraries',['target_link_libraries',['../Examples_2ARM_2CMakeLists_8txt.html#a5cceb95497726046173354c1e9be5a6f',1,'CMakeLists.txt']]], ['targets',['targets',['../arm__bayes__example_2Abstract_8txt.html#ada5de57972c4ea5d7dc1494321a14eb3',1,'targets(): Abstract.txt'],['../arm__class__marks__example_2Abstract_8txt.html#ada5de57972c4ea5d7dc1494321a14eb3',1,'targets(): Abstract.txt'],['../arm__convolution__example_2Abstract_8txt.html#a8cd9e022a1c0f15a1dd79a5c56812e44',1,'targets(): Abstract.txt'],['../arm__dotproduct__example_2Abstract_8txt.html#a1441b152479c384c547b129d05c501f6',1,'targets(): Abstract.txt'],['../arm__fft__bin__example_2Abstract_8txt.html#aaa828ad8d262359bb807a537769268b0',1,'targets(): Abstract.txt'],['../arm__fir__example_2Abstract_8txt.html#afccbe9d2f0b1ba1fcaefabde05307354',1,'targets(): Abstract.txt'],['../arm__graphic__equalizer__example_2Abstract_8txt.html#ae16b3ad3d7bca938bd023c98c16b5999',1,'targets(): Abstract.txt'],['../arm__linear__interp__example_2Abstract_8txt.html#a2cc1775b1ba5c9102edcb71229a34120',1,'targets(): Abstract.txt'],['../arm__matrix__example_2Abstract_8txt.html#a79a0bcce5c0de95bc2c993522ddd88ab',1,'targets(): Abstract.txt'],['../arm__signal__converge__example_2Abstract_8txt.html#addfce59fa29842f9ff7ba8372b0f0dac',1,'targets(): Abstract.txt'],['../arm__sin__cos__example_2Abstract_8txt.html#a11be57e10ec64cee035e84710aa14d2f',1,'targets(): Abstract.txt'],['../arm__svm__example_2Abstract_8txt.html#aa432f68207a327fff5d4d2be834ed919',1,'targets(): Abstract.txt'],['../arm__variance__example_2Abstract_8txt.html#a45e74cc9d408da0142803febef591485',1,'targets(): Abstract.txt']]], ['test1',['test1',['../namespacetrain.html#ab93db430d74f5d529799f9dae465e7d3',1,'train']]], ['test2',['test2',['../namespacetrain.html#a85ad095b05ea3563950747d52c96b183',1,'train']]], diff --git a/main/search/all_3.js b/main/search/all_3.js index cecf43d5..b6ec3fdf 100644 --- a/main/search/all_3.js +++ b/main/search/all_3.js @@ -11,7 +11,8 @@ var searchData= ['clip_5fq31_5fto_5fq7',['clip_q31_to_q7',['../none_8h.html#afa69cfc57f04c36c2ba499525168fe0c',1,'none.h']]], ['clip_5fq63_5fto_5fq15',['clip_q63_to_q15',['../none_8h.html#a027d446e8a72228f0a681779a7038a4e',1,'none.h']]], ['clip_5fq63_5fto_5fq31',['clip_q63_to_q31',['../none_8h.html#ad3a8d07983196592f6edca8f84aec7c7',1,'none.h']]], - ['cmake_5fminimum_5frequired',['cmake_minimum_required',['../Examples_2ARM_2CMakeLists_8txt.html#a2ecf485aec1edd0cec158238e2e0dc10',1,'cmake_minimum_required(VERSION 3.14) project(examples VERSION 0.1) list(APPEND CMAKE_MODULE_PATH $: CMakeLists.txt'],['../Source_2CMakeLists_8txt.html#a59d179ab831a4202874559705caf1a44',1,'cmake_minimum_required(VERSION 3.14) cmake_policy(SET CMP0077 NEW) project(CMSISDSP) SET(DSP $: CMakeLists.txt']]], + ['cmake_5fminimum_5frequired',['cmake_minimum_required',['../CMakeLists_8txt.html#a59d179ab831a4202874559705caf1a44',1,'CMakeLists.txt']]], + ['cmakelists_2etxt',['CMakeLists.txt',['../CMakeLists_8txt.html',1,'']]], ['cmap',['cmap',['../namespacetrain.html#a220e9a544e0b63a2dd0aad0208d1ae7b',1,'train']]], ['complex_20conjugate',['Complex Conjugate',['../group__cmplx__conj.html',1,'']]], ['cmplx_5fdim',['CMPLX_DIM',['../arm__math__types_8h.html#ac978fc1d187e8f01c0a3aa7b76e28529',1,'arm_math_types.h']]], @@ -31,7 +32,6 @@ var searchData= ['complex_20fft_20functions',['Complex FFT Functions',['../group__ComplexFFT.html',1,'']]], ['complexmathfunctions_2ec',['ComplexMathFunctions.c',['../ComplexMathFunctions_8c.html',1,'']]], ['complexmathfunctionsf16_2ec',['ComplexMathFunctionsF16.c',['../ComplexMathFunctionsF16_8c.html',1,'']]], - ['configapp',['configApp',['../Examples_2ARM_2CMakeLists_8txt.html#a28ed7c333f363ce7c36ec972ba4e9660',1,'CMakeLists.txt']]], ['controller_5ffunctions_2eh',['controller_functions.h',['../controller__functions_8h.html',1,'']]], ['controller_5ffunctions_5ff16_2eh',['controller_functions_f16.h',['../controller__functions__f16_8h.html',1,'']]], ['controller_5fq31_5fshift',['CONTROLLER_Q31_SHIFT',['../controller__functions_8h.html#aaff6d2358c4ada8de838a279254ab550',1,'controller_functions.h']]], diff --git a/main/search/all_5.js b/main/search/all_5.js index eee41f26..7c89552a 100644 --- a/main/search/all_5.js +++ b/main/search/all_5.js @@ -1,7 +1,6 @@ var searchData= [ ['elementwise_20clipping',['Elementwise clipping',['../group__BasicClip.html',1,'']]], - ['cmakelists_2etxt',['CMakeLists.txt',['../Examples_2ARM_2CMakeLists_8txt.html',1,'']]], ['elem',['ELEM',['../matrix__utils_8h.html#ad57c3933860c3112ab5099050d93d53a',1,'matrix_utils.h']]], ['enable',['enable',['../arm__bayes__example_2ARMCM55__FP__MVE__config_8txt.html#acba407b77bdbc3e286d782d8317e2d23',1,'enable(): ARMCM55_FP_MVE_config.txt'],['../arm__class__marks__example_2ARMCM55__FP__MVE__config_8txt.html#acba407b77bdbc3e286d782d8317e2d23',1,'enable(): ARMCM55_FP_MVE_config.txt'],['../arm__convolution__example_2ARMCM55__FP__MVE__config_8txt.html#acba407b77bdbc3e286d782d8317e2d23',1,'enable(): ARMCM55_FP_MVE_config.txt'],['../arm__dotproduct__example_2ARMCM55__FP__MVE__config_8txt.html#acba407b77bdbc3e286d782d8317e2d23',1,'enable(): ARMCM55_FP_MVE_config.txt'],['../arm__fft__bin__example_2ARMCM55__FP__MVE__config_8txt.html#acba407b77bdbc3e286d782d8317e2d23',1,'enable(): ARMCM55_FP_MVE_config.txt'],['../arm__fir__example_2ARMCM55__FP__MVE__config_8txt.html#acba407b77bdbc3e286d782d8317e2d23',1,'enable(): ARMCM55_FP_MVE_config.txt'],['../arm__graphic__equalizer__example_2ARMCM55__FP__MVE__config_8txt.html#acba407b77bdbc3e286d782d8317e2d23',1,'enable(): ARMCM55_FP_MVE_config.txt'],['../arm__linear__interp__example_2ARMCM55__FP__MVE__config_8txt.html#acba407b77bdbc3e286d782d8317e2d23',1,'enable(): ARMCM55_FP_MVE_config.txt'],['../arm__matrix__example_2ARMCM55__FP__MVE__config_8txt.html#acba407b77bdbc3e286d782d8317e2d23',1,'enable(): ARMCM55_FP_MVE_config.txt'],['../arm__signal__converge__example_2ARMCM55__FP__MVE__config_8txt.html#acba407b77bdbc3e286d782d8317e2d23',1,'enable(): ARMCM55_FP_MVE_config.txt'],['../arm__sin__cos__example_2ARMCM55__FP__MVE__config_8txt.html#acba407b77bdbc3e286d782d8317e2d23',1,'enable(): ARMCM55_FP_MVE_config.txt'],['../arm__svm__example_2ARMCM55__FP__MVE__config_8txt.html#acba407b77bdbc3e286d782d8317e2d23',1,'enable(): ARMCM55_FP_MVE_config.txt'],['../arm__variance__example_2ARMCM55__FP__MVE__config_8txt.html#acba407b77bdbc3e286d782d8317e2d23',1,'enable(): ARMCM55_FP_MVE_config.txt']]], ['energy',['energy',['../structarm__lms__norm__instance__f32.html#ae1ed544b72f1510ed55d144a9424fddd',1,'arm_lms_norm_instance_f32::energy()'],['../structarm__lms__norm__instance__q31.html#a012fee0f71095d2557bb633e73ef7355',1,'arm_lms_norm_instance_q31::energy()'],['../structarm__lms__norm__instance__q15.html#ae7a8ccabc82348f6742ca7a2b3da2a41',1,'arm_lms_norm_instance_q15::energy()']]], diff --git a/main/search/all_9.js b/main/search/all_9.js index 341c0a1e..173c7e2c 100644 --- a/main/search/all_9.js +++ b/main/search/all_9.js @@ -2,11 +2,10 @@ var searchData= [ ['interpolation_20functions',['Interpolation Functions',['../group__groupInterpolation.html',1,'']]], ['i',['i',['../unionany32x4__t.html#a6e232dfcd7a652e04fb1bc6aceac95b2',1,'any32x4_t::i()'],['../unionany32x2__t.html#a8ee30a051b7359703a20fa9d1c25b504',1,'any32x2_t::i()']]], - ['if',['if',['../Source_2CMakeLists_8txt.html#a2f377352b17e126f542d6083f72197f4',1,'CMakeLists.txt']]], + ['if',['if',['../CMakeLists_8txt.html#a2f377352b17e126f542d6083f72197f4',1,'CMakeLists.txt']]], ['ifftflag',['ifftFlag',['../structarm__cfft__radix2__instance__q15.html#ad6ca6e223f986ebfd94c5ee1e410aa73',1,'arm_cfft_radix2_instance_q15::ifftFlag()'],['../structarm__cfft__radix4__instance__q15.html#ad6ca6e223f986ebfd94c5ee1e410aa73',1,'arm_cfft_radix4_instance_q15::ifftFlag()'],['../structarm__cfft__radix2__instance__q31.html#ad6ca6e223f986ebfd94c5ee1e410aa73',1,'arm_cfft_radix2_instance_q31::ifftFlag()'],['../structarm__cfft__radix4__instance__q31.html#ad6ca6e223f986ebfd94c5ee1e410aa73',1,'arm_cfft_radix4_instance_q31::ifftFlag()'],['../structarm__cfft__radix2__instance__f32.html#ad6ca6e223f986ebfd94c5ee1e410aa73',1,'arm_cfft_radix2_instance_f32::ifftFlag()'],['../structarm__cfft__radix4__instance__f32.html#ad6ca6e223f986ebfd94c5ee1e410aa73',1,'arm_cfft_radix4_instance_f32::ifftFlag()'],['../structarm__cfft__radix2__instance__f16.html#ad6ca6e223f986ebfd94c5ee1e410aa73',1,'arm_cfft_radix2_instance_f16::ifftFlag()'],['../structarm__cfft__radix4__instance__f16.html#ad6ca6e223f986ebfd94c5ee1e410aa73',1,'arm_cfft_radix4_instance_f16::ifftFlag()'],['../arm__fft__bin__example__f32_8c.html#a379ccb99013d369a41b49619083c16ef',1,'ifftFlag(): arm_fft_bin_example_f32.c']]], ['ifftflagr',['ifftFlagR',['../structarm__rfft__instance__q15.html#a787d72055c89e4d62b188d6bd646341c',1,'arm_rfft_instance_q15::ifftFlagR()'],['../structarm__rfft__instance__q31.html#a787d72055c89e4d62b188d6bd646341c',1,'arm_rfft_instance_q31::ifftFlagR()'],['../structarm__rfft__instance__f32.html#a787d72055c89e4d62b188d6bd646341c',1,'arm_rfft_instance_f32::ifftFlagR()']]], ['infinite_20impulse_20response_20_28iir_29_20lattice_20filters',['Infinite Impulse Response (IIR) Lattice Filters',['../group__IIR__Lattice.html',1,'']]], - ['include',['include',['../Examples_2ARM_2CMakeLists_8txt.html#aae0662a24fd8c56d9539485f6a32bab2',1,'CMakeLists.txt']]], ['index_5fmask',['INDEX_MASK',['../utils_8h.html#a29f839928f4752b73c8858d6dbb55294',1,'utils.h']]], ['input_5fspacing',['INPUT_SPACING',['../controller__functions_8h.html#a1339e9abc11a3870e0c04f822a62166a',1,'controller_functions.h']]], ['inputq31',['inputQ31',['../arm__graphic__equalizer__example__q31_8c.html#a79521a4d6a9adb144c4d999ae713413c',1,'arm_graphic_equalizer_example_q31.c']]], diff --git a/main/search/all_e.js b/main/search/all_e.js index e368c493..1625e8a2 100644 --- a/main/search/all_e.js +++ b/main/search/all_e.js @@ -27,7 +27,7 @@ var searchData= ['numrows',['numRows',['../structarm__bilinear__interp__instance__f32.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_f32::numRows()'],['../structarm__bilinear__interp__instance__q31.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_q31::numRows()'],['../structarm__bilinear__interp__instance__q15.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_q15::numRows()'],['../structarm__bilinear__interp__instance__q7.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_q7::numRows()'],['../structarm__bilinear__interp__instance__f16.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_f16::numRows()'],['../structarm__matrix__instance__f32.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_f32::numRows()'],['../structarm__matrix__instance__f64.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_f64::numRows()'],['../structarm__matrix__instance__q7.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_q7::numRows()'],['../structarm__matrix__instance__q15.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_q15::numRows()'],['../structarm__matrix__instance__q31.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_q31::numRows()'],['../structarm__matrix__instance__f16.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_f16::numRows()']]], ['numstages',['numStages',['../structarm__biquad__casd__df1__inst__q15.html#af59c4ceb94f92d6613492b37e7c949de',1,'arm_biquad_casd_df1_inst_q15::numStages()'],['../structarm__biquad__casd__df1__inst__q31.html#aed9c8a6224cd149e8e12b17b25b9b767',1,'arm_biquad_casd_df1_inst_q31::numStages()'],['../structarm__biquad__casd__df1__inst__f32.html#aed9c8a6224cd149e8e12b17b25b9b767',1,'arm_biquad_casd_df1_inst_f32::numStages()'],['../structarm__biquad__cas__df1__32x64__ins__q31.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cas_df1_32x64_ins_q31::numStages()'],['../structarm__biquad__cascade__df2T__instance__f32.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_df2T_instance_f32::numStages()'],['../structarm__biquad__cascade__stereo__df2T__instance__f32.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_stereo_df2T_instance_f32::numStages()'],['../structarm__biquad__cascade__df2T__instance__f64.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_df2T_instance_f64::numStages()'],['../structarm__fir__lattice__instance__q15.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_fir_lattice_instance_q15::numStages()'],['../structarm__fir__lattice__instance__q31.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_fir_lattice_instance_q31::numStages()'],['../structarm__fir__lattice__instance__f32.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_fir_lattice_instance_f32::numStages()'],['../structarm__iir__lattice__instance__q15.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_iir_lattice_instance_q15::numStages()'],['../structarm__iir__lattice__instance__q31.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_iir_lattice_instance_q31::numStages()'],['../structarm__iir__lattice__instance__f32.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_iir_lattice_instance_f32::numStages()'],['../structarm__biquad__casd__df1__inst__f16.html#aed9c8a6224cd149e8e12b17b25b9b767',1,'arm_biquad_casd_df1_inst_f16::numStages()'],['../structarm__biquad__cascade__df2T__instance__f16.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_df2T_instance_f16::numStages()'],['../structarm__biquad__cascade__stereo__df2T__instance__f16.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_stereo_df2T_instance_f16::numStages()'],['../arm__graphic__equalizer__example__q31_8c.html#a23f8e430b510dfdb3ebe53bffca0d864',1,'NUMSTAGES(): arm_graphic_equalizer_example_q31.c']]], ['numstudents',['NUMSTUDENTS',['../arm__class__marks__example__f32_8c.html#a9d89ac0707e7c9363544986d47a70bd3',1,'NUMSTUDENTS(): arm_class_marks_example_f32.c'],['../arm__class__marks__example__f32_8c.html#ab3b66d06b4af1af4ea2740d0ccf4e7bd',1,'numStudents(): arm_class_marks_example_f32.c']]], - ['numsubjects',['NUMSUBJECTS',['../arm__class__marks__example__f32_8c.html#a7b02f9b34bf2cd4d12633f5bf30771ec',1,'NUMSUBJECTS(): arm_class_marks_example_f32.c'],['../arm__class__marks__example__f32_8c.html#a3d01884f63bcb694226ca7c24980757a',1,'numSubjects(): arm_class_marks_example_f32.c']]], + ['numsubjects',['numSubjects',['../arm__class__marks__example__f32_8c.html#a3d01884f63bcb694226ca7c24980757a',1,'numSubjects(): arm_class_marks_example_f32.c'],['../arm__class__marks__example__f32_8c.html#a7b02f9b34bf2cd4d12633f5bf30771ec',1,'NUMSUBJECTS(): arm_class_marks_example_f32.c']]], ['numtaps',['numTaps',['../structarm__fir__instance__q7.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_q7::numTaps()'],['../structarm__fir__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_q15::numTaps()'],['../structarm__fir__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_q31::numTaps()'],['../structarm__fir__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_f32::numTaps()'],['../structarm__fir__instance__f64.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_f64::numTaps()'],['../structarm__fir__decimate__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_decimate_instance_q15::numTaps()'],['../structarm__fir__decimate__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_decimate_instance_q31::numTaps()'],['../structarm__fir__decimate__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_decimate_instance_f32::numTaps()'],['../structarm__lms__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_instance_f32::numTaps()'],['../structarm__lms__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_instance_q15::numTaps()'],['../structarm__lms__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_instance_q31::numTaps()'],['../structarm__lms__norm__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_norm_instance_f32::numTaps()'],['../structarm__lms__norm__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_norm_instance_q31::numTaps()'],['../structarm__lms__norm__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_norm_instance_q15::numTaps()'],['../structarm__fir__sparse__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_sparse_instance_f32::numTaps()'],['../structarm__fir__sparse__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_sparse_instance_q31::numTaps()'],['../structarm__fir__sparse__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_sparse_instance_q15::numTaps()'],['../structarm__fir__sparse__instance__q7.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_sparse_instance_q7::numTaps()'],['../structarm__fir__instance__f16.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_f16::numTaps()'],['../arm__signal__converge__example__f32_8c.html#ac1d8ddb4f9a957eef3ad13d44de4d804',1,'NUMTAPS(): arm_signal_converge_example_f32.c']]], ['nvalues',['nValues',['../structarm__linear__interp__instance__f32.html#a2ea653b0599388e9a72ebab9841707ba',1,'arm_linear_interp_instance_f32::nValues()'],['../structarm__linear__interp__instance__f16.html#a2ea653b0599388e9a72ebab9841707ba',1,'arm_linear_interp_instance_f16::nValues()']]] ]; diff --git a/main/search/all_f.js b/main/search/all_f.js index 7f77443d..dd1b6116 100644 --- a/main/search/all_f.js +++ b/main/search/all_f.js @@ -3,7 +3,7 @@ var searchData= ['one_5fq15',['ONE_Q15',['../arm__levinson__durbin__q31_8c.html#a8a57fbdad94ffd18e5c5f15ad1fa1e57',1,'arm_levinson_durbin_q31.c']]], ['one_5fq31',['ONE_Q31',['../arm__levinson__durbin__q31_8c.html#abcb1d16f4b35d69afd3f997ad792e600',1,'arm_levinson_durbin_q31.c']]], ['onebyfftlen',['onebyfftLen',['../structarm__cfft__radix2__instance__f32.html#acf295a7b97b7d48a9cae4d1ab5ed00f6',1,'arm_cfft_radix2_instance_f32::onebyfftLen()'],['../structarm__cfft__radix4__instance__f32.html#acf295a7b97b7d48a9cae4d1ab5ed00f6',1,'arm_cfft_radix4_instance_f32::onebyfftLen()'],['../structarm__cfft__radix2__instance__f16.html#a43bb94dad90b4073e7bbb6577c6a39a8',1,'arm_cfft_radix2_instance_f16::onebyfftLen()'],['../structarm__cfft__radix4__instance__f16.html#a43bb94dad90b4073e7bbb6577c6a39a8',1,'arm_cfft_radix4_instance_f16::onebyfftLen()']]], - ['option',['option',['../Source_2CMakeLists_8txt.html#ad82b567732e957962e0ecc86cdb4c2d2',1,'CMakeLists.txt']]], + ['option',['option',['../CMakeLists_8txt.html#ad82b567732e957962e0ecc86cdb4c2d2',1,'CMakeLists.txt']]], ['outlen',['outLen',['../arm__convolution__example__f32_8c.html#a9c49c44c8bc5c432d220d33a26b4b589',1,'arm_convolution_example_f32.c']]], ['outputq31',['outputQ31',['../arm__graphic__equalizer__example__q31_8c.html#a9862488450f2547b07aee8035d6b4d8a',1,'arm_graphic_equalizer_example_q31.c']]] ]; diff --git a/main/search/files_2.js b/main/search/files_2.js index 80864ed3..8942d3f5 100644 --- a/main/search/files_2.js +++ b/main/search/files_2.js @@ -1,5 +1,6 @@ var searchData= [ + ['cmakelists_2etxt',['CMakeLists.txt',['../CMakeLists_8txt.html',1,'']]], ['commontables_2ec',['CommonTables.c',['../CommonTables_8c.html',1,'']]], ['commontablesf16_2ec',['CommonTablesF16.c',['../CommonTablesF16_8c.html',1,'']]], ['complex_5fmath_5ffunctions_2eh',['complex_math_functions.h',['../complex__math__functions_8h.html',1,'']]], diff --git a/main/search/files_4.js b/main/search/files_4.js index bbf7a0f2..6e16ba15 100644 --- a/main/search/files_4.js +++ b/main/search/files_4.js @@ -1,4 +1,11 @@ var searchData= [ - ['cmakelists_2etxt',['CMakeLists.txt',['../Examples_2ARM_2CMakeLists_8txt.html',1,'']]] + ['fast_5fmath_5ffunctions_2eh',['fast_math_functions.h',['../fast__math__functions_8h.html',1,'']]], + ['fast_5fmath_5ffunctions_5ff16_2eh',['fast_math_functions_f16.h',['../fast__math__functions__f16_8h.html',1,'']]], + ['fastmathfunctions_2ec',['FastMathFunctions.c',['../FastMathFunctions_8c.html',1,'']]], + ['fastmathfunctionsf16_2ec',['FastMathFunctionsF16.c',['../FastMathFunctionsF16_8c.html',1,'']]], + ['filtering_5ffunctions_2eh',['filtering_functions.h',['../filtering__functions_8h.html',1,'']]], + ['filtering_5ffunctions_5ff16_2eh',['filtering_functions_f16.h',['../filtering__functions__f16_8h.html',1,'']]], + ['filteringfunctions_2ec',['FilteringFunctions.c',['../FilteringFunctions_8c.html',1,'']]], + ['filteringfunctionsf16_2ec',['FilteringFunctionsF16.c',['../FilteringFunctionsF16_8c.html',1,'']]] ]; diff --git a/main/search/files_5.js b/main/search/files_5.js index 6e16ba15..1cdddb0d 100644 --- a/main/search/files_5.js +++ b/main/search/files_5.js @@ -1,11 +1,4 @@ var searchData= [ - ['fast_5fmath_5ffunctions_2eh',['fast_math_functions.h',['../fast__math__functions_8h.html',1,'']]], - ['fast_5fmath_5ffunctions_5ff16_2eh',['fast_math_functions_f16.h',['../fast__math__functions__f16_8h.html',1,'']]], - ['fastmathfunctions_2ec',['FastMathFunctions.c',['../FastMathFunctions_8c.html',1,'']]], - ['fastmathfunctionsf16_2ec',['FastMathFunctionsF16.c',['../FastMathFunctionsF16_8c.html',1,'']]], - ['filtering_5ffunctions_2eh',['filtering_functions.h',['../filtering__functions_8h.html',1,'']]], - ['filtering_5ffunctions_5ff16_2eh',['filtering_functions_f16.h',['../filtering__functions__f16_8h.html',1,'']]], - ['filteringfunctions_2ec',['FilteringFunctions.c',['../FilteringFunctions_8c.html',1,'']]], - ['filteringfunctionsf16_2ec',['FilteringFunctionsF16.c',['../FilteringFunctionsF16_8c.html',1,'']]] + ['history_2etxt',['history.txt',['../history_8txt.html',1,'']]] ]; diff --git a/main/search/files_6.js b/main/search/files_6.js index 1cdddb0d..3d28be0e 100644 --- a/main/search/files_6.js +++ b/main/search/files_6.js @@ -1,4 +1,7 @@ var searchData= [ - ['history_2etxt',['history.txt',['../history_8txt.html',1,'']]] + ['interpolation_5ffunctions_2eh',['interpolation_functions.h',['../interpolation__functions_8h.html',1,'']]], + ['interpolation_5ffunctions_5ff16_2eh',['interpolation_functions_f16.h',['../interpolation__functions__f16_8h.html',1,'']]], + ['interpolationfunctions_2ec',['InterpolationFunctions.c',['../InterpolationFunctions_8c.html',1,'']]], + ['interpolationfunctionsf16_2ec',['InterpolationFunctionsF16.c',['../InterpolationFunctionsF16_8c.html',1,'']]] ]; diff --git a/main/search/files_7.js b/main/search/files_7.js index 3d28be0e..19b8d1be 100644 --- a/main/search/files_7.js +++ b/main/search/files_7.js @@ -1,7 +1,8 @@ var searchData= [ - ['interpolation_5ffunctions_2eh',['interpolation_functions.h',['../interpolation__functions_8h.html',1,'']]], - ['interpolation_5ffunctions_5ff16_2eh',['interpolation_functions_f16.h',['../interpolation__functions__f16_8h.html',1,'']]], - ['interpolationfunctions_2ec',['InterpolationFunctions.c',['../InterpolationFunctions_8c.html',1,'']]], - ['interpolationfunctionsf16_2ec',['InterpolationFunctionsF16.c',['../InterpolationFunctionsF16_8c.html',1,'']]] + ['matrix_5ffunctions_2eh',['matrix_functions.h',['../matrix__functions_8h.html',1,'']]], + ['matrix_5ffunctions_5ff16_2eh',['matrix_functions_f16.h',['../matrix__functions__f16_8h.html',1,'']]], + ['matrix_5futils_2eh',['matrix_utils.h',['../matrix__utils_8h.html',1,'']]], + ['matrixfunctions_2ec',['MatrixFunctions.c',['../MatrixFunctions_8c.html',1,'']]], + ['matrixfunctionsf16_2ec',['MatrixFunctionsF16.c',['../MatrixFunctionsF16_8c.html',1,'']]] ]; diff --git a/main/search/files_8.js b/main/search/files_8.js index 19b8d1be..62b75c33 100644 --- a/main/search/files_8.js +++ b/main/search/files_8.js @@ -1,8 +1,4 @@ var searchData= [ - ['matrix_5ffunctions_2eh',['matrix_functions.h',['../matrix__functions_8h.html',1,'']]], - ['matrix_5ffunctions_5ff16_2eh',['matrix_functions_f16.h',['../matrix__functions__f16_8h.html',1,'']]], - ['matrix_5futils_2eh',['matrix_utils.h',['../matrix__utils_8h.html',1,'']]], - ['matrixfunctions_2ec',['MatrixFunctions.c',['../MatrixFunctions_8c.html',1,'']]], - ['matrixfunctionsf16_2ec',['MatrixFunctionsF16.c',['../MatrixFunctionsF16_8c.html',1,'']]] + ['none_2eh',['none.h',['../none_8h.html',1,'']]] ]; diff --git a/main/search/files_9.js b/main/search/files_9.js index 62b75c33..4e01b091 100644 --- a/main/search/files_9.js +++ b/main/search/files_9.js @@ -1,4 +1,5 @@ var searchData= [ - ['none_2eh',['none.h',['../none_8h.html',1,'']]] + ['quaternion_5fmath_5ffunctions_2eh',['quaternion_math_functions.h',['../quaternion__math__functions_8h.html',1,'']]], + ['quaternionmathfunctions_2ec',['QuaternionMathFunctions.c',['../QuaternionMathFunctions_8c.html',1,'']]] ]; diff --git a/main/search/files_a.js b/main/search/files_a.js index 4e01b091..17fe1814 100644 --- a/main/search/files_a.js +++ b/main/search/files_a.js @@ -1,5 +1,16 @@ var searchData= [ - ['quaternion_5fmath_5ffunctions_2eh',['quaternion_math_functions.h',['../quaternion__math__functions_8h.html',1,'']]], - ['quaternionmathfunctions_2ec',['QuaternionMathFunctions.c',['../QuaternionMathFunctions_8c.html',1,'']]] + ['statistics_5ffunctions_2eh',['statistics_functions.h',['../statistics__functions_8h.html',1,'']]], + ['statistics_5ffunctions_5ff16_2eh',['statistics_functions_f16.h',['../statistics__functions__f16_8h.html',1,'']]], + ['statisticsfunctions_2ec',['StatisticsFunctions.c',['../StatisticsFunctions_8c.html',1,'']]], + ['statisticsfunctionsf16_2ec',['StatisticsFunctionsF16.c',['../StatisticsFunctionsF16_8c.html',1,'']]], + ['support_5ffunctions_2eh',['support_functions.h',['../support__functions_8h.html',1,'']]], + ['support_5ffunctions_5ff16_2eh',['support_functions_f16.h',['../support__functions__f16_8h.html',1,'']]], + ['supportfunctions_2ec',['SupportFunctions.c',['../SupportFunctions_8c.html',1,'']]], + ['supportfunctionsf16_2ec',['SupportFunctionsF16.c',['../SupportFunctionsF16_8c.html',1,'']]], + ['svm_5fdefines_2eh',['svm_defines.h',['../svm__defines_8h.html',1,'']]], + ['svm_5ffunctions_2eh',['svm_functions.h',['../svm__functions_8h.html',1,'']]], + ['svm_5ffunctions_5ff16_2eh',['svm_functions_f16.h',['../svm__functions__f16_8h.html',1,'']]], + ['svmfunctions_2ec',['SVMFunctions.c',['../SVMFunctions_8c.html',1,'']]], + ['svmfunctionsf16_2ec',['SVMFunctionsF16.c',['../SVMFunctionsF16_8c.html',1,'']]] ]; diff --git a/main/search/files_b.js b/main/search/files_b.js index 83ff9d13..f70b7c7b 100644 --- a/main/search/files_b.js +++ b/main/search/files_b.js @@ -1,17 +1,7 @@ var searchData= [ - ['cmakelists_2etxt',['CMakeLists.txt',['../Source_2CMakeLists_8txt.html',1,'']]], - ['statistics_5ffunctions_2eh',['statistics_functions.h',['../statistics__functions_8h.html',1,'']]], - ['statistics_5ffunctions_5ff16_2eh',['statistics_functions_f16.h',['../statistics__functions__f16_8h.html',1,'']]], - ['statisticsfunctions_2ec',['StatisticsFunctions.c',['../StatisticsFunctions_8c.html',1,'']]], - ['statisticsfunctionsf16_2ec',['StatisticsFunctionsF16.c',['../StatisticsFunctionsF16_8c.html',1,'']]], - ['support_5ffunctions_2eh',['support_functions.h',['../support__functions_8h.html',1,'']]], - ['support_5ffunctions_5ff16_2eh',['support_functions_f16.h',['../support__functions__f16_8h.html',1,'']]], - ['supportfunctions_2ec',['SupportFunctions.c',['../SupportFunctions_8c.html',1,'']]], - ['supportfunctionsf16_2ec',['SupportFunctionsF16.c',['../SupportFunctionsF16_8c.html',1,'']]], - ['svm_5fdefines_2eh',['svm_defines.h',['../svm__defines_8h.html',1,'']]], - ['svm_5ffunctions_2eh',['svm_functions.h',['../svm__functions_8h.html',1,'']]], - ['svm_5ffunctions_5ff16_2eh',['svm_functions_f16.h',['../svm__functions__f16_8h.html',1,'']]], - ['svmfunctions_2ec',['SVMFunctions.c',['../SVMFunctions_8c.html',1,'']]], - ['svmfunctionsf16_2ec',['SVMFunctionsF16.c',['../SVMFunctionsF16_8c.html',1,'']]] + ['transform_5ffunctions_2eh',['transform_functions.h',['../transform__functions_8h.html',1,'']]], + ['transform_5ffunctions_5ff16_2eh',['transform_functions_f16.h',['../transform__functions__f16_8h.html',1,'']]], + ['transformfunctions_2ec',['TransformFunctions.c',['../TransformFunctions_8c.html',1,'']]], + ['transformfunctionsf16_2ec',['TransformFunctionsF16.c',['../TransformFunctionsF16_8c.html',1,'']]] ]; diff --git a/main/search/files_c.js b/main/search/files_c.js index f70b7c7b..c6f20162 100644 --- a/main/search/files_c.js +++ b/main/search/files_c.js @@ -1,7 +1,4 @@ var searchData= [ - ['transform_5ffunctions_2eh',['transform_functions.h',['../transform__functions_8h.html',1,'']]], - ['transform_5ffunctions_5ff16_2eh',['transform_functions_f16.h',['../transform__functions__f16_8h.html',1,'']]], - ['transformfunctions_2ec',['TransformFunctions.c',['../TransformFunctions_8c.html',1,'']]], - ['transformfunctionsf16_2ec',['TransformFunctionsF16.c',['../TransformFunctionsF16_8c.html',1,'']]] + ['utils_2eh',['utils.h',['../utils_8h.html',1,'']]] ]; diff --git a/main/search/files_d.html b/main/search/files_d.html deleted file mode 100644 index 1201a33c..00000000 --- a/main/search/files_d.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
    -
    Loading...
    -
    - -
    Searching...
    -
    No Matches
    - -
    - - diff --git a/main/search/files_d.js b/main/search/files_d.js deleted file mode 100644 index c6f20162..00000000 --- a/main/search/files_d.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['utils_2eh',['utils.h',['../utils_8h.html',1,'']]] -]; diff --git a/main/search/functions_2.js b/main/search/functions_2.js index f3978777..da04507d 100644 --- a/main/search/functions_2.js +++ b/main/search/functions_2.js @@ -4,6 +4,5 @@ var searchData= ['clip_5fq31_5fto_5fq7',['clip_q31_to_q7',['../none_8h.html#afa69cfc57f04c36c2ba499525168fe0c',1,'none.h']]], ['clip_5fq63_5fto_5fq15',['clip_q63_to_q15',['../none_8h.html#a027d446e8a72228f0a681779a7038a4e',1,'none.h']]], ['clip_5fq63_5fto_5fq31',['clip_q63_to_q31',['../none_8h.html#ad3a8d07983196592f6edca8f84aec7c7',1,'none.h']]], - ['cmake_5fminimum_5frequired',['cmake_minimum_required',['../Examples_2ARM_2CMakeLists_8txt.html#a2ecf485aec1edd0cec158238e2e0dc10',1,'cmake_minimum_required(VERSION 3.14) project(examples VERSION 0.1) list(APPEND CMAKE_MODULE_PATH $: CMakeLists.txt'],['../Source_2CMakeLists_8txt.html#a59d179ab831a4202874559705caf1a44',1,'cmake_minimum_required(VERSION 3.14) cmake_policy(SET CMP0077 NEW) project(CMSISDSP) SET(DSP $: CMakeLists.txt']]], - ['configapp',['configApp',['../Examples_2ARM_2CMakeLists_8txt.html#a28ed7c333f363ce7c36ec972ba4e9660',1,'CMakeLists.txt']]] + ['cmake_5fminimum_5frequired',['cmake_minimum_required',['../CMakeLists_8txt.html#a59d179ab831a4202874559705caf1a44',1,'CMakeLists.txt']]] ]; diff --git a/main/search/functions_5.js b/main/search/functions_5.js index 0b0c3b58..0ed41e00 100644 --- a/main/search/functions_5.js +++ b/main/search/functions_5.js @@ -1,5 +1,4 @@ var searchData= [ - ['if',['if',['../Source_2CMakeLists_8txt.html#a2f377352b17e126f542d6083f72197f4',1,'CMakeLists.txt']]], - ['include',['include',['../Examples_2ARM_2CMakeLists_8txt.html#aae0662a24fd8c56d9539485f6a32bab2',1,'CMakeLists.txt']]] + ['if',['if',['../CMakeLists_8txt.html#a2f377352b17e126f542d6083f72197f4',1,'CMakeLists.txt']]] ]; diff --git a/main/search/functions_8.js b/main/search/functions_8.js index 19f6d84e..5d353647 100644 --- a/main/search/functions_8.js +++ b/main/search/functions_8.js @@ -1,4 +1,4 @@ var searchData= [ - ['option',['option',['../Source_2CMakeLists_8txt.html#ad82b567732e957962e0ecc86cdb4c2d2',1,'CMakeLists.txt']]] + ['option',['option',['../CMakeLists_8txt.html#ad82b567732e957962e0ecc86cdb4c2d2',1,'CMakeLists.txt']]] ]; diff --git a/main/search/functions_b.js b/main/search/functions_b.js index 96dc8005..e97b50cf 100644 --- a/main/search/functions_b.js +++ b/main/search/functions_b.js @@ -1,6 +1,5 @@ var searchData= [ - ['target_5flink_5flibraries',['target_link_libraries',['../Examples_2ARM_2CMakeLists_8txt.html#a5cceb95497726046173354c1e9be5a6f',1,'CMakeLists.txt']]], ['test_5fsignal_5fconverge',['test_signal_converge',['../arm__signal__converge__example__f32_8c.html#a8f521e839d4fad24a4f12a18dfeae5d4',1,'arm_signal_converge_example_f32.c']]], ['test_5fsignal_5fconverge_5fexample',['test_signal_converge_example',['../arm__signal__converge__example__f32_8c.html#ac786d43cbc17bb09738447034ff8e22e',1,'arm_signal_converge_example_f32.c']]] ]; diff --git a/main/search/search.js b/main/search/search.js index a2f04939..4be17d37 100644 --- a/main/search/search.js +++ b/main/search/search.js @@ -10,7 +10,7 @@ var indexSectionsWithContent = 0: "_abcdefghijklmnopqrstuvwxyz", 1: "a", 2: "t", - 3: "abcdefhimnqstu", + 3: "abcdfhimnqstu", 4: "_acdgilmorstw", 5: "abcdefgiklmnoprstvwxyz", 6: "fqs", diff --git a/version.js b/version.js index 6b92494e..82faff11 100644 --- a/version.js +++ b/version.js @@ -1,6 +1,6 @@ //--- list of versions --- const versions = { - "main": "1.10.2-dev1", + "main": "1.10.2-dev2", "latest": "1.10.1" } //--- list of versions ---