1 #ifndef WEIGHT_GENERATOR_H
2 #define WEIGHT_GENERATOR_H
9 typedef struct _local_states
11 ComplexNumber Weights[NUMBER_OF_BEAMS][NUMBER_OF_ANTENNA_ELEMENTS];
20 } Weight_Generator_State;
22 void Weight_Generator_init(DOLProcess *);
23 int Weight_Generator_fire(DOLProcess *);