Azzera filtri
Azzera filtri

use of data store for waveform input in deep learning

2 visualizzazioni (ultimi 30 giorni)
I am attempting to input a large amount of waveform data to the deep learning toolbox. It appears that this is best done with data stores. I have not been able to find an example where a non-image datastore is constructed which includes the required label for each waveform. Any example showing the code used to create such a data store would be appreciated.

Risposte (1)

Taylor
Taylor il 2 Apr 2024
I believe what you're looking for is a signalDatastore. Here's an example on using signal datatstores and general documentation.
  1 Commento
Mark Hubelbank
Mark Hubelbank il 4 Apr 2024
That looks like a good start. It appears that my problem is that mathlab seems to allow the deep learning engine to figure out what data it should use. There does not seem to be a specific requirement for the format, type, or variable label of the data. This is so foreign to those of us who have used C forever that it is very hard to switch gears.
Am I wrong in thinking that there is no specific requirement for the data and label variable names when creating the .mat file to be used to build the signalDatastore? If there are specific requirements, I have not been able to find them.

Accedi per commentare.

Categorie

Scopri di più su AI for Signals in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by