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

Corrected bg_sosi_arr description.

parent b077406e
No related branches found
No related tags found
No related merge requests found
...@@ -33,9 +33,11 @@ ...@@ -33,9 +33,11 @@
-- tp_sosi_arr = CB<tp>[t][bu_i][ti] @ 1/c_interleave_factor -- tp_sosi_arr = CB<tp>[t][bu_i][ti] @ 1/c_interleave_factor
-- --
-- The BG in this tb creates bg_sosi in the block format of [tc] and the -- The BG in this tb creates bg_sosi in the block format of [tc] and the
-- number of blocks per sync interval is [bu_i][t_c]: -- number of blocks per sync interval is [bsn] = [bu_i][t_c]:
-- --
-- bg_sosi_arr = CB<tp>[t][bu_i][t_c][tc] @ 1/c_interleave_factor -- bg_sosi_arr = CB<tp>[t][bsn][tc] @ 1/c_interleave_factor
-- CB<tp>[t][bu_i][t_c][tc] @ 1/c_interleave_factor
-- CB<tp>[t][bu_i][ti] @ 1/c_interleave_factor
-- --
-- The c_interleave_factor factor is 2, folding the input data for pairs -- The c_interleave_factor factor is 2, folding the input data for pairs
-- of TP yields: -- of TP yields:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment