Skip to content

Commit

Permalink
deploy: a778b79
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo17pet committed Nov 20, 2024
1 parent 8e07740 commit ca5f12c
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 232 deletions.
6 changes: 6 additions & 0 deletions classqlibs_1_1interp1.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,12 @@ <h2 class="memtitle"><span class="permalink"><a href="#a72a093280adefe993cadb193
</div><div class="memdoc">

<p>Interpolate input point <em>x</em> to determine the value of <em>y</em> at the points <em>xi</em> using the current method. If value is beyond the endpoints, extrapolation is performed using the current method. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramdir">[in]</td><td class="paramname">x</td><td>The input point. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd><code>The</code> interpolated-extrapolated <em>y</em> value. </dd></dl>

</div>
Expand Down
2 changes: 1 addition & 1 deletion dir_b0856f6b0d80ccb263b2f415c91f9e17.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<tr class="memdesc:fp16_8hpp"><td class="mdescLeft">&#160;</td><td class="mdescRight">Fixed-Point math Q16.16 with rounding and saturated arithmetic. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><a href="interp1_8hpp_source.html"><span class="icondoc"></span></a>&#160;</td><td class="memItemRight" valign="bottom"><b>interp1.hpp</b></td></tr>
<tr class="memdesc:interp1_8hpp"><td class="mdescLeft">&#160;</td><td class="mdescRight">Helper class that implements a Tapped Delay Line (TDL). A TDL is a delay line that provides access to its contents at arbitrary intermediate delay length values. This class runs in constant time O(1), so it becomes useful when you need to work with long delayed lines. <br /></td></tr>
<tr class="memdesc:interp1_8hpp"><td class="mdescLeft">&#160;</td><td class="mdescRight">1D Interpolation Class <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top"><a href="ltisys_8hpp_source.html"><span class="icondoc"></span></a>&#160;</td><td class="memItemRight" valign="bottom"><b>ltisys.hpp</b></td></tr>
<tr class="memdesc:ltisys_8hpp"><td class="mdescLeft">&#160;</td><td class="mdescRight">API to evaluation continuous and discrete LTI systems. <br /></td></tr>
Expand Down
Loading

0 comments on commit ca5f12c

Please sign in to comment.