Satellite radio system

Satellite radio system (also: satellite system) is – according to article 1.111 of the International Telecommunication Union´s (ITU) ITU Radio Regulations (RR)[1] – defined as «A space system using one or more artificial earth satellites

Satellite system with three earth stations and one space station

Each system shall be classified by the service in which it operates permanently or temporarily.

See also

References / sources

  1. ITU Radio Regulations, Section IV. Radio Stations and Systems – Article 1.111, definition: space radio system / space system
gollark: <@!319753218592866315> Fix the code in a way which will *not* entirely kill performance.
gollark: Wonderful.
gollark: ```rust// randomly increase/decrease one of the channels in a color by `range`fn mod_channel(rng: &mut WyRand, range: u16, n: u16) -> u16 { let rand = rng.generate_range(0, range * 2 + 1); let o = ((n as u32) + (rand as u32)).saturating_sub(range as u32); o as u16}```
gollark: This is basically just meant to increase/decrease a `u16` by a randomly generated `u16` amount.
gollark: I *think* I wanted to avoid having to convert to signed integers, so it does some weird stuff where it does subtraction instead?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.