Home
last modified time | relevance | path

Searched refs:fifo5 (Results 1 – 2 of 2) sorted by relevance

/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/
Dscheduler.cpp89 FIFO<q15_t,FIFOSIZE5,1> fifo5(buf5); in scheduler() local
107 KWS<q15_t,98,q15_t,1> kws(fifo4,fifo5,coef_q15,coef_shift,intercept_q15,intercept_shift); in scheduler()
110 Sink<q15_t,1> sink(fifo5); in scheduler()
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/
Dsched.py56 fifo5=FIFO(FIFOSIZE5,buf5)
65 kws = KWS(98,1,fifo4,fifo5,coef_q15,coef_shift,intercept_q15,intercept_shift)
66 sink = Sink(1,fifo5)