How can I read data from a text file with code deployed on a Raspberry ?
4 次查看(过去 30 天)
显示 更早的评论
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!