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 4806c7f01d
Streamdoc (#94)
Reworked the documentation and examples for the compute graph.
3 years ago
..
docassets Streamdoc (#94) 3 years ago
generated Added a dynamic mode to the compute graph. 3 years ago
AppNodes.h Streamdoc (#94) 3 years ago
CMakeLists.txt Streamdoc (#94) 3 years ago
README.md Streamdoc (#94) 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