Import recorded binary data file to simulink
1 次查看(过去 30 天)
显示 更早的评论
Hello, I have a binary data file, which is recorded from a sensor. It's quite big, about several Gb. Data of the file has sample time and bit-width of. In Matlab I can open and read it some values of the file by functions fopen, and fread...but not all the file. Because it's too big - memory consume, and takes long time.
Can I open it in Simulink with certain sample time? For example, I want sample time 1 microsecond, so "the Simulink block" reads its values every milisecond - one by one. In others words, is there any block, which can present the file just like the signal, from which it is recorded. I need do some DSP with it. Thanks,
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Block Libraries 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!