29 HelixAntenna(uint8_t type,
double frequency,
int polarization,
double pointing_error,
size_t turns,
double turn_spacing,
double circumference);
55 double d_turn_spacing;
56 double d_circumference;
GenericAntenna(uint8_t type, double frequency, int polarization, double pointing_error)
The constructor of generic_antenna class.
Definition generic.cpp:7
HelixAntenna(uint8_t type, double frequency, int polarization, double pointing_error, size_t turns, double turn_spacing, double circumference)
The constructor of helix_antenna class.
Definition helix.cpp:9
double get_beamwidth()
Get the beamwidth of the helix antenna. This is the implementation of the parent's pure virtual funct...
Definition helix.cpp:35
double get_gain_rolloff()
Get the the gain roll-off of the antenna.
Definition helix.cpp:21
double get_gain()
Get the gain of the helix antenna. This is the implementation of the parent's pure virtual function f...
Definition helix.cpp:19