Info

此问题已关闭。 请重新打开它进行编辑或回答。

Using target for hardware blocks, How can I send data from host machine as input to the model which is already downloaded and run in beagleboard?

1 次查看(过去 30 天)
I have build a filter model into the beagleboard. But How can I input the data stored in PC machine to that beagleboard model? I would really appreciate if there is particular way to do this

回答(1 个)

Murat Belge
Murat Belge 2012-10-4
1. Use 'From Workspace' block. Save the data you want BeagleBoard to use into MATLAB workspace. Use 'From Workspace' block to feed the data to your Simulink model.
2. Use UDP blocks. There is a demo in BeagleBoard Support Package called "Communicating with BeagleBoard Hardware". This model actually does the reverse of what you are looking for; i.e. sends data from BeagleBoard back into the host computer. But you can easily generalize this example to do the reverse.

此问题已关闭。

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by