Home
last modified time | relevance | path

Searched defs:window (Results 1 – 8 of 8) sorted by relevance

/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/
Dcoef.cpp24 const q15_t window[400]={0,2,8,18,32,51,73,99,129,163, variable
Dscheduler.cpp72 uint32_t scheduler(int *error,const q15_t *window, in scheduler()
DAppNodes.h274 Feature(FIFOBase<q15_t> &src,FIFOBase<q15_t> &dst,const q15_t *window): in Feature()
/cmsis-dsp-latest/PythonWrapper/examples/
Dtestmfcc.py20 window = sig.windows.hamming(FFTSize, sym=False) variable
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/
Dsched.py43 def scheduler(input_array,window,coef_q15,coef_shift,intercept_q15,intercept_shift): argument
Dappnodes.py115 def __init__(self,inputSize,outSize,fifoin,fifoout,window): argument
/cmsis-dsp-latest/
Dsetup.py104 window = list(filter(isnotmissing,list(filter(notf16, windowMod)))) variable
/cmsis-dsp-latest/Testing/Source/Tests/
DDistanceTestsF32.cpp14 arm_matrix_instance_q7 window; in test_dtw_distance_f32() local