Skip to content

Commit

Permalink
Deploy 492311f
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 21025b8 commit 54c17b6
Show file tree
Hide file tree
Showing 29 changed files with 7 additions and 7 deletions.
Binary file modified v0.0.x/.doctrees/api/sdr.energy.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/_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.
2 changes: 1 addition & 1 deletion v0.0.x/api/sdr.energy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8473,7 +8473,7 @@
</dl>
</dd>
<dt class="field-even" id="returns">Returns<span class="colon">:</span><a class="headerlink" href="#returns" title="Permalink to this headline"></a></dt>
<dd class="field-even"><p>The energy of <span class="math notranslate nohighlight">\(x[n]\)</span> in units^2.</p>
<dd class="field-even"><p>The signal energy. If <code class="code highlight python docutils literal highlight-python"><span class="n">db</span><span class="o">=</span><span class="kc">False</span></code>, <span class="math notranslate nohighlight">\(E\)</span> is returned. If <code class="code highlight python docutils literal highlight-python"><span class="n">db</span><span class="o">=</span><span class="kc">True</span></code>, <span class="math notranslate nohighlight">\(10 \log_{10} E\)</span> is returned.</p>
</dd>
</dl>
</dd></dl>
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 @@ -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.74917555230381</span>
<span class="gh">Out[3]: </span><span class="go">64.73357904540232</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">9.955665176588479</span>
<span class="gh">Out[4]: </span><span class="go">10.121462583980508</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.28221376825934</span>
<span class="gh">Out[5]: </span><span class="go">182.1121941071819</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">144.83575898846564</span>
<span class="gh">Out[6]: </span><span class="go">146.11840145681018</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.80719471360855</span>
<span class="gh">Out[7]: </span><span class="go">68.85014804517643</span>
</code></pre></div>
</div>
<p>Measure the instantaneous EVM for each symbol.</p>
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 54c17b6

Please sign in to comment.