Skip to content
Snippets Groups Projects

Add c_sdp_shiftram_latency to adjust WG phase for this.

Merged Eric Kooistra requested to merge L2SDP-1011 into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -321,7 +321,9 @@ class BeamletStream(object):
c_unit_bf_weight * c_bf_remnant_y_gain * np.exp(1j * np.deg2rad(c_bf_remnant_y_phase)))
c_diag_wg_latency = 10.0
c_wg_phase_offset = 360.0 * c_diag_wg_latency * (c_subband / C_SDP.N_fft)
c_sdp_shiftram_latency = 4.0
c_wg_latency = c_diag_wg_latency + c_sdp_shiftram_latency
c_wg_phase_offset = 360.0 * c_wg_latency * (c_subband / C_SDP.N_fft)
c_wg_phase = c_sp_phase + c_wg_phase_offset
c_wg_remnant_phase = c_sp_remnant_phase + c_wg_phase_offset
Loading