Commit 41fcabc6 authored by Raphael Defosseux's avatar Raphael Defosseux

Merge remote-tracking branch 'origin/rework-5G-scope' into develop_integration_2020_w25

parents 1ff1f3dd 9411438d
......@@ -162,6 +162,7 @@ static void timeSignal (FL_OBJECT *graph, PHY_VARS_gNB *phy_vars_gnb, RU_t *phy_
if (rxsig_t[arx] != NULL) {
for (int i=0; i<frame_parms->samples_per_frame; i++) {
rxsig_t_dB[i] = 10*log10(1.0+SquaredNorm(rxsig_t[arx][i]));
time[i] = i;
}
if (arx==0)
......
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