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

XSub and BF use in_sosi_arr = fsub_sosi_arr, so weighted subbands for the statistics.

parent 62de3579
No related branches found
No related tags found
No related merge requests found
Pipeline #25932 passed
......@@ -310,8 +310,9 @@ BEGIN
udp_src_port => stat_udp_src_port,
ip_src_addr => stat_ip_src_addr,
gn_index => TO_UINT(gn_id),
sdp_info => sdp_info,
gn_index => TO_UINT(gn_id)
weighted_subbands_flag => '1' -- because BF uses in_sosi_arr = fsub_sosi_arr, so weighted subbands
);
---------------------------------------------------------------
......
......@@ -468,6 +468,7 @@ BEGIN
gn_index => TO_UINT(gn_id),
ring_info => ring_info,
sdp_info => sdp_info,
weighted_subbands_flag => '1', -- because XSub uses in_sosi_arr = fsub_sosi_arr, so weighted subbands
nof_crosslets => nof_crosslets,
crosslets_info => crosslets_info
);
......
......@@ -403,8 +403,8 @@ ARCHITECTURE str OF sdp_station IS
----------------------------------------------
SIGNAL ait_sosi_arr : t_dp_sosi_arr(c_sdp_S_pn-1 DOWNTO 0);
SIGNAL pfb_sosi_arr : t_dp_sosi_arr(c_sdp_P_pfb-1 DOWNTO 0);
SIGNAL fsub_sosi_arr : t_dp_sosi_arr(c_sdp_P_pfb-1 DOWNTO 0);
SIGNAL pfb_sosi_arr : t_dp_sosi_arr(c_sdp_P_pfb-1 DOWNTO 0); -- raw subbands
SIGNAL fsub_sosi_arr : t_dp_sosi_arr(c_sdp_P_pfb-1 DOWNTO 0); -- weighted subbands
SIGNAL bs_sosi : t_dp_sosi;
SIGNAL xst_from_ri_sosi : t_dp_sosi;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment