- Dec 05, 2016
-
-
Cedric Roux authored
Normally it is used to display throughput. The computation it does is to sum up the wanted value for the last second (1000 TTIs) and send this value to the views associated to this logger, at each TTI.
-
- Nov 30, 2016
-
-
Cedric Roux authored
A new logger is there: the "ticked TTI logger". Similar to TTI logger (used by the PUCCH1 energy plot) but takes another input, the "tick" (think subframe) and a default value for when no event is triggered between two ticks. This is used for the UL and DL MCS plots in enb.c (next commit).
-
- Jul 08, 2016
-
-
Cedric Roux authored
iqlog.c should change its name, it's too specific. This new one is more generic and should take over the name.
-
- Jun 22, 2016
-
-
Cedric Roux authored
the current version is very specific to PUSCH IQ data, where the input buffer has a special format to be rewritten cleanly at some point
-
- Jun 08, 2016
-
-
Cedric Roux authored
this is like timeview but the plotting is done at frame/subframe resolution of a given reference clock signal, let's say. The realtime information of the events is not used. It's all logical. It will be used to log harq processes for the moment.
-
- May 12, 2016
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- May 10, 2016
-
-
Cedric Roux authored
-
- May 09, 2016
-
-
Cedric Roux authored
not tested
-
- May 04, 2016
-
-
Cedric Roux authored
-
- Apr 28, 2016
-
-
Cedric Roux authored
introducing generic "view" with two instantiations: stdout and textlist
-