Skip to content

Commit

Permalink
Add input fields for the remaining parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
dnadales committed Jul 9, 2024
1 parent b4743a4 commit 7d81fe5
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion leios-sim/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<input type="number" min="1" max="15" class="form-control" id="input_λ">
</div>


<div class="col-md-3">
<label for="input_f_I" class="form-label">$$f_I$$</label>
<input type="number" min="1" max="15" class="form-control" id="input_f_I">
Expand All @@ -45,6 +44,24 @@
<input type="number" min="1" max="15" class="form-control" id="input_f_E">
</div>

<div class="col-md-3">
<label for="inputNodeBandwidth " class="form-label">Node bandwidth (bps)</label>
<input type="number" min="100" max="1000" class="form-control" id="inputNodeBandwidth">
</div>

<div class="col-md-3">
<label for="inputIbSize " class="form-label">Input block size (bits) </label>
<input type="number" min="100" max="1000" class="form-control" id="inputIbSize">
</div>

<div class="col-md-3">

</div>

<div class="col-md-3">

</div>

<!-- Buttons -->

<div class="col-2">
Expand Down

0 comments on commit 7d81fe5

Please sign in to comment.