Plot serial data in realtime with sample time of 1ms

2 次查看(过去 30 天)
Hello,
My MCU is sending data with sample rate of 1000 samples/sec via serial port. how can i visualize this data in realtime on scope? please find attached simulnik model snapshot.
Regards,
Jaydeep

采纳的回答

Hyunuk Ha
Hyunuk Ha 2023-4-29
You can easily log signal and check the signal from Simulink Data Inspector :
But I think 1kHz is too high for data visualization,
  1. Use rate transition blk. to reduce sampling rate.
  2. Attach File Log blk. at the signal for the full data(if necessary, this will log data at the target machine, and after simulation ends, all the data will be transferred through TCP/IP).

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 View and Analyze Simulation Results 的更多信息

产品


版本

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by