How can I read data from a text file with code deployed on a Raspberry ?
4 ビュー (過去 30 日間)
古いコメントを表示
Guilhem Schena
2021 年 6 月 18 日
コメント済み: Guilhem Schena
2021 年 6 月 21 日
I have made text file containing audio data (2 columns of doubles separated by a space) with a code deployed on a Raspberry. Now, I want to use this text file to play audio data through the speakers plugged to the Raspberry (so that's another code deployed on the Raspberry).
The problem, when I use fread, is that I don't receive correct values. I would like to use something similar to importdata() but it does not support code generation.
How can I do ?
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で MATLAB Support Package for Raspberry Pi Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!