-
Notifications
You must be signed in to change notification settings - Fork 50
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
1 changed file
with
18 additions
and
2 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 |
---|---|---|
|
@@ -2,10 +2,20 @@ | |
PySDR: A Guide to SDR and DSP using Python | ||
========================================== | ||
|
||
by :ref:`Dr. Marc Lichtman<author-chapter>` | ||
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 | ||
|
||
<details> | ||
<summary><h3 style="display: inline;">Expand for full table of contents</h3></summary> | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:maxdepth: 3 | ||
:numbered: 1 | ||
|
||
content/intro | ||
|
@@ -31,3 +41,9 @@ by :ref:`Dr. Marc Lichtman<author-chapter>` | |
content/cyclostationary | ||
content/pyqt | ||
content/about_author | ||
|
||
.. raw:: html | ||
|
||
</details> | ||
|
||
Home page will go here |