Christophe Favergeon
cd7ecea5a7
CMSIS-DSP: Corrected some failing f16 tests.
4 years ago
Christophe Favergeon
8092cc61f9
CMSIS-DSP: New MFCC Q15 and Q31
...
arm_cmplx_mag_q15 reworked to be more accurate but less efficient.
New function arm_cmplx_mag_fast_q15 introduced to retain previous
(less accurate) but faster behavior.
Improvement to Python wrapper to support the new functions.
4 years ago
Christophe Favergeon
99dc566e87
CMSIS-DSP: MVE versions of vlog q15 and q31 and PythonWrapper fix
...
PythonWrapper was no more building on windows due to a too long
link command line.
A temporary fix was made. But on long term the wrapper must be refactored
into submodules to allow to more easily add new functions.
4 years ago
Christophe Favergeon
cd9ac529d6
CMSIS-DSP: Some small changes to thresholds used in test for Q15 convolution.
4 years ago
Christophe Favergeon
0597838b9f
CMSIS-DSP: New f64 tests
...
Tests for : BasicMaths, ComplexMaths, Stats, FastMath
Filtering, Distances, Support.
Some tests are disabled because only a subset
of the functions has been converted to f64.
4 years ago
Christophe Favergeon
9674e00294
CMSIS-DSP: log f16 update
4 years ago
Christophe Favergeon
8fb55a90b7
CMSIS-DSP: Added MFCC F16
...
This first version is not very accurate due to problems with the log.
A coming commit will improve the log accuracy.
Issues #1305 and #1304 also corrected as part of this commit.
4 years ago
Christophe Favergeon
3d264cfabb
CMSIS-DSP: MFCC F32
...
MFCC F32 implementation
MFCC F32 tests
MFCC F32 in Python wrapper
Python wrapper structure updated to support submodule like
cmsisdsp.mfcc and cmsisdsp.fixedpoint
PythonWrapper tests updated to use the new fixedpoint
cmsisdsp.mfcc is used to generate the mel filter, dct and window coefficients.
4 years ago
Christophe Favergeon
9f36d99a0b
CMSIS-DSP: Correction os issue 1274
...
arm_mat_solve_lower_triangular_f32 and arm_mat_solve_upper_triangular_f32
had constraints which could be removed to make the function
more generic.
4 years ago
Christophe Favergeon
0bf67b2333
CMSIS-DSP: Correcting issue 1289
...
A test check was disabled by mistake.
4 years ago
Christophe Favergeon
d58f76a768
CMSIS-DSP: Correcting issue 1291
...
Test was wrongly assuming a complex matrix / vector and so the
buffer sizes were too big.
4 years ago
Christophe Favergeon
840a233053
CMSIS-DSP: Scalar version for arm_vlog_q31
...
Added scalar version of arm_vlog_q15
Updated PythonWrapper with vlog q31 and q15
Corrected small compilation issue with AC5 compiler.
4 years ago
Christophe Favergeon
2a2f745bd3
CMSIS-DSP: Correction of issue 1217
...
Wrong initialization code for Neon version of biquad DF2T.
Initialization function was trying to modify a const array.
Added Neon function to Doxygen output and some correction because of Doxygen.
5 years ago
Christophe Favergeon
515c07c575
CMSIS-DSP: Removed new compilation warnings with AC6.17 compiler.
5 years ago
Christophe Favergeon
96c89e0a51
CMSIS-DSP: Corrections to tests
...
Build issue with f16 on gcc.
Added some customization hooks.
5 years ago
Christophe Favergeon
28746aeadb
CMSIS-DSP: Improved tests on matrix inversions
...
And correction of an internal pointer bug in pivot code.
5 years ago
Christophe Favergeon
ac7da660b7
CMSIS-DSP: Remove type punning in vector code and some compilation warnings.
5 years ago
Christophe Favergeon
4014866174
CMSIS-DSP: Remove some gcc compilation warnings.
5 years ago
Christophe Favergeon
cb55282a0e
CMSIS-DSP: Improved absmax and absmin tests.
5 years ago
Christophe Favergeon
90c27e0f4a
CMSIS-DSP: Added absmin and absmax
...
Scalar versions only.
f32, f16, q31, q15, q7.
5 years ago
Christophe Favergeon
83912a9360
CMSIS-DSP: Correction of issue 1169
...
Build issues when building with ARM_MATH_SIZE_MISMATCH defined are corrected.
Improvement to the tests to track ARM_MATH_SIZE_MISMATCH error detection.
5 years ago
Christophe Favergeon
8f282215fb
CMSIS-DSP: Correcting some build issues with Helium f16 code when building with gcc.
5 years ago
Christophe Favergeon
5b04d88f3a
CMSIS-DSP: Correcting issue #1167
5 years ago
Christophe Favergeon
baa16ae1a1
CMSIS-DSP: Correcting issue #1165
5 years ago
Christophe Favergeon
4ba79c27c6
CMSIS-DSP: MVE version of Levinson Durbin f16
5 years ago
Christophe Favergeon
630122ae1b
CMSIS-DSP: Improvement to FIR documentation and tests.
5 years ago
Christophe Favergeon
e9a8ba6255
CMSIS-DSP: Scalar version of Levinson Durbin algorithms.
...
f32, f16 and q31.
5 years ago
Christophe Favergeon
68dd797c99
CMSIS-DSP: Helium code for clipping functions.
5 years ago
Christophe Favergeon
0556e5fb2a
CMSIS-DSP: Added scalar version of clipping functions.
5 years ago
Christophe Favergeon
f81dccabf7
CMSIS-DSP: Added Helium version of quaternion functions.
5 years ago
Christophe Favergeon
4357c9e947
CMSIS-DSP: Added scalar f32 quaternion functions.
...
Some correction for RFFT Fast f32 in Python wrapper
5 years ago
Christophe Favergeon
4165f51802
CMSIS-DSP: Tuning of link scripts to be able to run bigger tests on IPSS.
5 years ago
Christophe Favergeon
502fb88f3d
CMSIS-DSP: Test framework tuning
...
Tuning to test with gcc and Helium code.
5 years ago
Christophe Favergeon
4288cf4fec
CMSIS-DSP: Some improvements to build Helium version with gcc.
...
Helium f16 disabled by default with gcc since there are a few remaining build issues.
5 years ago
Christophe Favergeon
a888f7205b
CMSIS-DSP: Some minor corrections.
...
Documentation and #define naming.
5 years ago
Christophe Favergeon
8fff9ebe29
CMSIS-DSP: New MVE implementations of the complex dot product and vector product.
5 years ago
Christophe Favergeon
c4283d209f
CMSIS-DSP: Added new MVE implementation for FIR Q15 and Q7.
5 years ago
Christophe Favergeon
a108d6763e
CMSIS-DSP: Added new MVE implementation of FIR Q31
5 years ago
Christophe Favergeon
68b219bb1f
CMSIS-DSP: New MVE implementation of the FIR F16
5 years ago
Christophe Favergeon
6f229b4f65
CMSIS-DSP: New MVE implementation of the FIR f32
5 years ago
Christophe Favergeon
fa73bb9825
CMSIS-DSP: Removed build warnings for tests.
5 years ago
Christophe Favergeon
af027f97c5
CMSIS-DSP: Biquad improvement
...
Improvement to formatting script.
5 years ago
Christophe Favergeon
212e9cb805
CMSIS-DSP: Added Cholesky decomposition
...
LL^t and LDL^t variant.
Added foward and backward substitution to solve linear systems
with triangular matrix.
5 years ago
Christophe Favergeon
0bcb1384f2
CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE
5 years ago
Christophe Favergeon
7accd563b9
CMSIS-DSP: Corrected script for html generation
5 years ago
Christophe Favergeon
078c0b282d
CMSIS-DSP: Improved f16 scalar code.
5 years ago
Christophe Favergeon
4b4d5322c8
CMSIS-DSP: Improvement to f16 helium code for linear SVM.
...
Improved tests for weighted sum.
5 years ago
Christophe Favergeon
29a69f56d0
CMSIS-DSP: Improved some f16 helium codes.
5 years ago
Christophe Favergeon
3752e622b8
CMSIS-DSP: Corrected issue in scalar arm_rfft_fast_f16
5 years ago
Christophe Favergeon
1b34e464ba
CMSIS-DSP: Added new f16 tests
5 years ago