Home
last modified time | relevance | path

Searched defs:coef_q15 (Results 1 – 5 of 5) sorted by relevance

/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/
Dcoef.cpp9 const q15_t coef_q15[98]={-3346,-6224,-9697,-12936,-16920,-20357,-22705,-25301,-27291,-29189, variable
Dscheduler.cpp73 const q15_t *coef_q15, in scheduler()
DAppNodes.h303 const q15_t* coef_q15, in KWS()
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/
Dsched.py43 def scheduler(input_array,window,coef_q15,coef_shift,intercept_q15,intercept_shift): argument
Dappnodes.py132 …def __init__(self,inputSize,outSize,fifoin,fifoout,coef_q15,coef_shift,intercept_q15,intercept_shi… argument