フィルターのクリア

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

1 回表示 (過去 30 日間)
Ashley Cook
Ashley Cook 2021 年 6 月 7 日
コメント済み: ytzhak goussha 2021 年 6 月 30 日
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 件のコメント
ytzhak goussha
ytzhak goussha 2021 年 6 月 30 日
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

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by