Update main documentation

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

@ -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">#endif</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="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>

@ -1,7 +1,7 @@
function writeHeader() {
document.write('Version 1.10.2-dev1');
document.write('Version 1.10.2-dev2');
};
function writeFooter() {
document.write('Generated on Fri Jul 1 2022 05:23:47 for CMSIS-DSP 1.10.2-dev1+gd1c7be7. Copyright &copy; 2022 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Mon Jul 4 2022 12:32:12 for CMSIS-DSP 1.10.2-dev2+g3395b5d. Copyright &copy; 2022 Arm Limited (or its affiliates). All rights reserved.');
};

Loading…
Cancel
Save