Simulink: How to interpret received UDP data/packet?
Show older comments
I use simulink udp receive block to receive UDP packet from a PC. The packet sent by the PC is according to a C header file. It contains a structure with a lot of signals of different data type. E.g., signal 1 uint8, signal 2 double, etc. The data is also begin with a header stating who is the sender and what size is the data.
After receiving the raw data, how can I use simulink to interpret the data?
Accepted Answer
More Answers (0)
Categories
Find more on Block Libraries in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!