-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
62 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<h1 style="text-align: center">PySDR: A Guide to SDR and DSP using Python</h1> | ||
|
||
<p style="text-align: center"> | ||
by | ||
<a class="reference internal" href="content/about_author.html#author-chapter"> | ||
<span class="std std-ref">Dr. Marc Lichtman</span> | ||
</a> | ||
- | ||
<a | ||
class="reference external" | ||
href="mailto:pysdr%40vt.edu" | ||
rel="noopener noreferrer" | ||
target="_blank" | ||
> | ||
pysdr<span>@</span>vt<span>.</span>edu | ||
</a> | ||
</p> | ||
|
||
<h4 style="line-height: 1.4"> | ||
Welcome to PySDR, a free online textbook (not a Python library!) that provides a gentle introduction | ||
to wireless communications and software-defined radio (SDR) using an abundance | ||
of diagrams, animations, and Python code examples. From FFTs to filters to | ||
digital modulation to receiving and transmitting from SDRs in Python, PySDR | ||
has you covered! | ||
</h4> | ||
|
||
<h4 style="line-height: 1.4"> | ||
The goal of PySDR is to increase accessibility to topics traditionally covered | ||
in a math-intensive manner and within a relatively small set of universities. | ||
All content used to generate PySDR is open source, and can be found | ||
<a | ||
class="reference external" | ||
href="https://github.com/777arc/PySDR" | ||
rel="noopener noreferrer" | ||
target="_blank" | ||
>here</a | ||
>. | ||
</h4> | ||
|
||
<h4> | ||
See | ||
<a class="reference internal" href="content/intro.html#intro-chapter" | ||
><span class="std std-ref">Chapter 1: Introduction</span></a | ||
> | ||
for the textbook's purpose and target audience. | ||
</h4> | ||
<br /> | ||
|
||
DEMO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,10 @@ | ||
========================================== | ||
PySDR: A Guide to SDR and DSP using Python | ||
========================================== | ||
|
||
by :ref:`Dr. Marc Lichtman<author-chapter>` - [email protected] | ||
|
||
Welcome to PySDR, a free online textbook that provides a gentle introduction to wireless communications and software-defined radio (SDR) using an abundance of diagrams, animations, and Python code examples. The primary goal of PySDR is to increase accessibility to topics traditionally covered at the graduate level within a relatively small set of universities. All content of PySDR is open source, even the code used to generate the figures/animations, and can be found `here <https://github.com/777arc/PySDR>`_. | ||
|
||
See Chapter 1: :ref:`intro-chapter` for the textbook's purpose and target audience. | ||
.. raw:: html | ||
:file: _templates/homepage.html | ||
|
||
.. raw:: html | ||
|
||
<details> | ||
<summary><h3 style="display: inline;">Expand for full table of contents</h3></summary> | ||
<summary><h4 style="display: inline;">Expand for full table of contents</h4></summary> | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
|
@@ -44,5 +37,3 @@ See Chapter 1: :ref:`intro-chapter` for the textbook's purpose and target audien | |
.. raw:: html | ||
|
||
</details> | ||
|
||
Home page will go here |