Searched defs:window (Results 1 – 8 of 8) sorted by relevance
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/ |
D | coef.cpp | 24 const q15_t window[400]={0,2,8,18,32,51,73,99,129,163, variable
|
D | scheduler.cpp | 72 uint32_t scheduler(int *error,const q15_t *window, in scheduler()
|
D | AppNodes.h | 274 Feature(FIFOBase<q15_t> &src,FIFOBase<q15_t> &dst,const q15_t *window): in Feature()
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testmfcc.py | 20 window = sig.windows.hamming(FFTSize, sym=False) variable
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/ |
D | sched.py | 43 def scheduler(input_array,window,coef_q15,coef_shift,intercept_q15,intercept_shift): argument
|
D | appnodes.py | 115 def __init__(self,inputSize,outSize,fifoin,fifoout,window): argument
|
/cmsis-dsp-latest/ |
D | setup.py | 104 window = list(filter(isnotmissing,list(filter(notf16, windowMod)))) variable
|
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | DistanceTestsF32.cpp | 14 arm_matrix_instance_q7 window; in test_dtw_distance_f32() local
|