Loading...
Download labels for a DSP block over all data in the training set, already sliced in windows.
Project ID
DSP Block ID, use the impulse functions to retrieve the ID
Which of the three acquisition categories to download data from
Numpy binary file
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/dsp-data/{dspId}/y/{category}', { method: 'GET', headers: {}, }); const data = await response.json();
binary