Skip to content
Snippets Groups Projects

L2SDP-865: Rename FPGA_subband_spectral_inversion_R(W)

Merged Jan David Mol requested to merge spectral-inversion-rename-hotfix into master
2 files
+ 12
12
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -44,9 +44,9 @@ To setup the input and output frequencies, the following attributes are offered:
@@ -44,9 +44,9 @@ To setup the input and output frequencies, the following attributes are offered:
:type: ``uint32[N_fpgas][N_ants_per_fpga]``
:type: ``uint32[N_fpgas][N_ants_per_fpga]``
:FPGA_subband_spectral_inversion_RW: Whether to invert the spectrum, both within and across all subbands. This is required in odd-numbered NyQuist zones to have the signal increase in frequency over the subbands. This setting is automatically configured by setting `nyquist_zone_RW` but can be overwritten explicitly as well.
:FPGA_spectral_inversion_RW: Whether to invert the spectrum, both within and across all subbands. This is required in odd-numbered NyQuist zones to have the signal increase in frequency over the subbands. This setting is automatically configured by setting `nyquist_zone_RW` but can be overwritten explicitly as well.
:type: ``bool[N_fpgas]``
:type: ``bool[N_fpgas][N_ants_per_fpga]``
All of these are required to compute the actual frequencies of the subbands constructed by the PPF inside the FPGA. For convenience, the device explicitly exposes these:
All of these are required to compute the actual frequencies of the subbands constructed by the PPF inside the FPGA. For convenience, the device explicitly exposes these:
Loading