Skip to content
Snippets Groups Projects
Commit 64f68a28 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Enable BST offload. Select last g_beamlet, to check that it is covered.

parent 8975cb58
No related branches found
No related tags found
1 merge request!254Corrected c_block_size_w, by using +1 to ensure that g_block_size that is...
...@@ -48,7 +48,7 @@ BEGIN ...@@ -48,7 +48,7 @@ BEGIN
g_sp_remnant_ampl => 0.1, -- WG normalized amplitude for remnant sp g_sp_remnant_ampl => 0.1, -- WG normalized amplitude for remnant sp
g_sp_remnant_phase => 15.0, -- WG phase in degrees for remnant sp g_sp_remnant_phase => 15.0, -- WG phase in degrees for remnant sp
g_subband => 102, -- select g_subband at index 102 = 102/1024 * 200MHz = 19.921875 MHz g_subband => 102, -- select g_subband at index 102 = 102/1024 * 200MHz = 19.921875 MHz
g_beamlet => 10, -- map g_subband to g_beamlet index in beamset in range(c_sdp_S_sub_bf = 488) g_beamlet => c_sdp_S_sub_bf-1, -- map g_subband to g_beamlet index in beamset in range(c_sdp_S_sub_bf = 488)
g_beamlet_scale => 1.0 / 2.0**9, -- g_beamlet output scale factor g_beamlet_scale => 1.0 / 2.0**9, -- g_beamlet output scale factor
g_bf_x_gain => 0.7, -- g_beamlet X BF weight normalized gain for g_sp g_bf_x_gain => 0.7, -- g_beamlet X BF weight normalized gain for g_sp
g_bf_y_gain => 0.6, -- g_beamlet Y BF weight normalized gain for g_sp g_bf_y_gain => 0.6, -- g_beamlet Y BF weight normalized gain for g_sp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment