Skip to content

Commit

Permalink
deploy: 52295d4
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo17pet committed Feb 13, 2024
1 parent 947a99f commit 1365751
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions qssmoother_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,9 @@
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"> 320</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"> 321</span> </div>
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span><span class="preprocessor">#endif</span></div>
<div class="ttc" id="agroup__qssmoother_html_ga4b35d70416b5b24e1d894ac0c8b316eb"><div class="ttname"><a href="group__qssmoother.html#ga4b35d70416b5b24e1d894ac0c8b316eb">qSSmoother_Perform</a></div><div class="ttdeci">float qSSmoother_Perform(qSSmootherPtr_t *const s, const float x)</div><div class="ttdoc">Perform the smooth operation recursively for the input signal x.</div><div class="ttdef"><b>Definition:</b> qssmoother.c:455</div></div>
<div class="ttc" id="agroup__qssmoother_html_ga519a77705c811934bdd3f886dfdf160a"><div class="ttname"><a href="group__qssmoother.html#ga519a77705c811934bdd3f886dfdf160a">qSSmoother_Reset</a></div><div class="ttdeci">int qSSmoother_Reset(qSSmootherPtr_t *const s)</div><div class="ttdoc">Reset the the smoother filter.</div><div class="ttdef"><b>Definition:</b> qssmoother.c:439</div></div>
<div class="ttc" id="agroup__qssmoother_html_ga85027474c3ee4e70a2c34318fd22ac36"><div class="ttname"><a href="group__qssmoother.html#ga85027474c3ee4e70a2c34318fd22ac36">qSSmoother_IsInitialized</a></div><div class="ttdeci">int qSSmoother_IsInitialized(const qSSmootherPtr_t *const s)</div><div class="ttdoc">Check if the smoother filter is initialized.</div><div class="ttdef"><b>Definition:</b> qssmoother.c:423</div></div>
<div class="ttc" id="agroup__qssmoother_html_ga4b35d70416b5b24e1d894ac0c8b316eb"><div class="ttname"><a href="group__qssmoother.html#ga4b35d70416b5b24e1d894ac0c8b316eb">qSSmoother_Perform</a></div><div class="ttdeci">float qSSmoother_Perform(qSSmootherPtr_t *const s, const float x)</div><div class="ttdoc">Perform the smooth operation recursively for the input signal x.</div><div class="ttdef"><b>Definition:</b> qssmoother.c:459</div></div>
<div class="ttc" id="agroup__qssmoother_html_ga519a77705c811934bdd3f886dfdf160a"><div class="ttname"><a href="group__qssmoother.html#ga519a77705c811934bdd3f886dfdf160a">qSSmoother_Reset</a></div><div class="ttdeci">int qSSmoother_Reset(qSSmootherPtr_t *const s)</div><div class="ttdoc">Reset the the smoother filter.</div><div class="ttdef"><b>Definition:</b> qssmoother.c:443</div></div>
<div class="ttc" id="agroup__qssmoother_html_ga85027474c3ee4e70a2c34318fd22ac36"><div class="ttname"><a href="group__qssmoother.html#ga85027474c3ee4e70a2c34318fd22ac36">qSSmoother_IsInitialized</a></div><div class="ttdeci">int qSSmoother_IsInitialized(const qSSmootherPtr_t *const s)</div><div class="ttdoc">Check if the smoother filter is initialized.</div><div class="ttdef"><b>Definition:</b> qssmoother.c:427</div></div>
<div class="ttc" id="agroup__qssmoother_html_ga8953f71916f57517edbe8cab4d7ee639"><div class="ttname"><a href="group__qssmoother.html#ga8953f71916f57517edbe8cab4d7ee639">qSSmoother_Type_t</a></div><div class="ttdeci">qSSmoother_Type_t</div><div class="ttdoc">Supported Filters by the qSSmoother library.</div><div class="ttdef"><b>Definition:</b> qssmoother.h:28</div></div>
<div class="ttc" id="agroup__qssmoother_html_gae494958fd1353a8cd956e35abd6641f7"><div class="ttname"><a href="group__qssmoother.html#gae494958fd1353a8cd956e35abd6641f7">qSSmoother_Setup</a></div><div class="ttdeci">int qSSmoother_Setup(qSSmootherPtr_t *const s, const qSSmoother_Type_t type, const float *const param, float *window, const size_t wsize)</div><div class="ttdoc">Setup an initialize smoother filter.</div><div class="ttdef"><b>Definition:</b> qssmoother.c:89</div></div>
<div class="ttc" id="agroup__qssmoother_html_gga8953f71916f57517edbe8cab4d7ee639a0f072f41aec7b912c7e49bf897a0d87b"><div class="ttname"><a href="group__qssmoother.html#gga8953f71916f57517edbe8cab4d7ee639a0f072f41aec7b912c7e49bf897a0d87b">QSSMOOTHER_TYPE_GMWF</a></div><div class="ttdeci">@ QSSMOOTHER_TYPE_GMWF</div><div class="ttdef"><b>Definition:</b> qssmoother.h:35</div></div>
Expand Down
2 changes: 1 addition & 1 deletion qssmoother_desc.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ <h1><a class="anchor" id="qssmoother_ex10"></a>
<div class="line"> <span class="keywordflow">for</span>( ;; );</div>
<div class="line"> <span class="keywordflow">return</span> EXIT_SUCCESS;</div>
<div class="line">}</div>
<div class="ttc" id="agroup__qssmoother_html_ga4b35d70416b5b24e1d894ac0c8b316eb"><div class="ttname"><a href="group__qssmoother.html#ga4b35d70416b5b24e1d894ac0c8b316eb">qSSmoother_Perform</a></div><div class="ttdeci">float qSSmoother_Perform(qSSmootherPtr_t *const s, const float x)</div><div class="ttdoc">Perform the smooth operation recursively for the input signal x.</div><div class="ttdef"><b>Definition:</b> qssmoother.c:455</div></div>
<div class="ttc" id="agroup__qssmoother_html_ga4b35d70416b5b24e1d894ac0c8b316eb"><div class="ttname"><a href="group__qssmoother.html#ga4b35d70416b5b24e1d894ac0c8b316eb">qSSmoother_Perform</a></div><div class="ttdeci">float qSSmoother_Perform(qSSmootherPtr_t *const s, const float x)</div><div class="ttdoc">Perform the smooth operation recursively for the input signal x.</div><div class="ttdef"><b>Definition:</b> qssmoother.c:459</div></div>
</div><!-- fragment --> </div></div><!-- contents -->
</div><!-- PageDoc -->
</div><!-- doc-content -->
Expand Down
14 changes: 7 additions & 7 deletions qtypegeneric_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,14 @@
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> </div>
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span><span class="preprocessor">#endif</span></div>
<div class="ttc" id="agroup__qtypegeneric_html_ga1751bcf57fa73f56532d3f05dd6e7d81"><div class="ttname"><a href="group__qtypegeneric.html#ga1751bcf57fa73f56532d3f05dd6e7d81">qTypeGeneric_LSearch</a></div><div class="ttdeci">void * qTypeGeneric_LSearch(const void *key, const void *pbase, const size_t n, const size_t size, qTypeGeneric_CompareFcn_t compar, void *arg)</div><div class="ttdoc">Performs a linear search over an array of n elements pointed to by pbase for an element that matches ...</div><div class="ttdef"><b>Definition:</b> qtypegeneric.c:260</div></div>
<div class="ttc" id="agroup__qtypegeneric_html_ga1a01bce1922bbfb580323e72a5cc0a57"><div class="ttname"><a href="group__qtypegeneric.html#ga1a01bce1922bbfb580323e72a5cc0a57">qTypeGeneric_Set</a></div><div class="ttdeci">void * qTypeGeneric_Set(void *const pbase, const size_t size, const size_t n, const void *const ref)</div><div class="ttdoc">Set the data pointed by ref to every element of the array pointed by pbase. The array contains n elem...</div><div class="ttdef"><b>Definition:</b> qtypegeneric.c:238</div></div>
<div class="ttc" id="agroup__qtypegeneric_html_ga666f3f9121864dffb3cde3e161b30053"><div class="ttname"><a href="group__qtypegeneric.html#ga666f3f9121864dffb3cde3e161b30053">qTypeGeneric_BSearch</a></div><div class="ttdeci">void * qTypeGeneric_BSearch(const void *key, const void *pbase, const size_t n, const size_t size, qTypeGeneric_CompareFcn_t compar, void *arg)</div><div class="ttdoc">Performs a binary search over an array of n elements pointed to by pbase for an element that matches ...</div><div class="ttdef"><b>Definition:</b> qtypegeneric.c:288</div></div>
<div class="ttc" id="agroup__qtypegeneric_html_ga83693af97ce728270f657d818c980dc5"><div class="ttname"><a href="group__qtypegeneric.html#ga83693af97ce728270f657d818c980dc5">qTypeGeneric_Sort</a></div><div class="ttdeci">void qTypeGeneric_Sort(void *const pbase, size_t n, size_t size, qTypeGeneric_CompareFcn_t cmp, void *arg)</div><div class="ttdoc">Sorts the given array pointed to by pbase in ascending order. The array contains n elements of size b...</div><div class="ttdef"><b>Definition:</b> qtypegeneric.c:48</div></div>
<div class="ttc" id="agroup__qtypegeneric_html_gac0e6ffa2fb0170bee593b945466b2306"><div class="ttname"><a href="group__qtypegeneric.html#gac0e6ffa2fb0170bee593b945466b2306">qTypeGeneric_ForEach</a></div><div class="ttdeci">int qTypeGeneric_ForEach(void *pbase, const size_t size, const size_t n, qTypeGeneric_ForEachFcn_t f, const bool dir, void *arg)</div><div class="ttdoc">Iterates n elements of the array pointed to by pbase. The size of each element is specified by size....</div><div class="ttdef"><b>Definition:</b> qtypegeneric.c:327</div></div>
<div class="ttc" id="agroup__qtypegeneric_html_ga1751bcf57fa73f56532d3f05dd6e7d81"><div class="ttname"><a href="group__qtypegeneric.html#ga1751bcf57fa73f56532d3f05dd6e7d81">qTypeGeneric_LSearch</a></div><div class="ttdeci">void * qTypeGeneric_LSearch(const void *key, const void *pbase, const size_t n, const size_t size, qTypeGeneric_CompareFcn_t compar, void *arg)</div><div class="ttdoc">Performs a linear search over an array of n elements pointed to by pbase for an element that matches ...</div><div class="ttdef"><b>Definition:</b> qtypegeneric.c:264</div></div>
<div class="ttc" id="agroup__qtypegeneric_html_ga1a01bce1922bbfb580323e72a5cc0a57"><div class="ttname"><a href="group__qtypegeneric.html#ga1a01bce1922bbfb580323e72a5cc0a57">qTypeGeneric_Set</a></div><div class="ttdeci">void * qTypeGeneric_Set(void *const pbase, const size_t size, const size_t n, const void *const ref)</div><div class="ttdoc">Set the data pointed by ref to every element of the array pointed by pbase. The array contains n elem...</div><div class="ttdef"><b>Definition:</b> qtypegeneric.c:242</div></div>
<div class="ttc" id="agroup__qtypegeneric_html_ga666f3f9121864dffb3cde3e161b30053"><div class="ttname"><a href="group__qtypegeneric.html#ga666f3f9121864dffb3cde3e161b30053">qTypeGeneric_BSearch</a></div><div class="ttdeci">void * qTypeGeneric_BSearch(const void *key, const void *pbase, const size_t n, const size_t size, qTypeGeneric_CompareFcn_t compar, void *arg)</div><div class="ttdoc">Performs a binary search over an array of n elements pointed to by pbase for an element that matches ...</div><div class="ttdef"><b>Definition:</b> qtypegeneric.c:292</div></div>
<div class="ttc" id="agroup__qtypegeneric_html_ga83693af97ce728270f657d818c980dc5"><div class="ttname"><a href="group__qtypegeneric.html#ga83693af97ce728270f657d818c980dc5">qTypeGeneric_Sort</a></div><div class="ttdeci">void qTypeGeneric_Sort(void *const pbase, size_t n, size_t size, qTypeGeneric_CompareFcn_t cmp, void *arg)</div><div class="ttdoc">Sorts the given array pointed to by pbase in ascending order. The array contains n elements of size b...</div><div class="ttdef"><b>Definition:</b> qtypegeneric.c:49</div></div>
<div class="ttc" id="agroup__qtypegeneric_html_gac0e6ffa2fb0170bee593b945466b2306"><div class="ttname"><a href="group__qtypegeneric.html#gac0e6ffa2fb0170bee593b945466b2306">qTypeGeneric_ForEach</a></div><div class="ttdeci">int qTypeGeneric_ForEach(void *pbase, const size_t size, const size_t n, qTypeGeneric_ForEachFcn_t f, const bool dir, void *arg)</div><div class="ttdoc">Iterates n elements of the array pointed to by pbase. The size of each element is specified by size....</div><div class="ttdef"><b>Definition:</b> qtypegeneric.c:331</div></div>
<div class="ttc" id="agroup__qtypegeneric_html_gac7191c93e5a62520335e9f55ebd7f5fa"><div class="ttname"><a href="group__qtypegeneric.html#gac7191c93e5a62520335e9f55ebd7f5fa">qTypeGeneric_Swap</a></div><div class="ttdeci">void qTypeGeneric_Swap(void *const x, void *const y, size_t n)</div><div class="ttdoc">Swaps the data pointed by x and y.</div><div class="ttdef"><b>Definition:</b> qtypegeneric.c:21</div></div>
<div class="ttc" id="agroup__qtypegeneric_html_gad29bd039b0697138bcb05eecab1fae29"><div class="ttname"><a href="group__qtypegeneric.html#gad29bd039b0697138bcb05eecab1fae29">qTypeGeneric_Rotate</a></div><div class="ttdeci">void qTypeGeneric_Rotate(void *const pbase, const size_t size, const size_t n, const int k)</div><div class="ttdoc">Rotates k elements of the array pointed to by pbase. The array contains n elements of size bytes....</div><div class="ttdef"><b>Definition:</b> qtypegeneric.c:213</div></div>
<div class="ttc" id="agroup__qtypegeneric_html_gaee90f107286281c0ab4630e2dc130c91"><div class="ttname"><a href="group__qtypegeneric.html#gaee90f107286281c0ab4630e2dc130c91">qTypeGeneric_Reverse</a></div><div class="ttdeci">void qTypeGeneric_Reverse(void *const pbase, const size_t size, const size_t init, const size_t end)</div><div class="ttdoc">Reverse the given array pointed to by pbase. Operation takes place on the portion of the array that s...</div><div class="ttdef"><b>Definition:</b> qtypegeneric.c:194</div></div>
<div class="ttc" id="agroup__qtypegeneric_html_gad29bd039b0697138bcb05eecab1fae29"><div class="ttname"><a href="group__qtypegeneric.html#gad29bd039b0697138bcb05eecab1fae29">qTypeGeneric_Rotate</a></div><div class="ttdeci">void qTypeGeneric_Rotate(void *const pbase, const size_t size, const size_t n, const int k)</div><div class="ttdoc">Rotates k elements of the array pointed to by pbase. The array contains n elements of size bytes....</div><div class="ttdef"><b>Definition:</b> qtypegeneric.c:217</div></div>
<div class="ttc" id="agroup__qtypegeneric_html_gaee90f107286281c0ab4630e2dc130c91"><div class="ttname"><a href="group__qtypegeneric.html#gaee90f107286281c0ab4630e2dc130c91">qTypeGeneric_Reverse</a></div><div class="ttdeci">void qTypeGeneric_Reverse(void *const pbase, const size_t size, const size_t init, const size_t end)</div><div class="ttdoc">Reverse the given array pointed to by pbase. Operation takes place on the portion of the array that s...</div><div class="ttdef"><b>Definition:</b> qtypegeneric.c:197</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
Expand Down
Loading

0 comments on commit 1365751

Please sign in to comment.