Searched defs:intercept_q15 (Results 1 – 5 of 5) sorted by relevance
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/ |
D | coef.cpp | 20 const q15_t intercept_q15 = -18108; variable
|
D | scheduler.cpp | 75 const q15_t intercept_q15, in scheduler()
|
D | AppNodes.h | 305 const q15_t intercept_q15, 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 …def __init__(self,inputSize,outSize,fifoin,fifoout,coef_q15,coef_shift,intercept_q15,intercept_shi… argument
|