7 #define PORT_DATA_IN "data_input"
8 #define PORT_WEIGHT_IN "weight_input"
9 #define PORT_DATA_OUT "data_output"
11 typedef struct _local_states
13 ComplexNumber Vector_Product[NUMBER_OF_RANGE_BINS];
14 // int sample_counter;
25 void Beam_Former_init(DOLProcess *);
26 int Beam_Former_fire(DOLProcess *);
27 void multiply_and_accumulate(ComplexNumber *, ComplexNumber *, DOLProcess * p);