Skip to content

Commit

Permalink
Deploy 803ac9d
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter authored and github-actions[bot] committed Dec 16, 2024
1 parent 543e76f commit e3db5e5
Show file tree
Hide file tree
Showing 42 changed files with 127 additions and 74 deletions.
Binary file modified v0.0.x/.doctrees/api/sdr.bec.doctree
Binary file not shown.
Binary file modified v0.0.x/.doctrees/api/sdr.bsc.doctree
Binary file not shown.
Binary file modified v0.0.x/.doctrees/api/sdr.dmc.doctree
Binary file not shown.
Binary file modified v0.0.x/.doctrees/api/sdr.evm.doctree
Binary file not shown.
Binary file modified v0.0.x/.doctrees/environment.pickle
Binary file not shown.
Binary file modified v0.0.x/.doctrees/release-notes/v0.0.doctree
Binary file not shown.
Binary file modified v0.0.x/_images/sdr_MSK_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_MSK_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_MSK_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_OQPSK_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_OQPSK_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_OQPSK_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_PSK_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_PSK_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_PSK_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_PiMPSK_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_PiMPSK_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_PiMPSK_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_awgn_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_awgn_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_evm_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_evm_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_plot_constellation_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_plot_constellation_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_to_complex_baseband_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_to_complex_baseband_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_to_complex_baseband_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_to_complex_baseband_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_to_real_passband_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_to_real_passband_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_to_real_passband_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified v0.0.x/_images/sdr_to_real_passband_4.png
19 changes: 19 additions & 0 deletions v0.0.x/_sources/release-notes/v0.0.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,32 @@ tocdepth: 2

# v0.0

## v0.0.25

*Released December 16, 2024*

### Changes

- Added calculation of difference of two random variables in `sdr.subtract_rvs()`.
- Added calculation of minimum of i.i.d. random variables in `sdr.min_iid_rvs()`.
- Added calculation of maximum of i.i.d. random variables in `sdr.max_iid_rvs()`.
- Renamed `sdr.sum_distribution()` to `sdr.add_iid_rvs()`.
- Renamed `sdr.sum_distributions()` to `sdr.add_rvs()`.
- Renamed `sdr.multiply_distributions()` to `sdr.multiply_rvs()`.
- Increased required `galois` version to `v0.4.3`.

### Contributors

- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))

## v0.0.24

*Released September 5, 2024*

### Changes

- Added support for NumPy 2.1.
- *Correction:* NumPy 2.1 is still unsupported because Numba 0.60 doesn't include support.

### Contributors

Expand Down
10 changes: 5 additions & 5 deletions v0.0.x/api/sdr.bec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14312,14 +14312,14 @@

<span class="gp">In [2]: </span><span class="n">y</span> <span class="o">=</span> <span class="n">sdr</span><span class="o">.</span><span class="n">bec</span><span class="p">(</span><span class="n">x</span><span class="p">,</span> <span class="mf">0.25</span><span class="p">);</span> <span class="n">y</span>
<span class="gh">Out[2]: </span>
<span class="go">array([ 0, 1, -1, 0, 1, 1, 1, -1, 1, -1, 1, -1, 0, 1, 0, -1, 0,</span>
<span class="go"> 0, 0, 1])</span>
<span class="go">array([-1, 1, 1, 0, 1, 1, 1, -1, 1, -1, -1, 0, 0, -1, 0, -1, 0,</span>
<span class="go"> 0, 0, -1])</span>

<span class="gp">In [3]: </span><span class="n">x</span> <span class="o">==</span> <span class="n">y</span>
<span class="gh">Out[3]: </span>
<span class="go">array([ True, True, False, True, True, True, True, False, True,</span>
<span class="go"> False, True, False, True, True, True, False, True, True,</span>
<span class="go"> True, True])</span>
<span class="go">array([False, True, True, True, True, True, True, False, True,</span>
<span class="go"> False, False, True, True, False, True, False, True, True,</span>
<span class="go"> True, False])</span>
</code></pre></div>
</div>
</dd></dl>
Expand Down
8 changes: 4 additions & 4 deletions v0.0.x/api/sdr.bsc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14311,13 +14311,13 @@
<span class="gh">Out[1]: </span><span class="go">array([0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1])</span>

