FERS 1.0.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
fers_antenna_pattern_data_t Struct Reference

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
 

Detailed Description

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).

Note
The gains array must be freed using fers_free_antenna_pattern_data.

Definition at line 269 of file api.h.

Member Data Documentation

◆ az_count

size_t fers_antenna_pattern_data_t::az_count

Definition at line 272 of file api.h.

◆ el_count

size_t fers_antenna_pattern_data_t::el_count

Definition at line 273 of file api.h.

◆ gains

double* fers_antenna_pattern_data_t::gains

Definition at line 271 of file api.h.

Referenced by fers_free_antenna_pattern_data().

◆ max_gain

double fers_antenna_pattern_data_t::max_gain

Definition at line 274 of file api.h.


The documentation for this struct was generated from the following file: