Update documentation for release v1.10.1

pull/27/head^2
github-actions 4 years ago
parent 38af815c4f
commit 3f3663ed4e

@ -155,7 +155,7 @@ $(document).ready(function(){initNavTree('arm_matrix_example_f32_8c-example.html
<div class="line"><span class="preprocessor"></span><span class="preprocessor">#include &lt;stdio.h&gt;</span></div> <div class="line"><span class="preprocessor"></span><span class="preprocessor">#include &lt;stdio.h&gt;</span></div>
<div class="line"><span class="preprocessor">#endif</span></div> <div class="line"><span class="preprocessor">#endif</span></div>
<div class="line"><span class="preprocessor"></span></div> <div class="line"><span class="preprocessor"></span></div>
<div class="line"><span class="preprocessor">#define SNR_THRESHOLD 90</span></div> <div class="line"><span class="preprocessor">#define SNR_THRESHOLD 77</span></div>
<div class="line"><span class="preprocessor"></span></div> <div class="line"><span class="preprocessor"></span></div>
<div class="line"><span class="comment">/* --------------------------------------------------------------------------------</span></div> <div class="line"><span class="comment">/* --------------------------------------------------------------------------------</span></div>
<div class="line"><span class="comment">* Test input data(Cycles) taken from FIR Q15 module for differant cases of blockSize</span></div> <div class="line"><span class="comment">* Test input data(Cycles) taken from FIR Q15 module for differant cases of blockSize</span></div>

@ -3,5 +3,5 @@ function writeHeader() {
}; };
function writeFooter() { function writeFooter() {
document.write('Generated on Thu Jun 30 2022 07:48:59 for CMSIS-DSP 1.10.1. Copyright &copy; 2022 Arm Limited (or its affiliates). All rights reserved.'); document.write('Generated on Mon Jul 4 2022 12:33:59 for CMSIS-DSP 1.10.1. Copyright &copy; 2022 Arm Limited (or its affiliates). All rights reserved.');
}; };

Loading…
Cancel
Save