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/PatternGeneration
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
..
BIQUAD.py CMSIS-DSP: Added f16 version of biquads. 5 years ago
BasicMaths.py CMSIS-DSP: New f64 tests 4 years ago
Bayes.py CMSIS-DSP: Added Bayes benchmarks 5 years ago
ComplexMaths.py CMSIS-DSP: New f64 tests 4 years ago
Controller.py CMSIS-DSP: Added new f16 tests 5 years ago
Convolutions.py CMSIS-DSP: New f64 tests 4 years ago
DebugTools.py CMSIS-DSP: Added f16 version of biquads. 5 years ago
Decimate.py CMSIS-DSP: Added new f16 tests 5 years ago
Distance.py CMSIS-DSP: New f64 tests 4 years ago
Example.py CMSIS-DSP: Added test examples 6 years ago
FIR.py CMSIS-DSP: New f64 tests 4 years ago
FastMath.py CMSIS-DSP: Some improvements for sign conversion warnings. 4 years ago
GenAll.py CMSIS-DSP:Added tests for arm_linear_interp f32, q31, q15 and q7. 6 years ago
Interpolate.py Corrected issue #49 3 years ago
MFCC.py CMSIS-DSP: New MFCC Q15 and Q31 4 years ago
Matrix.py Householder and QR decomposition for matrices (f64,f32,f16). 3 years ago
QR.py Householder and QR decomposition for matrices (f64,f32,f16). 3 years ago
Quaternion.py CMSIS-DSP: Added scalar f32 quaternion functions. 5 years ago
SVM.py CMSIS-DSP: Added stats and SVM tests 5 years ago
Softmax.py CMSIS-DSP: Added MVE code for Matrix functions. 6 years ago
Stats.py Corrected issue #66 3 years ago
Support.py Add Conversion functions from and to 64 bit floating point 3 years ago
Tools.py Add Conversion functions from and to 64 bit floating point 3 years ago
Transform.py CMSIS-DSP: Added f16 support to test framework. 6 years ago
Window.py Added window functions for use with Fourier transforms. 3 years ago