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

Added total nof beamlets in SDPFW is c_sdp_N_beamlets_sdp = 976.

parent 4e410d80
No related branches found
No related tags found
1 merge request!198Clarified reading one WPFB unit into sp_subband_powers_arr2. Updated comments....
...@@ -121,6 +121,7 @@ PACKAGE sdp_pkg is ...@@ -121,6 +121,7 @@ PACKAGE sdp_pkg is
CONSTANT c_sdp_W_bf_product : NATURAL := c_sdp_W_subband + c_sdp_W_bf_weight -1; CONSTANT c_sdp_W_bf_product : NATURAL := c_sdp_W_subband + c_sdp_W_bf_weight -1;
CONSTANT c_sdp_X_sq : NATURAL := c_sdp_S_pn * c_sdp_S_pn; CONSTANT c_sdp_X_sq : NATURAL := c_sdp_S_pn * c_sdp_S_pn;
CONSTANT c_sdp_block_period : NATURAL := c_sdp_N_fft * 1000 / c_sdp_f_adc_MHz; -- = 5120 [ns] CONSTANT c_sdp_block_period : NATURAL := c_sdp_N_fft * 1000 / c_sdp_f_adc_MHz; -- = 5120 [ns]
CONSTANT c_sdp_N_beamlets_sdp : NATURAL := c_sdp_N_beamsets * c_sdp_S_sub_bf; -- = 976
-- Default / tb values -- Default / tb values
CONSTANT c_sdp_beamlet_scale_default : NATURAL := 2**15; CONSTANT c_sdp_beamlet_scale_default : NATURAL := 2**15;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment