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 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Walter Roberson
am 13 Okt. 2017
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) ?
Antworten (1)
Siehe auch
Kategorien
Mehr zu 앱 디자이너를 사용하여 앱 개발하기 finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!