|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
Represents a sampled 2D antenna gain pattern. More...
#include "api.h"
Public Attributes | |
| double * | gains |
| size_t | az_count |
| size_t | el_count |
| double | max_gain |
Represents a sampled 2D antenna gain pattern.
Gains are in linear scale (not dB), normalized to the antenna's peak gain. The data is structured as a flat array in row-major order (elevation rows, then azimuth columns).
gains array must be freed using fers_free_antenna_pattern_data. | double* fers_antenna_pattern_data_t::gains |
Definition at line 271 of file api.h.
Referenced by fers_free_antenna_pattern_data().