Skip to content
Snippets Groups Projects

L2SS-1205: Updated SDP subband unit weight to 2^14 to match SDP firmware

Merged L2SS-1205: Updated SDP subband unit weight to 2^14 to match SDP firmware
Merged Jan David Mol requested to merge L2SS-1205-update-subband-unit-weight into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -641,7 +641,7 @@ class SDP(OPCUADevice):
@@ -641,7 +641,7 @@ class SDP(OPCUADevice):
# --------
# --------
# A weight representing no scaling in FPGA_subband_weights_R(W)
# A weight representing no scaling in FPGA_subband_weights_R(W)
SUBBAND_UNIT_WEIGHT = 2**13
SUBBAND_UNIT_WEIGHT = 2**14
# ----------
# ----------
Loading