Get slice of raw sample data, but with 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.
truncateStructuredLabelsbooleanoptional
If true, only a slice of labels will be returned for samples with multiple labels.