<span class="gp">In [2]: </span><span class="n">y</span> <span class="o">=</span> <span class="n">sdr</span><span class="o">.</span><span class="n">bsc</span><span class="p">(</span><span class="n">x</span><span class="p">,</span> <span class="mf">0.25</span><span class="p">);</span> <span class="n">y</span>
<span class="gh">Out[2]: </span><span class="go">array([0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1])</span>
<span class="gh">Out[2]: </span><span class="go">array([0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0])</span>

<span class="gp">In [3]: </span><span class="n">x</span> <span class="o">==</span> <span class="n">y</span>
<span class="gh">Out[3]: </span>
<span class="go">array([ True, True, True, True, True, True, True, True, True,</span>
<span class="go"> True, False, True, False, True, False, True, True, True,</span>
<span class="go"> True, True])</span>
<span class="go">array([ True, False, False, True, True, True, True, True, False,</span>
<span class="go"> False, False, True, True, True, False, False, True, True,</span>
<span class="go"> True, False])</span>
</code></pre></div>
</div>
</dd></dl>
Expand Down
12 changes: 6 additions & 6 deletions v0.0.x/api/sdr.dmc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14348,12 +14348,12 @@
<span class="gp">In [3]: </span><span class="n">P</span> <span class="o">=</span> <span class="p">[[</span><span class="mi">1</span> <span class="o">-</span> <span class="n">p</span><span class="p">,</span> <span class="n">p</span><span class="p">],</span> <span class="p">[</span><span class="n">p</span><span class="p">,</span> <span class="mi">1</span> <span class="o">-</span> <span class="n">p</span><span class="p">]]</span>

<span class="gp">In [4]: </span><span class="n">y</span> <span class="o">=</span> <span class="n">sdr</span><span class="o">.</span><span class="n">dmc</span><span class="p">(</span><span class="n">x</span><span class="p">,</span> <span class="n">P</span><span class="p">);</span> <span class="n">y</span>
<span class="gh">Out[4]: </span><span class="go">array([0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1])</span>
<span class="gh">Out[4]: </span><span class="go">array([0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1])</span>

