音声データを二次元データとしてワークスペースもしくはcsvなどで保存する方法
Afficher commentaires plus anciens
[x,fs]=audioread("output3.wav");
音声データ(wavファイル)をaudioreadを用いてワークスペースに保存することはできましたが、一次元のデータで保存しているために二次元データとして保存したいと考えております。しかし、私の知識不足により困難しております。
簡単な内容ではありますが、ご教授お願いいたします。
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Audio I/O and Waveform Generation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!