Skip to content

Commit

Permalink
Deploy 117b457
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter authored and github-actions[bot] committed Oct 25, 2023
1 parent 54c17b6 commit 0d6c65d
Show file tree
Hide file tree
Showing 32 changed files with 10 additions and 37 deletions.
Binary file modified v0.0.x/.doctrees/api/sdr.evm.doctree
Binary file not shown.
Binary file modified v0.0.x/.doctrees/development/installation.doctree
Binary file not shown.
Binary file modified v0.0.x/.doctrees/development/linter.doctree
Binary file not shown.
Binary file modified v0.0.x/.doctrees/environment.pickle
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_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_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_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_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_bb_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_bb_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_bb_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_bb_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_pb_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_pb_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_pb_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_pb_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ -8547,25 +8547,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">64.73357904540232</span>
<span class="gh">Out[3]: </span><span class="go">64.752382385525</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">10.121462583980508</span>
<span class="gh">Out[4]: </span><span class="go">9.979753270466924</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">182.1121941071819</span>
<span class="gh">Out[5]: </span><span class="go">182.3009419469792</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">146.11840145681018</span>
<span class="gh">Out[6]: </span><span class="go">144.3105575224052</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">68.85014804517643</span>
<span class="gh">Out[7]: </span><span class="go">68.83129846956841</span>
</code></pre></div>
</div>
<p>Measure the instantaneous EVM for each symbol.</p>
Expand Down
5 changes: 2 additions & 3 deletions v0.0.x/development/installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8458,8 +8458,7 @@ <h2 id="install-the-dev-dependencies">Install the <code class="code highlight py
<div class="literal-block-wrapper docutils container" id="id1">
<div class="code-block-caption highlight"><span class="filename"><span class="caption-text">
</span>requirements-dev.txt<a class="headerlink" href="#id1" title="Permalink to this code"></a></span></div>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><code><span class="n">pylint</span> <span class="o">&gt;=</span> <span class="mf">2.14</span>
<span class="n">black</span><span class="p">[</span><span class="n">jupyter</span><span class="p">]</span> <span class="o">&gt;=</span> <span class="mf">22.8.0</span>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><code><span class="n">ruff</span> <span class="o">&gt;=</span> <span class="mf">0.1.0</span>
<span class="n">pytest</span>
<span class="n">pytest</span><span class="o">-</span><span class="n">cov</span><span class="p">[</span><span class="n">toml</span><span class="p">]</span>
<span class="n">pytest</span><span class="o">-</span><span class="n">xdist</span>
Expand All @@ -8478,7 +8477,7 @@ <h2 id="install-the-dev-dependencies">Install the <code class="code highlight py
<small>

Last update:
Aug 06, 2023
Oct 25, 2023

</small>
</div>
Expand Down
28 changes: 1 addition & 27 deletions v0.0.x/development/linter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8433,32 +8433,6 @@ <h2 id="install">Install<a class="headerlink" href="#install" title="Permalink t
</div>
<h2 id="configuration">Configuration<a class="headerlink" href="#configuration" title="Permalink to this heading"></a></h2>
<p>Various nuisance <code class="code highlight python docutils literal highlight-python"><span class="n">pylint</span></code> warnings are added to an ignore list in <code class="code highlight python docutils literal highlight-python"><span class="n">pyproject</span><span class="o">.</span><span class="n">toml</span></code>.</p>
<div class="literal-block-wrapper docutils container" id="id1">
<div class="code-block-caption highlight"><span class="filename"><span class="caption-text">
</span>pyproject.toml<a class="headerlink" href="#id1" title="Permalink to this code"></a></span></div>
<div class="highlight-toml notranslate"><div class="highlight"><pre><span></span><code><span class="k">[tool.pylint]</span>
<span class="n">ignore-paths</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">&quot;src/sdr/_version.py&quot;</span><span class="p">]</span>
<span class="n">disable</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span>
<span class="w"> </span><span class="s">&quot;comparison-with-callable&quot;</span><span class="p">,</span><span class="w"> </span><span class="c1"># pylint doesn&#39;t understand metaclass properties</span>
<span class="w"> </span><span class="s">&quot;fixme&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="s">&quot;global-statement&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="s">&quot;invalid-name&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="s">&quot;missing-function-docstring&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="s">&quot;protected-access&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="s">&quot;too-many-ancestors&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="s">&quot;too-many-arguments&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="s">&quot;too-many-branches&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="s">&quot;too-many-instance-attributes&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="s">&quot;too-many-lines&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="s">&quot;too-many-locals&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="s">&quot;too-many-public-methods&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="s">&quot;unneeded-not&quot;</span><span class="p">,</span>
<span class="p">]</span>
<span class="n">min-similarity-lines</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="mi">100</span>
<span class="n">max-line-length</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="mi">120</span>
</code></pre></div>
</div>
</div>
<h2 id="run-from-the-command-line">Run from the command line<a class="headerlink" href="#run-from-the-command-line" title="Permalink to this heading"></a></h2>
<p>Run the linter manually from the command line.</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><code><span class="gp">$ </span>python3<span class="w"> </span>-m<span class="w"> </span>pylint<span class="w"> </span>src/sdr/
Expand All @@ -8475,7 +8449,7 @@ <h2 id="run-from-vs-code">Run from VS Code<a class="headerlink" href="#run-from-
<small>

Last update:
Aug 19, 2023
Oct 25, 2023

</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 @@ -8466,7 +8466,7 @@ <h2 id="run-from-vs-code">Run from VS Code<a class="headerlink" href="#run-from-
<small>

Last update:
Aug 19, 2023
Oct 25, 2023

</small>
</div>
Expand Down
Binary file modified v0.0.x/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion v0.0.x/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 0d6c65d

Please sign in to comment.