-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganize library and API reference
- Loading branch information
1 parent
ac6cc8a
commit fe8fa84
Showing
47 changed files
with
496 additions
and
387 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
api/ | ||
api/sdr.* | ||
build/ | ||
jupyter_execute/ | ||
savefig/ |
This file was deleted.
Oops, something went wrong.
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,4 @@ | ||
Data manipulation | ||
----------------- | ||
|
||
.. python-apigen-group:: data |
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,6 @@ | ||
.. py:module:: sdr | ||
Filtering | ||
========= | ||
|
||
.. python-apigen-group:: filtering |
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,17 @@ | ||
Link budgets | ||
============ | ||
|
||
Channel capacity | ||
---------------- | ||
|
||
.. python-apigen-group:: link-budget-channel-capacity | ||
|
||
Path losses | ||
----------- | ||
|
||
.. python-apigen-group:: link-budget-path-losses | ||
|
||
Antennas | ||
-------- | ||
|
||
.. python-apigen-group:: link-budget-antennas |
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,17 @@ | ||
Measurement | ||
=========== | ||
|
||
Energy | ||
------ | ||
|
||
.. python-apigen-group:: measurement-energy | ||
|
||
Power | ||
----- | ||
|
||
.. python-apigen-group:: measurement-power | ||
|
||
Voltage | ||
------- | ||
|
||
.. python-apigen-group:: measurement-voltage |
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,22 @@ | ||
Modulation | ||
========== | ||
|
||
Classes | ||
------- | ||
|
||
.. python-apigen-group:: modulation-classes | ||
|
||
Pulse shaping | ||
------------- | ||
|
||
.. python-apigen-group:: modulation-pulse-shaping | ||
|
||
Symbol mapping | ||
-------------- | ||
|
||
.. python-apigen-group:: modulation-symbol-mapping | ||
|
||
Symbol encoding | ||
--------------- | ||
|
||
.. python-apigen-group:: modulation-symbol-encoding |
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,22 @@ | ||
Plotting | ||
-------- | ||
|
||
Configuration | ||
............. | ||
|
||
.. python-apigen-group:: plot-config | ||
|
||
Time-domain | ||
........... | ||
|
||
.. python-apigen-group:: plot-time | ||
|
||
Frequency-domain | ||
................ | ||
|
||
.. python-apigen-group:: plot-freq | ||
|
||
Filter analysis | ||
............... | ||
|
||
.. python-apigen-group:: plot-filter |
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,4 @@ | ||
Probability | ||
----------- | ||
|
||
.. python-apigen-group:: probability |
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,4 @@ | ||
Resampling | ||
---------- | ||
|
||
.. python-apigen-group:: resampling |
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,12 @@ | ||
Simulation | ||
========== | ||
|
||
Channel models | ||
-------------- | ||
|
||
.. python-apigen-group:: simulation-channel-models | ||
|
||
Signal impairments | ||
------------------ | ||
|
||
.. python-apigen-group:: simulation-impairments |
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,4 @@ | ||
Synchronization | ||
=============== | ||
|
||
.. python-apigen-group:: pll |
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
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,4 @@ | ||
""" | ||
A module with various physical constants. | ||
""" | ||
SPEED_OF_LIGHT = 299_792_458 # m/s |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
""" | ||
A subpackage for link budget calculations. | ||
""" | ||
from ._antenna import * | ||
from ._capacity import * | ||
from ._path_loss import * |
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
Oops, something went wrong.