Get processed sample (from features array)
Last updated
Last updated
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.
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
Whether to generate graphs (will take longer)
Whether to request performance info (will take longer unless cached)
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
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
Labels of the feature axes
String representation of the DSP state returned