Download DSP data

Download DSP data

get

Download output from a DSP block over all data in the training set, already sliced in windows. In Numpy binary format.

Authorizations
Path parameters
projectIdintegerRequired

Project ID

dspIdintegerRequired

DSP Block ID, use the impulse functions to retrieve the ID

categorystring · enumRequired

Which of the three acquisition categories to download data from

Possible values:
Query parameters
rawbooleanOptional

Whether to download raw data or processed data. Processed data is the default.

Responses
200
Numpy binary file
application/octet-stream
Responsestring · binary
get
GET /v1/api/{projectId}/dsp-data/{dspId}/x/{category} HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

Numpy binary file

binary

Last updated

Was this helpful?