Matlab for my needs

조회 수: 11 (최근 30일)
Idan
Idan 2011년 11월 2일
댓글: Walter Roberson 2025년 1월 5일
Hi, 1. I want to know if it's possible to send data to sensor from MATLAB software in order receive data from it? (Need to define Comm Port on the PC…) 2. If not, is it possible to only receive data from sensor (in order to match the best filter)? 3. After finding the best filter, how can I use the MATLAB product in my VHDL file? Is it even possible? Thanks, Idan
  댓글 수: 1
Walter Roberson
Walter Roberson 2025년 1월 5일
Most sensors do not permit you to send data to them. At most they permit you to send control signals to them.

댓글을 달려면 로그인하십시오.

답변 (2개)

BhaTTa
BhaTTa 2025년 1월 5일
Hey @Idan,
To address your questions:
1. Sending Data to a Sensor from MATLAB:
Yes, it is possible to send data to a sensor from MATLAB, as well as receive data from it. This is typically done through communication interfaces like serial ports, USB, TCP/IP, or other communication protocols supported by your sensor.
2. Receiving Data from a Sensor:
Yes, you can receive data from a sensor to analyze it in MATLAB. The same communication setup as above can be used to read data from the sensor.
3. Using MATLAB in VHDL:
MATLAB provides a tool called HDL Coder that can convert MATLAB algorithms into VHDL code.

Kiran Kintali
Kiran Kintali 2025년 1월 5일
Run and Verify Generated IP Core
You can prototype, simulate, and verify the generated HDL IP core on your target FPGA device.
For more details on the workflow, see Targeting FPGA & SoC Hardware Overview.

카테고리

Help CenterFile Exchange에서 FPGA, ASIC, and SoC Development에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by