Searched defs:intercept_shift (Results 1 – 5 of 5) sorted by relevance
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/ |
D | coef.cpp | 22 const int intercept_shift=2; variable
|
D | scheduler.cpp | 76 const int intercept_shift) in scheduler()
|
D | AppNodes.h | 306 const int intercept_shift):GenericNode<q15_t,inputSize,q15_t,1>(src,dst), in KWS()
|
/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 | 132 … __init__(self,inputSize,outSize,fifoin,fifoout,coef_q15,coef_shift,intercept_q15,intercept_shift): argument
|