音声データを二次元データとしてワークスペースもしくはcsvなどで保存する方法
Ältere Kommentare anzeigen
[x,fs]=audioread("output3.wav");
音声データ(wavファイル)をaudioreadを用いてワークスペースに保存することはできましたが、一次元のデータで保存しているために二次元データとして保存したいと考えております。しかし、私の知識不足により困難しております。
簡単な内容ではありますが、ご教授お願いいたします。
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Audio I/O and Waveform Generation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!