Filter löschen
Filter löschen

applying delay to real-time process

1 Ansicht (letzte 30 Tage)
Mahsa Rm
Mahsa Rm am 4 Jul. 2021
Bearbeitet: Mahsa Rm am 4 Jul. 2021
I'm receiving an eog data from a device and I'm processing it real-time, but I want the code to process with 1 sec delay. when I write pause(1) in loop code, both data receiving and processing will have delay. how I can apply it only to process?
any help would be appreciated.

Antworten (1)

Yazan
Yazan am 4 Jul. 2021
You can use a timer object. See details here and here.
  1 Kommentar
Mahsa Rm
Mahsa Rm am 4 Jul. 2021
Bearbeitet: Mahsa Rm am 4 Jul. 2021
@Yazan but here it says I can't use it for real-time appplications.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by