- #1
jakesee
- 17
- 0
Hi,
Anyone has had experience with UAV control/signal design can tell me what is the typical flight speed (surveillance UAV), control range, link speed and control delay like?
(Sorry, I am not a very good engineering student, furthermore control and signal not my discipline... I can only write decent software.)
I am writing a software for a base station to transmit signals at roughly 20Hz i.e. every 5ms transmit a position set point. The UAV has an on board GPS which will transmit its position to the base station but I read that GPS max rate is 1Hz. I could also transmit a "time" data from both sides to get the elapsed-time...
At 100km range away from the base station a wireless link is theoretically 30 microseconds.
total delay = RTT 60microsecs + BW 5ms (base station) + BW 1s (GPS) = 1.005033s
UAV speed = 300km/h = 83.33m/s
error = 83.75 m
Is this calculation correct?
Thanks in advance for any help.
Anyone has had experience with UAV control/signal design can tell me what is the typical flight speed (surveillance UAV), control range, link speed and control delay like?
(Sorry, I am not a very good engineering student, furthermore control and signal not my discipline... I can only write decent software.)
I am writing a software for a base station to transmit signals at roughly 20Hz i.e. every 5ms transmit a position set point. The UAV has an on board GPS which will transmit its position to the base station but I read that GPS max rate is 1Hz. I could also transmit a "time" data from both sides to get the elapsed-time...
At 100km range away from the base station a wireless link is theoretically 30 microseconds.
total delay = RTT 60microsecs + BW 5ms (base station) + BW 1s (GPS) = 1.005033s
UAV speed = 300km/h = 83.33m/s
error = 83.75 m
Is this calculation correct?
Thanks in advance for any help.