Takes in a features array and runs it through the DSP block. This data should have the same frequency as set in the input block in your impulse.
Documentation Index
Fetch the complete documentation index at: https://docs.nordic.edgeimpulse.com/llms.txt
Use this file to discover all available pages before exploring further.
Project ID
DSP Block ID, use the impulse functions to retrieve the ID
Array of features. If you have multiple axes the data should be interleaved (e.g. [ax0_val0, ax1_val0, ax2_val0, ax0_val1, ax1_val1, ax2_val1]).
DSP parameters with values
{ "scale-axes": "10" }Whether to generate graphs (will take longer)
Whether to request performance info (will take longer unless cached)
OK
Whether the operation succeeded
Array of processed features. Laid out according to the names in 'labels'
Graphs to plot to give an insight in how the DSP process ran
Optional error description (set if 'success' was false)
Labels of the feature axes
String representation of the DSP state returned