You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CMSIS-DSP/ComputeGraph/examples/example9
Christophe Favergeon dfb67ee993 Started to rework the documentation for the ComputeGraph examples. 3 years ago
..
docassets Started to rework the documentation for the ComputeGraph examples. 3 years ago
generated Added a dynamic mode to the compute graph. 3 years ago
AppNodes.h Added a dynamic mode to the compute graph. 3 years ago
CMakeLists.txt Added a new simpler example for the compute graph. 3 years ago
README.md Started to rework the documentation for the ComputeGraph examples. 3 years ago
custom.h Improvement to compute graph 3 years ago
graph.py Added a dynamic mode to the compute graph. 3 years ago
main.cpp Improvement to compute graph 3 years ago
test.dot Improvement to the Python wrapper 3 years ago
test.pdf Improvement to compute graph 3 years ago

README.md

Example 9

Thsi example is just checking that duplicate node insertion and delay on a connection are working well together.

The Python script is able to schedule the graph.

graph9