Skip to content

Collection of short Julia scripts implementing ITU Radiation Patterns

License

Notifications You must be signed in to change notification settings

Sedictious/ITUPatterns.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a collection of short scripts implementing the ITU patterns listed in here. This is meant to hopefully help a bit anyone going through the ITU authorization process and looking into re-using one of the already registered radiation patterns.

Usage

The exact interfaces used depend on the pattern. But generally you just want to initialize the object and then plot the result. A plot recipe for antenna patterns is provided so that you can plot your patterns.

Example usage:

pattern = APERR_001V01(22.0)
plot(pattern, -π/2, π/2, COPOLAR::AntennaPatternPolarization, color=7)

example

Implemented Patterns

Earth Station Antenna Patterns

Standard

  • APERR_001V01
  • APERR_002V01
  • APEREC005V01
  • APERR_006V01
  • APERR_007V01
  • APERR_008V01
  • APERR_009V01
  • APERR_010V01
  • APERR_011V01
  • APERR_012V01
  • APEREC013V01
  • APEREC015V01
  • APEREC022V01
  • APEREC023V01
  • APEREC024V01
  • APEREC025V01
  • APEREC026V01
  • APEREC028V01
  • APEREC029V01
  • APEND_099V01

Space Station Antenna Patterns

Standard

  • APSRR_402V01
  • APSREC407V01
  • APSREC408V01
  • APSREC409V01
  • APSREC412V01
  • APSREC413V01
  • APSND_499V01
  • REC-1528

About

Collection of short Julia scripts implementing ITU Radiation Patterns

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages