Home
last modified time | relevance | path

Searched defs:coefs (Results 1 – 19 of 19) sorted by relevance

/cmsis-dsp-latest/Testing/Include/Tests/
DSupportBarTestsF16.h15 Client::Pattern<float16_t> coefs; variable
DSupportBarTestsF32.h15 Client::Pattern<float32_t> coefs; variable
DDECIMF64.h16 Client::Pattern<float64_t> coefs; variable
DDECIMF32.h16 Client::Pattern<float32_t> coefs; variable
DDECIMQ15.h16 Client::Pattern<q15_t> coefs; variable
DDECIMQ31.h16 Client::Pattern<q31_t> coefs; variable
DSupportTestsF32.h16 Client::Pattern<float32_t> coefs; variable
DSupportTestsF64.h16 Client::Pattern<float64_t> coefs; variable
DSupportTestsF16.h20 Client::Pattern<float16_t> coefs; variable
/cmsis-dsp-latest/Testing/Include/Benchmarks/
DSupportBarF16.h15 Client::Pattern<float16_t> coefs; variable
DSupportBarF32.h15 Client::Pattern<float32_t> coefs; variable
DBIQUADF64.h15 Client::Pattern<float64_t> coefs; variable
DBIQUADF16.h15 Client::Pattern<float16_t> coefs; variable
DBIQUADF32.h15 Client::Pattern<float32_t> coefs; variable
/cmsis-dsp-latest/Source/TransformFunctions/
Darm_mfcc_f16.c89 const float16_t *coefs=S->filterCoefs; in arm_mfcc_f16() local
Darm_mfcc_f32.c79 const float32_t *coefs=S->filterCoefs; in arm_mfcc_f32() local
/cmsis-dsp-latest/PythonWrapper/examples/
Dexample.py64 coefs=np.reshape(np.hstack((sos[:,:3],-sos[:,4:])),15) variable
65 coefs = coefs / 4.0 variable
Dtestdsp.py347 coefs=[1.,2,3,4,5] variable
/cmsis-dsp-latest/dsppp/tests/
Dfilter_test.cpp565 PVector<T,TAPS> coefs; in test() local