Get slice of sample data, and run it through the DSP block. This only the axes selected by the DSP block. E.g. if you have selected only accX and accY as inputs for the DSP block, but the raw sample also contains accZ, accZ is filtered out.
Authorizations
Path parameters
projectIdintegerrequired
Project ID
dspIdintegerrequired
DSP Block ID, use the impulse functions to retrieve the ID
sampleIdintegerrequired
Sample ID
Query parameters
sliceStartintegerrequired
Begin index of the slice
sliceEndintegeroptional
End index of the slice. If not given, the sample will be sliced to the same length as the impulse input block window length.