<span class="gp">In [5]: </span><span class="n">x</span> <span class="o">==</span> <span class="n">y</span>
<span class="gh">Out[5]: </span>
<span class="go">array([ True, False, False, True, True, True, False, True, True,</span>
<span class="go"> True, True, True, True, True, True, False, False, True,</span>
<span class="go">array([ True, True, True, True, True, True, True, True, True,</span>
<span class="go"> True, True, True, True, True, True, True, False, True,</span>
<span class="go"> False, True])</span>
</code></pre></div>
</div>
Expand All @@ -14368,13 +14368,13 @@
<span class="go"># Specify the erasure as -1</span>
<span class="gp">In [9]: </span><span class="n">y</span> <span class="o">=</span> <span class="n">sdr</span><span class="o">.</span><span class="n">dmc</span><span class="p">(</span><span class="n">x</span><span class="p">,</span> <span class="n">P</span><span class="p">,</span> <span class="n">Y</span><span class="o">=</span><span class="p">[</span><span class="mi">0</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="o">-</span><span class="mi">1</span><span class="p">]);</span> <span class="n">y</span>
<span class="gh">Out[9]: </span>
<span class="go">array([ 0, 1, 1, 0, 1, 1, 1, 1, 1, -1, 1, -1, 0, 1, 0, -1, 0,</span>
<span class="go">array([ 0, 1, 1, -1, 1, 1, 1, 1, 1, 1, 1, -1, 0, 1, -1, 0, -1,</span>
<span class="go"> 0, 0, 1])</span>

<span class="gp">In [10]: </span><span class="n">x</span> <span class="o">==</span> <span class="n">y</span>
<span class="gh">Out[10]: </span>
<span class="go">array([ True, True, True, True, True, True, True, True, True,</span>
<span class="go"> False, True, False, True, True, True, False, True, True,</span>
<span class="go">array([ True, True, True, False, True, True, True, True, True,</span>
<span class="go"> True, True, False, True, True, False, True, False, True,</span>
<span class="go"> True, True])</span>
</code></pre></div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions v0.0.x/api/sdr.evm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14364,25 +14364,25 @@
<p>Measure the RMS EVM, normalizing with the average power of the reference symbols.
Either the symbol map or noiseless transmitted symbols may be passed.</p>
<div class="highlight-ipython notranslate"><div class="highlight"><pre><span></span><code><span class="gp">In [3]: </span><span class="n">sdr</span><span class="o">.</span><span class="n">evm</span><span class="p">(</span><span class="n">x_hat</span><span class="p">,</span> <span class="n">psk</span><span class="o">.</span><span class="n">symbol_map</span><span class="p">)</span>
<span class="gh">Out[3]: </span><span class="go">np.float64(9.86031240825854)</span>
<span class="gh">Out[3]: </span><span class="go">np.float64(9.761731512210138)</span>

<span class="gp">In [4]: </span><span class="n">sdr</span><span class="o">.</span><span class="n">evm</span><span class="p">(</span><span class="n">x_hat</span><span class="p">,</span> <span class="n">x</span><span class="p">)</span>
<span class="gh">Out[4]: </span><span class="go">np.float64(9.86031240825854)</span>
<span class="gh">Out[4]: </span><span class="go">np.float64(9.761731512210138)</span>
</code></pre></div>
</div>
<p>Measure the RMS EVM, normalizing with the average power of the received symbols.</p>
<div class="highlight-ipython notranslate"><div class="highlight"><pre><span></span><code><span class="gp">In [5]: </span><span class="n">sdr</span><span class="o">.</span><span class="n">evm</span><span class="p">(</span><span class="n">x_hat</span><span class="p">,</span> <span class="n">psk</span><span class="o">.</span><span class="n">symbol_map</span><span class="p">,</span> <span class="n">norm</span><span class="o">=</span><span class="s2">&quot;average-power&quot;</span><span class="p">)</span>
<span class="gh">Out[5]: </span><span class="go">np.float64(9.798411697693279)</span>
<span class="gh">Out[5]: </span><span class="go">np.float64(9.685330230611951)</span>
</code></pre></div>
</div>
<p>Measure the RMS EVM, normalizing with the peak power of the received symbols.</p>
<div class="highlight-ipython notranslate"><div class="highlight"><pre><span></span><code><span class="gp">In [6]: </span><span class="n">sdr</span><span class="o">.</span><span class="n">evm</span><span class="p">(</span><span class="n">x_hat</span><span class="p">,</span> <span class="n">psk</span><span class="o">.</span><span class="n">symbol_map</span><span class="p">,</span> <span class="n">norm</span><span class="o">=</span><span class="s2">&quot;peak-power&quot;</span><span class="p">)</span>
<span class="gh">Out[6]: </span><span class="go">np.float64(8.175827076210254)</span>
<span class="gh">Out[6]: </span><span class="go">np.float64(7.994380560740725)</span>
</code></pre></div>
</div>
<p>Measure the 95th percentile EVM.</p>
<div class="highlight-ipython notranslate"><div class="highlight"><pre><span></span><code><span class="gp">In [7]: </span><span class="n">sdr</span><span class="o">.</span><span class="n">evm</span><span class="p">(</span><span class="n">x_hat</span><span class="p">,</span> <span class="n">psk</span><span class="o">.</span><span class="n">symbol_map</span><span class="p">,</span> <span class="n">output</span><span class="o">=</span><span class="mi">95</span><span class="p">)</span>
<span class="gh">Out[7]: </span><span class="go">np.float64(17.4167584201252)</span>
<span class="gh">Out[7]: </span><span class="go">np.float64(17.203790572573617)</span>
</code></pre></div>
</div>
<p>Measure the instantaneous EVM for each symbol.</p>
Expand Down
2 changes: 1 addition & 1 deletion v0.0.x/development/formatting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14389,7 +14389,7 @@ <h2 id="run-from-vs-code">Run from VS Code<a class="headerlink" href="#run-from-
<small>

Last update:
Sep 06, 2024
Dec 16, 2024

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion v0.0.x/development/unit-tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14284,7 +14284,7 @@ <h2 id="run-from-vs-code">Run from VS Code<a class="headerlink" href="#run-from-
<small>

Last update:
Sep 06, 2024
Dec 16, 2024

</small>
</div>
Expand Down
Binary file modified v0.0.x/objects.inv
Binary file not shown.
Loading

0 comments on commit e3db5e5

Please sign in to comment.