- Item one https://www.mathworks.com/help/matlab/ref/timeseries.synchronize.html
- Item two https://www.mathworks.com/help/matlab/ref/timeseries-class.html
Read from a serial port and VISA instrument at the same time
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Rubén Rodríguez Piñero
el 11 de Oct. de 2016
Respondida: Soma Ardhanareeswaran
el 21 de Oct. de 2016
I'm designing an application to take GPS data from a serial port and power measurements from a VISA connection. I want to read both of them at the same time, and I tried the spmd command, but looks like it doesn't works. My question is if there is something that I can use to make both measurements at the same time.
Thank you.
0 comentarios
Respuesta aceptada
Soma Ardhanareeswaran
el 21 de Oct. de 2016
If both your data come with time series data, then you can synchronize them after collecting the data. Refer to
There is no direct way to synchronize the data while capturing them.
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!