Commit 1ca995f9 authored by francescomani's avatar francescomani

improve xrtmag_next

parent 40427889
...@@ -370,6 +370,8 @@ void nr_decode_pucch0(PHY_VARS_gNB *gNB, ...@@ -370,6 +370,8 @@ void nr_decode_pucch0(PHY_VARS_gNB *gNB,
uci_stats->current_pucch0_stat0= dB_fixed64(temp2); uci_stats->current_pucch0_stat0= dB_fixed64(temp2);
if (l==2) uci_stats->current_pucch0_stat1= dB_fixed64(temp3); if (l==2) uci_stats->current_pucch0_stat1= dB_fixed64(temp3);
} }
else if (temp>xrtmag_next)
xrtmag_next = temp;
} }
av_corr/=nr_sequences/l; av_corr/=nr_sequences/l;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment