Filter löschen
Filter löschen

use of data store for waveform input in deep learning

2 Ansichten (letzte 30 Tage)
Mark Hubelbank
Mark Hubelbank am 2 Apr. 2024
Kommentiert: Mark Hubelbank am 4 Apr. 2024
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.

Antworten (1)

Taylor
Taylor am 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 Kommentar
Mark Hubelbank
Mark Hubelbank am 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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu AI for Signals finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by