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/documentation/PythonNodes.md

69 lines
557 B
Markdown

# Python Nodes and classes
Python implementation of the nodes to be run from a Python scheduler.
You don't need this if you're only working with C++ schedulers.
(DOCUMENTATION TO BE WRITTEN)
## Mandatory classes
FIFO
GenericNode
GenericNode12
GenericNode13
GenericNode21
GenericSource
GenericSink
OverlapAdd
SlidingBuffer
## Optional nodes
CFFT
CIFFT
InterleavedStereoToMono
MFCC
NullSink
ToComplex
ToReal
Unzip
Zip
Duplicate
Duplicate2
Duplicate3
### Host
FileSink
FileSource
WavSource
WavSink
NumpySink
VHTSource
VHTSink