Changes between Version 32 and Version 33 of Tutorials/Wireless/mmwave Paam Real TimePHY


Ignore:
Timestamp:
Sep 11, 2024, 7:31:31 PM (6 weeks ago)
Author:
zhenzhou77
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwave Paam Real TimePHY

    v32 v33  
    281281where it contains the total elpased time for processing a frame and a breakdown of the CPU time for each DSP stage. Taking the above frame as an example, the total elapsed time for processing frame 3740 is 0.2467ms, and the CPU time spent on doing equalization is 0.0432896ms.
    282282
    283 You can either stop the program by enter {{{ctrl+c}}} or wait till the program stops. The
     283You can either stop the program by enter {{{ctrl+c}}} or wait till the program to stop (The default frames to run are set to be 200000 frames).
     284
     285Once you finish the process, you are expected to see the following results:
     286{{{
     287Thread 0 performed (tasks, fraction of tasks): FFT (15194, 25.38%), CSI (1159, 30.98%), Beamweights (1009, 26.97%), I] Agora: printing stats and saving to file
     288Equal (15276, 25.52%), Demul (15276, 25.52%), Decode (15286, 25.54%), FFT (15194, 25.38%),
     289Thread 1 performed (tasks, fraction of tasks): FFT (14738, 24.62%), CSI (863, 23.07%), Beamweights (852, 22.77%), Equal (14753, 24.65%), Demul (14753, 24.65%), [32:013100][I] Stats: total processed frames 3741
     290Decode (14858, 24.82%), FFT (14738, 24.62%),
     291Thread 2 performed (tasks, fraction of tasks): FFT (14917, 24.92%), CSI (817, 21.84%), Beamweights (845, 22.59%), Equal (14855, 24.82%), Demul (14855, 24.82%), Decode (14728, 24.61%), FFT (14917, 24.92%),
     292Thread 3 performed (tasks, fraction of tasks): FFT (15007, 25.07%), CSI (902, 24.11%), Beamweights (1035, 27.67%), Equal (14972, 25.01%), Demul (14972, 25.01%), Decode (14984, 25.03%), FFT (15007, 25.07%),
     293[32:013182][I] Stats: Saving master timestamps to ./files/experiment/timeresult.txt
     294[32:039953][I] Stats: Printing detailed results to ./files/experiment/timeresult_detail.txt
     295[32:049138][I] UE 0: Uplink bit errors (BER) 0/50698032 (0.000000), block errors (BLER) 0/52374 (0.000000)
     296[32:049142][I] Agora: terminating
     297=================================
     298          CORE LIST SUMMARY     
     299=================================
     300Total Number of Cores: 48 : 48
     301|| Core ID:  3 || Requested: 24 || ThreadType: Master           || ThreadId: 140210175964608
     302|| Core ID:  5 || Requested: 25 || ThreadType: TXRX             || ThreadId: 140209873803008
     303|| Core ID:  9 || Requested: 27 || ThreadType: Worker           || ThreadId: 140209907373824
     304|| Core ID: 11 || Requested: 28 || ThreadType: Worker           || ThreadId: 140209898981120
     305|| Core ID: 13 || Requested: 29 || ThreadType: Worker           || ThreadId: 140209890588416
     306|| Core ID: 15 || Requested: 30 || ThreadType: Worker           || ThreadId: 140209882195712
     307=================================
     308}}}
     309It summarizes the final results of the previous experiments and the core maps. Please notice the BER and BLER you are expected to see should all be 0%, as we did not apply channel noise in the simulation mode.
    284310
    285311