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