필터 지우기
필터 지우기

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