Hello to everyone,
I am a bit stuck with the RadarBeamBlock, because in order to change the elevations for each one of the radar beams within the parameters, the elevations need to be constant, which is not my case. I would like to know how could I change the values of these elevations and not to be limited by the same elevations, e.g.
///////////// elevations //////////////////////////////
//
// Elevation specification (degrees).
//
//
// Type: struct
// typedef struct {
// double start;
// double delta;
// int count;
// }
//
//
elevations = {
start = 1,
delta = 2.5,
count = 8
};
I wanted to change the delta, because the angles we are using are not constant, for instance : 0.5°; 1.5°; 2.5°; 5° etc
Thanks in advance for your time and reply!
Fredy