SERIES H: Audiovisual and multimedia systems
Infrastructure of audiovisual services – Coding of moving video
| 'use strict'; | |
| var TURRET_SIG_RES = 40000; | |
| var ang = 0; | |
| if (inputs.orbit > 0 && inputs.speed > 0) | |
| { | |
| ang = Math.atan(inputs.speed/inputs.orbit); | |
| } | |
| // Tracking performance |