-
Notifications
You must be signed in to change notification settings - Fork 4
/
comparator.html
539 lines (539 loc) · 30.4 KB
/
comparator.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="A Fast Forward Error Correction Toolbox (AFF3CT)">
<meta name="author" content="Denis BARTHOU, Adrien CASSAGNE and Mehdi NACIRI">
<meta name="keywords" content="BER,FER,comparison,comparator,Bit Error Rate,Frame Error Rate,ECC,Codes,FEC,LDPC,Turbo,Polar,dB,Eb/N0,Monte-Carlo,simulation">
<title>AFF3CT - A Fast Forward Error Correction Toolbox</title>
<link rel="stylesheet" href="./css/comparator.css">
<link rel="stylesheet" href="./css/lib/bootstrap-4.1.1.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link rel="stylesheet" href="./css/bootstrap_carousel.css">
<link rel="stylesheet" href="./css/lib/nouislider-13.1.5.min.css">
<script src="./js/lib/jquery-3.3.1.min.js"></script>
<script src="./js/lib/popper-1.14.3.min.js"></script>
<script src="./js/lib/bootstrap-4.1.1.min.js"></script>
<script src="./js/lib/plotly-1.37.1.min.js"></script>
<script src="./js/lib/mustache-3.0.1.js"></script>
<script src="./js/lib/nouislider-13.1.5.min.js"></script>
<script src="./js/lib/sha1-0.6.0.min.js"></script>
<script src="./js/lib/pouchdb-7.0.0.min.js"></script>
<script> /* Google Analytics */
if (window.location.host == "aff3ct.github.io") {
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-78973823-1', 'auto');
ga('send', 'pageview');
}
</script>
<script>
/*
* Function that tracks a click on an outbound link in Analytics.
* This function takes a valid URL string as an argument, and uses that URL string
* as the event label. Setting the transport method to 'beacon' lets the hit be sent
* using 'navigator.sendBeacon' in browser that support it.
*/
var trackOutboundLink = function(url, isExternal = true) {
var params = {};
if (!isExternal) {
params.hitCallback = function () {
document.location = url;
}
}
if (window.location.host == "aff3ct.github.io")
ga('send', 'event', 'outbound', 'click', url, params);
return isExternal;
}
</script>
<style>
.excl { color:#EA5678; }
</style>
<script id="refTemplate" type="x-tmpl-mustache">
<div class="card" id="card{{hash.id}}">
<div class="card-header p-2" id="heading{{hash.id}}">
<h5 class="mb-0">
<div class="mb-0 mx-0 form-group row">
<div class="col-md-2 px-0 addButton">
{{#metadata.color}}
<button type="button" id="curve{{hash.id}}" class="btn btn-danger">
<i class="fas fa-minus"></i>
</button>
{{/metadata.color}}
{{^metadata.color}}
<button type="button" id="curve{{hash.id}}" class="btn btn-primary">
<i class="fas fa-plus"></i>
</button>
{{/metadata.color}}
</div>
<div class="col-md-10 px-0">
<button class="btn btn-link pr-0 pl-3 dropdown-toggle" data-toggle="collapse" data-target="#collapse{{hash.id}}" aria-expanded="true" aria-controls="collapse{{hash.id}}">
{{#metadata.bigtitle}}
{{#metadata.shortbigtitle}}
<span class="tt" data-toggle="tooltip" data-placement="top" data-html="true" title="{{metadata.bigtitle}}">{{metadata.shortbigtitle}}</span>
{{/metadata.shortbigtitle}}
{{^metadata.shortbigtitle}}
{{metadata.bigtitle}}
{{/metadata.shortbigtitle}}
{{/metadata.bigtitle}}
{{^metadata.bigtitle}}
Undefined
{{/metadata.bigtitle}}
</button>
{{#metadata.subtitle}}
<div class="pl-3 subtitle">{{metadata.subtitle}}</div>
{{/metadata.subtitle}}
</div>
</div>
</h5>
</div>
</div>
</script>
<script id="refSelectedTemplate" type="x-tmpl-mustache">
{{#metadata.hidden}}
<div id="scurve{{hash.id}}" style="opacity: 0.33;">
{{/metadata.hidden}}
{{^metadata.hidden}}
<div id="scurve{{hash.id}}">
{{/metadata.hidden}}
<div class="card" id="ss{{hash.id}}">
<div class="card-header" id="sheading{{hash.id}}">
<h5 class="mb-0">
<div class="mb-0 form-group row">
<div class="col-sm-8">
<button class="btn btn-link dropdown-toggle" data-toggle="collapse" data-target="#scollapse{{hash.id}}" aria-expanded="true" aria-controls="scollapse{{hash.id}}">
{{#metadata.bigtitle}}
{{#metadata.shortbigtitle}}
<span class="tt" data-toggle="tooltip" data-placement="top" data-html="true" title="{{metadata.bigtitle}}">{{metadata.shortbigtitle}}</span>
{{/metadata.shortbigtitle}}
{{^metadata.shortbigtitle}}
{{metadata.bigtitle}}
{{/metadata.shortbigtitle}}
{{/metadata.bigtitle}}
{{^metadata.bigtitle}}
Undefined
{{/metadata.bigtitle}}
</button>
</div>
<div class="col-sm-4 selectedRefButtons">
<button id="delete{{hash.id}}" type="button" class="btn btn-link btn-sm" title="Delete ref">
<i class="fas fa-times"></i>
</button>
{{#metadata.hidden}}
<button id="show{{hash.id}}" type="button" class="btn btn-sm btn-link" title="Show ref">
<i class="fas fa-eye"></i>
</button>
{{/metadata.hidden}}
{{^metadata.hidden}}
<button id="hide{{hash.id}}" type="button" class="btn btn-link btn-sm" title="Hide ref">
<i class="fas fa-eye-slash"></i>
</button>
{{/metadata.hidden}}
</div>
</div>
<div class="mb-0 form-group row">
<div class="col-sm-12">
{{#metadata.subtitle}}
<div class="pl-3 subtitle">{{metadata.subtitle}}</div>
{{/metadata.subtitle}}
</div>
</div>
</h5>
</div>
</div>
</div>
</script>
<script id="refBodyTemplate" type="x-tmpl-mustache">
<div id="{{prefix}}collapse{{hash.id}}" class="collapse" aria-labelledby="heading{{hash.id}}" data-parent="#{{prefix}}accordion{{hash.id}}">
<div class="card-body">
<li id="g{{hash.id}}" class="list-group-item list-group-item-action align-item-start">
{{#headers}}
<div class="text-muted twoColumns">
<small>
<ul class="typeList">
{{#headers.list}}
<li>
{{#tooltip}}
<b>{{name}}</b>: <span class="tt" data-toggle="tooltip" data-placement="top" data-html="true" title="{{tooltip}}">{{value}}</span>
{{/tooltip}}
{{^tooltip}}
<b>{{name}}</b>: <span>{{value}}</span>
{{/tooltip}}
</li>
{{/headers.list}}
</ul>
</small>
</div>
{{/headers}}
{{^headers}}
<div class="text-muted">
<small><b>Headers are not available.<b></small>
</div>
{{/headers}}
<div class="curveIcons">
{{#metadata.kaiserslautern}}
<a href="https://www.uni-kl.de/channel-codes/ml-simulation-results/" onclick="return trackOutboundLink('https://www.uni-kl.de/channel-codes/ml-simulation-results/" target="_blank" title="Reference from the Kaiserslautern University">
<img class="kaiserslautern" src="images/Tu_kaiserslautern.svg" alt="University of Kaiserslautern">
</a>
{{/metadata.kaiserslautern}}
{{#metadata.aff3ct}}
<span class="curveIcon"><a href="https://github.com/aff3ct/error_rate_references/blob/{{branch}}/{{filename}}" target="_blank" title="GitHub" onclick="return trackOutboundLink('https://github.com/aff3ct/error_rate_references/blob/{{branch}}/{{filename}}');"><i class="fab fa-github"></i></a></span>
{{/metadata.aff3ct}}
{{#metadata.couchdb}}
<span class="curveIcon"><a href="{{serverCDB}}/_utils/#database/{{nameCDB}}/{{hash.id}}" target="_blank" title="CouchDB Fauxton" onclick="return trackOutboundLink('{{serverCDB}}/_utils/#database/{{nameCDB}}/{{hash.id}}');""><i class="fas fa-couch"></i></a></span>
{{/metadata.couchdb}}
{{#metadata.local}}
<span class="curveIcon"><i class="fas fa-database"></i></span>
{{/metadata.local}}
{{#metadata.doi}}
<span class="curveIcon"><a href="https://doi.org/{{metadata.doi}}" target="_blank" title="DOI" onclick="return trackOutboundLink('https://doi.org/{{metadata.doi}}');"><i class="fas fa-book"></i></a></span>
{{/metadata.doi}}
{{#metadata.url}}
<span class="curveIcon"><a href="{{metadata.url}}" target="_blank" title="URL" onclick="return trackOutboundLink('{{metadata.url}}');"><i class="fas fa-globe"></i></a></span>
{{/metadata.url}}
{{#metadata.command}}
<span class="curveIcon"><a href="#" id="{{prefix}}displayCmdModal{{hash.id}}" data-toggle="modal" data-target="#cmdModal{{hash.id}}" title="Command line"><i class="fas fa-terminal"></i></a></span>
{{/metadata.command}}
{{#metadata.parity}}
<span class="curveIcon"><a href="{{metadata.parity}}" target="_blank" title="H parity-check matrix" onclick="return trackOutboundLink('{{metadata.parity}}');"><i class="fas fa-file-alt"></i></a></span>
{{/metadata.parity}}
{{#trace}}
<span class="curveIcon"><a href="#" id="{{prefix}}displayTraceModal{{hash.id}}" data-toggle="modal" data-target="#traceModal{{hash.id}}" title="Original reference file"><i class="fas fa-file-alt"></i></a></span>
{{/trace}}
</div>
</li>
</div>
</div>
</script>
<script id="cmdModalTemplate" type="x-tmpl-mustache">
<div class="modal fade" id="cmdModal{{hash.id}}" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
{{#metadata.title}}
<h5 class="modal-title" id="exampleModalLongTitle">{{metadata.title}}</h5>
{{/metadata.title}}
{{^metadata.title}}
<h5 class="modal-title" id="exampleModalLongTitle">Undefined</h5>
{{/metadata.title}}
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="row">
<div class="col-12">
<div class="shell-wrap">
<p class="shell-top-bar">AFF3CT command line</p>
<ul class="shell-body">
<li>{{{metadata.niceCommand}}}</li>
</ul>
</div>
</div>
</div>
<br>
<div class="row">
<div class="col-9">
<p class="text-justify">
<b>Be careful</b>, this command is not guarantee to work with the <a target="_blank" href="https://github.com/aff3ct/aff3ct/tree/master" onclick="return trackOutboundLink(\"https://github.com/aff3ct/aff3ct/tree/master\");"><i>master</i> branch</a> of AFF3CT. To ensure the compatibility, please use the AFF3CT <a target="_blank" href="https://github.com/aff3ct/aff3ct/tree/development" onclick="return trackOutboundLink(\"https://github.com/aff3ct/aff3ct/tree/development\");"><i>development</i> branch</a>.
</p>
</div>
<div class="col-3">
<input id="commandInput{{hash.id}}" type="hidden" value="{{metadata.command}}" readonly>
<button id="copyClipboardCmd{{hash.id}}" type="button" class="btn btn-outline-primary">
<i class="fas fa-clipboard"></i> Copy to Clipboard
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</script>
<script id="traceModalTemplate" type="x-tmpl-mustache">
<div class="modal fade" id="traceModal{{hash.id}}" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
{{#metadata.title}}
<h5 class="modal-title" id="exampleModalLongTitle">{{metadata.title}}</h5>
{{/metadata.title}}
{{^metadata.title}}
<h5 class="modal-title" id="exampleModalLongTitle">Undefined</h5>
{{/metadata.title}}
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre>{{trace}}</pre>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</script>
<script id="permalinkModalTemplate" type="x-tmpl-mustache">
<div class="modal fade" id="permalinkInstModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Permalink</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="row">
<div class="col-9">
<input id="permalinkInput" class="form-control" type="text" placeholder="{{permalink}}" value="{{permalink}}" readonly>
</div>
<div class="col-3">
<button id="copyClipboard" type="button" class="btn btn-outline-primary">
<i class="fas fa-clipboard"></i> Copy to Clipboard
</button>
</div>
</div>
</div>
</div>
</div>
</script>
<script id="deleteAllTemplate" type="x-tmpl-mustache">
<button id="closeAll" type="button" class="btn btn-danger"><i class="fas fa-trash"></i> Delete All</button>
</script>
<script id="permalinkTemplate" type="x-tmpl-mustache">
<button id="permalink" type="button" class="btn btn-primary"><i class="fas fa-link"></i> Get Permalink</button>
</script>
<script id="showTemplate" type="x-tmpl-mustache">
<button id="show{{hash.id}}" type="button" class="btn btn-sm btn-link" title="Show ref">
<i class="fas fa-eye"></i>
</button>
</script>
<script id="hideTemplate" type="x-tmpl-mustache">
<button id="hide{{hash.id}}" type="button" class="btn btn-link btn-sm" title="Hide ref">
<i class="fas fa-eye-slash"></i>
</button>
</script>
<script id="selectorTemplate" type="x-tmpl-mustache">
<ul class="typeList">
{{#entries}}
<li>
<input type="checkbox" class="form-check-input" id="{{divId}}" title="{{name}}" {{checked}} {{disabled}}>
<label class="form-check-label" for="{{divId}}" title="{{name}}">
{{#desc}}
<span class="tt" data-toggle="tooltip" data-placement="top" data-html="true" title="{{desc}}">
{{/desc}}
{{name}}
{{#desc}}
</span>
{{/desc}}
{{#isNumber}}
({{number}})
{{/isNumber}}
</label>
</li>
{{/entries}}
</ul>
</script>
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<a class="navbar-brand" href="index.html">AFF3CT</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navbarCollapse" class="collapse navbar-collapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link" href="index.html"><i class="fas fa-home" aria-hidden="true"> </i>Home</a></li>
<li class="nav-item"><a class="nav-link" href="publications.html"><i class="fa fa-newspaper" aria-hidden="true"> </i>Publications</a></li>
<li class="nav-item"><a class="nav-link" href="contributors.html"><i class="fa fa-users" aria-hidden="true"> </i>Contributors</a></li>
<li class="nav-item"><a class="nav-link" href="download.html"><i class="fas fa-download" aria-hidden="true"> </i>Download</a></li>
<li class="nav-item"><a class="nav-link" href="https://aff3ct.readthedocs.io" target="_blank" onclick="return trackOutboundLink('https://aff3ct.readthedocs.io');"><i class="fas fa-book" aria-hidden="true"> </i>Documentation</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/aff3ct/aff3ct" target="_blank" onclick="return trackOutboundLink('https://github.com/aff3ct/aff3ct');"><i class="fab fa-github" aria-hidden="true"> </i>GitHub Repository</a></li>
<!--
<li class="nav-item"><a class="nav-link" href="consortium.html"><i class="fas fa-hands-helping" aria-hidden="true"> </i>Consortium <span class="excl"><i class="fas fa-exclamation"></i></span></a></li>
-->
</ul>
<ul class="navbar-nav navbar-right">
<li class="nav-item active"><a class="nav-link" href="comparator.html"><i class="fas fa-chart-bar" aria-hidden="true"> </i>BER/FER Comparator</a></li>
<li class="nav-item"><a class="nav-link" href="turbo_reader.html"><i class="fas fa-code-branch" aria-hidden="true"> </i>Turbo Code Reader</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdown_hof" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-list" aria-hidden="true"> </i>Software Decoders Hall of Fame </a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdown_hof">
<h6 class="dropdown-header">Synoptic tables</h6>
<a class="dropdown-item" href="hof_turbo.html">Turbo Codes</a>
<a class="dropdown-item" href="hof_ldpc.html">LDPC Codes</a>
<a class="dropdown-item" href="hof_polar.html">Polar Codes</a>
</div>
</li>
</ul>
</div>
</nav>
<div class="jumbotron">
<div class="container marketing">
<h1 class="display-4">BER/FER Comparator</h1>
<p class="lead">This page is an online tool dedicated to the <strong>Bit Error Rate (BER) and Frame Error Rate (FER) curve comparisons</strong>. Various type of codes are considered like <b>the Turbo codes (LTE, LTE-Advanced, CCSDS, etc.), the Low-Density Parity-Check (LDPC) codes (5G, Wi-Fi, WiMAX, CCSDS, WRAN, DVB-S2, etc.), and the more recently introduced Polar codes (5G)</b>.</p>
<p class="lead">The presented results have been simulated with <a href="index.html">AFF3CT</a>: our Open-source communication chain dedicated to the Forward Error Correction (FEC) simulations. The simulated output text files are freely available on our dedicated <a href="https://github.com/aff3ct/error_rate_references/tree/development" target="_blank" onclick="return trackOutboundLink('https://github.com/aff3ct/error_rate_references/tree/development');">GitHub repository</a>.</p>
<hr>
<p>Do you like the BER/FER Comparator? Is it useful in your research works? If yes, you can thank us by citing the following journal article: <strong>A. Cassagne et al., “<a href="https://doi.org/10.1016/j.softx.2019.100345" target="_blank" onclick="return trackOutboundLink('https://doi.org/10.1016/j.softx.2019.100345');">AFF3CT: A Fast Forward Error Correction Toolbox!</a>,“ <i>SoftwareX</i>, 2019</strong>. <a title="PDF Article" href="https://hal.inria.fr/hal-02358306/file/Cassagne2019a%20-%20AFF3CT%3A%20A%20Fast%20Forward%20Error%20Correction%20Toolbox.pdf" target="_blank" onclick="return trackOutboundLink('https://hal.inria.fr/hal-02358306/file/Cassagne2019a%20-%20AFF3CT%3A%20A%20Fast%20Forward%20Error%20Correction%20Toolbox.pdf');"><i class="fas fa-file-pdf" aria-hidden="true"></i></a> <a title="Bibtex Entry" href="resources/bibtex/Cassagne2019a%20-%20AFF3CT:%20A%20Fast%20Forward%20Error%20Correction%20Toolbox.bib" target="_blank" onclick="return trackOutboundLink('resources/bibtex/Cassagne2019a%20-%20AFF3CT:%20A%20Fast%20Forward%20Error%20Correction%20Toolbox.bib');"><i class="fas fa-file-alt" aria-hidden="true"></i></a></p>
</div>
</div>
<div class="container marketing" id="loader">
<div class="row">
<div class="col-md-12">
<h2>Loading the references...</h2>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" style="width: 0%;" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100">0%</div>
</div>
</div>
</div>
</div>
<div id="comparator" class="shadow-lg p-3 mb-5 bg-white rounded">
<div class="row">
<div class="col-2 column" id="selector">
<div class="form-group">
<input id="searchValue" class="form-control" type="text" placeholder="Search in the database" value="">
</div>
<div class="form-group">
<div class="dropdown">
<button class="btn btn-secondary btn-block dropdown-toggle" type="button" id="dropdownCodetypeButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
BER/FER database
</button>
<div class="dropdown-menu" aria-labelledby="dropdownCodetypeButton">
<form>
<div id="dataBase" class="form-check px-5 py-2">
</div>
</form>
</div>
</div>
</div>
<div class="form-group">
<div class="dropdown">
<button class="btn btn-secondary btn-block dropdown-toggle" type="button" id="dropdownCodetypeButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Type of code
</button>
<div class="dropdown-menu" aria-labelledby="dropdownCodetypeButton">
<form><div id="codeType" class="form-check px-5 py-2"></div></form>
</div>
</div>
</div>
<div class="form-group">
<div class="dropdown">
<button class="btn btn-secondary btn-block dropdown-toggle" type="button" id="dropdownSizeButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Frame size (N)
</button>
<div class="dropdown-menu" aria-labelledby="dropdownSizeButton">
<form><div id="frameSize" class="form-check px-5 py-2"></div></form>
</div>
</div>
</div>
<div class="form-group">
<div class="dropdown">
<button class="btn btn-secondary btn-block dropdown-toggle" type="button" id="dropdownmodemButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Type of modem
</button>
<div class="dropdown-menu" aria-labelledby="dropdownmodemButton">
<form><div id="modemType" class="form-check px-5 py-2"></div></form>
</div>
</div>
</div>
<div class="form-group">
<div class="dropdown">
<button class="btn btn-secondary btn-block dropdown-toggle" type="button" id="dropdownchannelButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Type of channel
</button>
<div class="dropdown-menu" aria-labelledby="dropdownchannelButton">
<form><div id="channelType" class="form-check px-5 py-2"></div></form>
</div>
</div>
</div>
<div class="form-group">
<label for="codeRate" class="col-sm-12">Select the code rate (R)</label>
<div id="codeRate" class="mb-5 col-sm-12"></div>
</div>
<button type="button" id="applySelections" class="btn btn-primary btn-lg btn-block">Apply Filters</button>
<hr class="separator">
<div class="form-group" id="input">
<label for="fileInput">Upload a file or a group of files</label>
<input type="file" multiple="multiple" class="form-control-file" id="fileInput">
<span id="fileDisplayArea"></span>
</div>
<div id="axes">
<hr class="separator">
<div class="form-group">
<div class="dropdown">
<button class="btn btn-secondary btn-block dropdown-toggle" type="button" id="dropdownmodemButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Select x-axis
</button>
<div class="dropdown-menu" aria-labelledby="dropdownmodemButton">
<form><div id="xaxis" class="form-check px-5 py-2"></div></form>
</div>
</div>
</div>
<div class="form-group">
<div class="dropdown">
<button class="btn btn-secondary btn-block dropdown-toggle" type="button" id="dropdownmodemButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Select y-axis
</button>
<div class="dropdown-menu" aria-labelledby="dropdownmodemButton">
<form><div id="yaxis" class="form-check px-5 py-2"></div></form>
</div>
</div>
</div>
</div>
</div>
<div class="col-2 column" id="refsList">
<div class="bg-white rounded">
<div id="accordion"></div>
</div>
</div>
<div class="col-8 column" id="preview">
<div id="curvesTip">
<p id="tips" class="text-center">
Please select the references you want <br>
to plot on the left list by clicking on <br>
the <button type="button" class="btn btn-primary" disabled="disabled"><i class="fas fa-plus"></i></button> buttons. You can also load <br>
references from local text files (.txt),<br>
many input formats are supported.<br>
</p>
</div>
</div>
<div class="col-6 column" id="curves">
<div id="plot"></div>
</div>
<div class="col-2 column" id="scurve">
<div id="sbuttons"></div>
<div id="saccordion"></div>
</div>
</div>
</div>
<div id="curveModals"></div>
<div id="permalinkModal"></div>
<div class="container marketing">
<h2>More BER/FER references</h2>
<ul>
<li><a target="_blank" href="https://www.uni-kl.de/channel-codes/ml-simulation-results/" onclick="return trackOutboundLink('https://www.uni-kl.de/channel-codes/ml-simulation-results/');">Maximum Likelihood (ML) Simulation Results</a> - <i>University of Kaiserslautern</i></li>
<li><a target="_blank" href="http://pretty-good-codes.org" onclick="return trackOutboundLink('http://pretty-good-codes.org');">Online Library of Good Channel Codes</a> - <i>Pretty-good-codes.org</i></li>
<li><a target="_blank" href="http://www.inference.org.uk/mackay/codes/data.html" onclick="return trackOutboundLink('http://www.inference.org.uk/mackay/codes/data.html');">Encyclopedia of Sparse Graph Codes</a> - <i>David J.C. MacKay</i></li>
</ul>
<div class="mb-4"></div>
<hr>
<footer class="container">
<p class="float-right"><a href="#"><i class="fa fa-level-up-alt" aria-hidden="true"> </i>Back to top</a></p>
<!--
<p>Funded by <a href="http://www.agence-nationale-recherche.fr/" target="_blank" onclick="return trackOutboundLink('http://www.agence-nationale-recherche.fr/');">ANR</a>: <a href="http://www-labsticc.univ-ubs.fr/~boutillon/NAND/" target="_blank" onclick="return trackOutboundLink('http://www-labsticc.univ-ubs.fr/~boutillon/NAND/');">NAND</a> (ANR-15-CE25-0006-01) and <a href="http://cpu.labex.u-bordeaux.fr/" target="_blank" onclick="return trackOutboundLink('http://cpu.labex.u-bordeaux.fr/');">CPU LabEx (Bordeaux)</a> (ANR-10-IDEX-03-02).</p>
-->
</footer>
</div>
<script src="./js/comparator_tools.js"></script>
<script src="./js/comparator_tooltips.js"></script>
<script src="./js/comparator_text2json.js"></script>
<script src="./js/comparator.js"></script>
</body>
</html>