Lab032: evaluate FEC block parameters

This commit is contained in:
LittleSam129
2026-07-29 12:47:10 +03:00
parent 2ac1571c40
commit 3dbb7afa83
11 changed files with 1953 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
mode,label,source_block_size,nominal_parity_count,code_rate,outer_fec_stream_bitrate_kbps,margin_to_control_bitrate_kbps,service_and_parity_percent,fec_block_count,mean_block_duration_seconds,max_block_duration_seconds,mean_decode_ready_duration_seconds,mean_queue_length_packets,max_queue_length_packets,composite_success_10ms,p95_publication_delay_10ms_seconds,p95_no_new_image_10ms_seconds,composite_success_50ms,p95_publication_delay_50ms_seconds,p95_no_new_image_50ms_seconds,composite_success_200ms,p95_publication_delay_200ms_seconds,p95_no_new_image_200ms_seconds,composite_success_1000ms,p95_publication_delay_1000ms_seconds,p95_no_new_image_1000ms_seconds
none,Без FEC,0,0,1.0,168.39601926163724,131.60398073836276,6.3102798265039075,0,0.0,0.0,0.0,13.7169373549884,15,0.6696031746031746,0.20301333333332394,1.3455733333333306,0.9145238095238095,0.20301333333332394,0.9983146666666661,0.9607142857142857,0.20301333333332394,1.3251839999999993,0.9797619047619047,0.20301333333332394,3.0499439999999973
4+1,4+1,4,1,0.8,226.95139646869984,73.04860353130016,30.4830189704105,216,0.09296604938271637,0.18984000000000556,0.07760604938271627,17.17068645640074,20,0.7914285714285715,0.277253333333352,1.0431573333333346,0.909047619047619,0.27522666666668627,1.0041866666666657,0.9596825396825397,0.27488000000001733,1.3371666666666668,0.9781746031746031,0.27488000000001733,3.016560000000001
8+2,8+2,8,2,0.8,226.95139646869984,73.04860353130016,30.4830189704105,108,0.18972345679012387,0.2667200000000012,0.15900345679012368,17.209647495361782,21,0.9128571428571428,0.39477333333332965,1.0170573333333313,0.9333333333333333,0.27522666666668627,1.009596,0.963015873015873,0.27506666666666346,1.3387466666666654,0.9783333333333334,0.27506666666666346,3.0479386666666684
12+3,12+3,12,3,0.8,226.95139646869984,73.04860353130016,30.4830189704105,72,0.2887951851851859,0.33717333333333244,0.24271518518518562,17.21892393320965,21,0.9519841269841269,0.43695999999999735,1.130100000000001,0.9511904761904761,0.2925866666666561,1.0041866666666657,0.9657142857142857,0.2887733333333302,1.3391346666666688,0.9784920634920635,0.2850666666666548,3.0950066666666745
6+2,6+2,6,2,0.75,242.92776886035313,57.072231139646874,35.05486837932128,144,0.14265870370370404,0.21429333333333744,0.11193870370370387,18.337391304347825,21,0.9208730158730158,0.3794133333333327,1.015386666666668,0.9303174603174603,0.2962933333333524,1.0114399999999997,0.9612698412698413,0.29408000000000545,1.3339266666666698,0.9782539682539683,0.29408000000000545,3.047938666666669
8+3,8+3,8,3,0.7272727272727273,250.91595505617977,49.08404494382023,37.12246828058022,108,0.19185679012345724,0.2667200000000012,0.145776790123457,18.984822934232714,24,0.9634126984126984,0.410133333333329,1.0108000000000015,0.9488095238095238,0.3079733333333543,1.0080079999999976,0.9625396825396826,0.30594666666668857,1.3390666666666675,0.9781746031746031,0.3057866666666631,3.079317333333341
4+2,4+2,4,2,0.6666666666666666,274.6586195826645,25.341380417335472,42.55787075997801,216,0.09639320987654372,0.1591200000000068,0.06574432098765466,20.698375870069604,24,0.9247619047619048,0.34253333333332137,1.0002666666666684,0.9241269841269841,0.3366666666666909,1.0119066666666576,0.959047619047619,0.33632000000002193,1.349666666666665,0.9771428571428571,0.33632000000002193,3.0350866666667184
8+4,8+4,8,4,0.6666666666666666,274.6586195826645,25.341380417335472,42.55787075997801,108,0.1938755555555563,0.2667200000000012,0.13257777777777818,20.85924207269915,26,0.986984126984127,0.4101333333333308,1.0169693333333332,0.9553174603174603,0.3386933333333566,1.0571200000000047,0.9630952380952381,0.3366666666666909,1.347973333333331,0.9781746031746031,0.33650666666666273,3.0950066666666753
1 mode label source_block_size nominal_parity_count code_rate outer_fec_stream_bitrate_kbps margin_to_control_bitrate_kbps service_and_parity_percent fec_block_count mean_block_duration_seconds max_block_duration_seconds mean_decode_ready_duration_seconds mean_queue_length_packets max_queue_length_packets composite_success_10ms p95_publication_delay_10ms_seconds p95_no_new_image_10ms_seconds composite_success_50ms p95_publication_delay_50ms_seconds p95_no_new_image_50ms_seconds composite_success_200ms p95_publication_delay_200ms_seconds p95_no_new_image_200ms_seconds composite_success_1000ms p95_publication_delay_1000ms_seconds p95_no_new_image_1000ms_seconds
2 none Без FEC 0 0 1.0 168.39601926163724 131.60398073836276 6.3102798265039075 0 0.0 0.0 0.0 13.7169373549884 15 0.6696031746031746 0.20301333333332394 1.3455733333333306 0.9145238095238095 0.20301333333332394 0.9983146666666661 0.9607142857142857 0.20301333333332394 1.3251839999999993 0.9797619047619047 0.20301333333332394 3.0499439999999973
3 4+1 4+1 4 1 0.8 226.95139646869984 73.04860353130016 30.4830189704105 216 0.09296604938271637 0.18984000000000556 0.07760604938271627 17.17068645640074 20 0.7914285714285715 0.277253333333352 1.0431573333333346 0.909047619047619 0.27522666666668627 1.0041866666666657 0.9596825396825397 0.27488000000001733 1.3371666666666668 0.9781746031746031 0.27488000000001733 3.016560000000001
4 8+2 8+2 8 2 0.8 226.95139646869984 73.04860353130016 30.4830189704105 108 0.18972345679012387 0.2667200000000012 0.15900345679012368 17.209647495361782 21 0.9128571428571428 0.39477333333332965 1.0170573333333313 0.9333333333333333 0.27522666666668627 1.009596 0.963015873015873 0.27506666666666346 1.3387466666666654 0.9783333333333334 0.27506666666666346 3.0479386666666684
5 12+3 12+3 12 3 0.8 226.95139646869984 73.04860353130016 30.4830189704105 72 0.2887951851851859 0.33717333333333244 0.24271518518518562 17.21892393320965 21 0.9519841269841269 0.43695999999999735 1.130100000000001 0.9511904761904761 0.2925866666666561 1.0041866666666657 0.9657142857142857 0.2887733333333302 1.3391346666666688 0.9784920634920635 0.2850666666666548 3.0950066666666745
6 6+2 6+2 6 2 0.75 242.92776886035313 57.072231139646874 35.05486837932128 144 0.14265870370370404 0.21429333333333744 0.11193870370370387 18.337391304347825 21 0.9208730158730158 0.3794133333333327 1.015386666666668 0.9303174603174603 0.2962933333333524 1.0114399999999997 0.9612698412698413 0.29408000000000545 1.3339266666666698 0.9782539682539683 0.29408000000000545 3.047938666666669
7 8+3 8+3 8 3 0.7272727272727273 250.91595505617977 49.08404494382023 37.12246828058022 108 0.19185679012345724 0.2667200000000012 0.145776790123457 18.984822934232714 24 0.9634126984126984 0.410133333333329 1.0108000000000015 0.9488095238095238 0.3079733333333543 1.0080079999999976 0.9625396825396826 0.30594666666668857 1.3390666666666675 0.9781746031746031 0.3057866666666631 3.079317333333341
8 4+2 4+2 4 2 0.6666666666666666 274.6586195826645 25.341380417335472 42.55787075997801 216 0.09639320987654372 0.1591200000000068 0.06574432098765466 20.698375870069604 24 0.9247619047619048 0.34253333333332137 1.0002666666666684 0.9241269841269841 0.3366666666666909 1.0119066666666576 0.959047619047619 0.33632000000002193 1.349666666666665 0.9771428571428571 0.33632000000002193 3.0350866666667184
9 8+4 8+4 8 4 0.6666666666666666 274.6586195826645 25.341380417335472 42.55787075997801 108 0.1938755555555563 0.2667200000000012 0.13257777777777818 20.85924207269915 26 0.986984126984127 0.4101333333333308 1.0169693333333332 0.9553174603174603 0.3386933333333566 1.0571200000000047 0.9630952380952381 0.3366666666666909 1.347973333333331 0.9781746031746031 0.33650666666666273 3.0950066666666753