Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
pewscorner committed Oct 13, 2024
0 parents commit 7f7c0e8
Show file tree
Hide file tree
Showing 90 changed files with 39,033 additions and 0 deletions.
501 changes: 501 additions & 0 deletions GiantKangaroo.html

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
MIT No Attribution

Copyright 2003-2024 PEW's Corner

Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights to use, copy, modify,
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Binary file added LTE/active_RS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,688 changes: 1,688 additions & 0 deletions LTE/dci_decoder.html

Large diffs are not rendered by default.

Binary file added LTE/inactive_RS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions LTE/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="../favicon.ico">
<link rel="stylesheet" type="text/css" href="../style2.css">
<title>LTE Stuff</title>
<script type="text/javascript" src="../page.js"></script>
</head>

<body>

<div class="hcontainer">

<h1>LTE Stuff</h1>

<div class="box">
<a class="navbut" href="lte_resource_grid.html">LTE resource grid</a>
<a class="navbut" href="pdsch_calc.html">PDSCH allocation calculator</a>
<a class="navbut" href="dci_decoder.html">DCI decoder</a>
</div>

</div>

</body>
</html>
Loading

0 comments on commit 7f7c0e8

Please sign in to comment.