Browse Source

More accurate 1024 FFT peak CPU usage estimate

dds
PaulStoffregen 11 years ago
parent
commit
044621fd20
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      gui/list.html

+ 1
- 1
gui/list.html View File

<li><span class=literal>AudioWindowTukey1024</span></li> <li><span class=literal>AudioWindowTukey1024</span></li>
</ul> </ul>
</p> </p>
<p>1024 point FFT has a peak CPU usage of approx 50% on Teensy 3.1.
<p>1024 point FFT has a peak CPU usage of approx 52% on Teensy 3.1.
Average usage is much lower. Future versions might distribute the Average usage is much lower. Future versions might distribute the
load more evenly over time.... load more evenly over time....
</p> </p>

Loading…
Cancel
Save