I have to make monitoring system of real time pressure and temperature sensor data. how i can do it with matlab and what are the other hardware components i need?
3 次查看(过去 30 天)
显示 更早的评论
I need to monitor graph plot of sensor data in real time. I am not sure what are the other hardwares i need to display the data in matlab
2 个评论
Walter Roberson
2017-10-13
What kind of hardware interfaces does your sensor have?
Do you have information about how the hardware measurements for the device correspond to readings? For example does a change of 1 in reading of the temperature sensor correspond to 0.1 degree celcius, or 0.1 degree fahrenheit, or the representation N/255 of the way through the range between some minimum temperature and maximum temperature whose bounds you control by control information you write to the device?
What sensing rate do you need? How many bits wide are the samples?
What latency is acceptable in the drawing?
Is it necessary to process each sample individually as soon as possible, or would it be acceptable to read them in batches and update for the batch (for example, reading 1 second of data at a time, processing it, updating the graph) ?
回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!