You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CMSIS-DSP/Testing/Include/Tests
Christophe Favergeon f757add3bb Added window functions for use with Fourier transforms.
Regular functions for use with tone detection and noise estimation.
Flat-top windows for estimation of tone amplitudes.

Parameters of the windows are given.

Kaiser window missing (Bessel function not available in the library).

No f16 implementation since it is not accurate enough. It is better
to compute a f32 window and convert to f16 after.
3 years ago
..
BIQUADF16.h CMSIS-DSP: Added f16 version of biquads. 5 years ago
BIQUADF32.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
BIQUADF64.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
BIQUADQ15.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
BIQUADQ31.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
BasicTestsF16.h CMSIS-DSP: Added scalar version of clipping functions. 5 years ago
BasicTestsF32.h CMSIS-DSP: Added scalar version of clipping functions. 5 years ago
BasicTestsF64.h CMSIS-DSP: New f64 tests 4 years ago
BasicTestsQ7.h CMSIS-DSP: Added scalar version of clipping functions. 5 years ago
BasicTestsQ15.h CMSIS-DSP: Added scalar version of clipping functions. 5 years ago
BasicTestsQ31.h CMSIS-DSP: Added scalar version of clipping functions. 5 years ago
BayesF16.h CMSIS-DSP: Remove some gcc compilation warnings. 5 years ago
BayesF32.h CMSIS-DSP: Remove some gcc compilation warnings. 5 years ago
BinaryTestsF16.h CMSIS-DSP: Added f16 matrix functions 5 years ago
BinaryTestsF32.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
BinaryTestsF64.h CMSIS-DSP: Added Cholesky decomposition 5 years ago
BinaryTestsQ7.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
BinaryTestsQ15.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
BinaryTestsQ31.h CMSIS-DSP: Improvements to pull request #1363 4 years ago
ComplexTestsF16.h CMSIS-DSP: Added complex math f16 5 years ago
ComplexTestsF32.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
ComplexTestsF64.h CMSIS-DSP: New f64 tests 4 years ago
ComplexTestsQ15.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
ComplexTestsQ31.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
DECIMF32.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
DECIMQ15.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
DECIMQ31.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
DistanceTestsF16.h CMSIS-DSP: Added f16 versions of the distance functions 5 years ago
DistanceTestsF32.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
DistanceTestsF64.h CMSIS-DSP: New f64 tests 4 years ago
DistanceTestsU32.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
ExampleCategoryF32.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
ExampleCategoryQ7.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
ExampleCategoryQ15.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
ExampleCategoryQ31.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
FIRF16.h CMSIS-DSP: Added arm_fir_f16 5 years ago
FIRF32.h CMSIS-DSP: New MVE implementation of the FIR f32 5 years ago
FIRF64.h CMSIS-DSP: New f64 tests 4 years ago
FIRQ7.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
FIRQ15.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
FIRQ31.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
FastMathF16.h CMSIS-DSP: Added additional f16 statistics functions 5 years ago
FastMathF32.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
FastMathF64.h CMSIS-DSP: New f64 tests 4 years ago
FastMathQ15.h CMSIS-DSP: Some improvements for sign conversion warnings. 4 years ago
FastMathQ31.h CMSIS-DSP: New MFCC Q15 and Q31 4 years ago
FastMathQ63.h CMSIS-DSP: Some improvements for sign conversion warnings. 4 years ago
FullyConnected.h CMSIS-DSP: Corrected compilation issues with ARM AC5 compiler. 6 years ago
InterpolationTestsF16.h CMSIS-DSP: Added f16 versions of linear and bilinear interpolations 5 years ago
InterpolationTestsF32.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
InterpolationTestsQ7.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
InterpolationTestsQ15.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
InterpolationTestsQ31.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
MFCCF16.h CMSIS-DSP: Added MFCC F16 4 years ago
MFCCF32.h CMSIS-DSP: MFCC F32 4 years ago
MFCCQ15.h CMSIS-DSP: New MFCC Q15 and Q31 4 years ago
MFCCQ31.h CMSIS-DSP: New MFCC Q15 and Q31 4 years ago
MISCF16.h CMSIS-DSP: Correcting issue #1165 5 years ago
MISCF32.h CMSIS-DSP: Correcting issue #1165 5 years ago
MISCF64.h CMSIS-DSP: New f64 tests 4 years ago
MISCQ7.h CMSIS-DSP: Correcting issue #1165 5 years ago
MISCQ15.h CMSIS-DSP: Correcting issue #1165 5 years ago
MISCQ31.h CMSIS-DSP: Correcting issue #1165 5 years ago
NNSupport.h CMSIS-DSP: Corrected compilation issues with ARM AC5 compiler. 6 years ago
Pooling.h CMSIS-DSP: Corrected compilation issues with ARM AC5 compiler. 6 years ago
QuaternionTestsF32.h CMSIS-DSP: Added scalar f32 quaternion functions. 5 years ago
SVMF16.h CMSIS-DSP: f16 versions of classical ML functions 5 years ago
SVMF32.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
Softmax.h CMSIS-DSP: Corrected compilation issues with ARM AC5 compiler. 6 years ago
StatsTestsF16.h CMSIS-DSP: Added f16 versions of statistics functions. 5 years ago
StatsTestsF32.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
StatsTestsF64.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
StatsTestsQ7.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
StatsTestsQ15.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
StatsTestsQ31.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
SupportBarTestsF16.h CMSIS-DSP: Added f16 support functions 5 years ago
SupportBarTestsF32.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
SupportTestsF16.h Add Conversion functions from and to 64 bit floating point 3 years ago
SupportTestsF32.h Add Conversion functions from and to 64 bit floating point 3 years ago
SupportTestsF64.h Add Conversion functions from and to 64 bit floating point 3 years ago
SupportTestsQ7.h Add Conversion functions from and to 64 bit floating point 3 years ago
SupportTestsQ15.h Add Conversion functions from and to 64 bit floating point 3 years ago
SupportTestsQ31.h Add Conversion functions from and to 64 bit floating point 3 years ago
TransformCF16.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
TransformCF32.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
TransformCF64.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
TransformCQ15.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
TransformCQ31.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
TransformRF16.h CMSIS-DSP: Added arm_rfft_fast_f16 5 years ago
TransformRF32.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
TransformRF64.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
TransformRQ15.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
TransformRQ31.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
UnaryTestsF16.h Householder and QR decomposition for matrices (f64,f32,f16). 3 years ago
UnaryTestsF32.h Householder and QR decomposition for matrices (f64,f32,f16). 3 years ago
UnaryTestsF64.h Householder and QR decomposition for matrices (f64,f32,f16). 3 years ago
UnaryTestsQ7.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
UnaryTestsQ15.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
UnaryTestsQ31.h CMSIS-DSP: Updated tests to use the new headers. 5 years ago
WindowTestsF32.h Added window functions for use with Fourier transforms. 3 years ago
WindowTestsF64.h Added window functions for use with Fourier transforms. 3 years ago
mfccdata.c CMSIS-DSP: New MFCC Q15 and Q31 4 years ago
mfccdata.h CMSIS-DSP: New MFCC Q15 and Q31 4 years ago
mfccdata_f16.h CMSIS-DSP: Added MFCC F16 4 years ago