Filter löschen
Filter löschen

Detecting signals from .wav files after deep learning network is trained

1 Ansicht (letzte 30 Tage)
Are there any follow up tutorials or examples on how to detect sounds in .wav files after you train a network to classify spectrograms? The 'deep learning with MATLAB course' teaches how to classify spectrograms, but in order for this to be useful in my work I wanted to be able to then use the the trained network to evaluate ~30 min .wav files and detect a desired sound type. Any links or suggestions are welcome.
  1 Kommentar
ytzhak goussha
ytzhak goussha am 30 Jun. 2021
Hey,
  1. reshape your vector into a matrix, it possible that you might have to zero pad it or truncate it to able to reashe the vector into a matrix with desider number or row.
  2. use audioFeatureExtractor to create an extractor with desird parameters and use it to extract spectrograms from you audio matrix
  3. feed the spectrograms to your model. if your spectrograms are too large, feed the matrix in small batches

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange

Produkte


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by