@@ -102,7 +102,8 @@ ARCHITECTURE tb OF tb_disturb2_unb2b_sdp_station_full_wg IS
CONSTANTc_bsn_start_wg:NATURAL:=2;-- start WG at this BSN to instead of some BSN, to avoid mismatches in exact expected data values
-- . ampl
CONSTANTc_beamlet_scale:REAL:=1.0/2.0**8;
CONSTANTc_wg_ampl:NATURAL:=NATURAL(7.0/c_beamlet_scale);-- choose < 8.0 to have no beamlet output overflow with unit weights and unit beamlet scale
CONSTANTc_wg_ampl_sp_0:NATURAL:=NATURAL(7.0/c_beamlet_scale);-- choose < 8.0 to have no beamlet output overflow with unit weights and unit beamlet scale
CONSTANTc_wg_ampl_sp_2:NATURAL:=c_wg_ampl_sp_0/2;-- use different ampl for sp_0 and sp_2 to distinghuis them
-- . phase
CONSTANTc_subband_phase:REAL:=0.0;-- wanted subband phase in degrees = WG phase at sop
CONSTANTc_wg_latency:INTEGER:=c_diag_wg_latency-0;-- -0 to account for BSN scheduler start trigger latency
...
...
@@ -116,19 +117,24 @@ ARCHITECTURE tb OF tb_disturb2_unb2b_sdp_station_full_wg IS
CONSTANTc_wg_phase_sp_2:REAL:=c_subband_phase+c_wg_phase_offset_sp_2;-- WG phase in degrees
-- WPFB, use default unit subband weights (= 1.0 + 0j)
CONSTANTc_subband_phase_offset:REAL:=-90.0;-- WG with zero phase sinus yields subband with -90 degrees phase (negative Im, zero Re)