address @jpienaar's comment

This commit is contained in:
Kazuaki Ishizaki 2019-10-11 00:44:56 +09:00
parent f54b1374af
commit eff45711cc

View File

@ -42,7 +42,7 @@
* cmsis_power.txt: the magnitude squared of the DFT
* cmsis_power_avg.txt: the 6-bin average of the magnitude squared of
the DFT
* Run both versons of the 1KHz pre-processor test and then compare.
* Run both versions of the 1KHz pre-processor test and then compare.
* These files can be plotted with "python compare\_1k.py"
* Also prints out the number of cycles the code took to execute (using the
DWT->CYCCNT register)
@ -60,7 +60,7 @@
* micro_power.txt: the magnitude squared of the DFT
* micro_power_avg.txt: the 6-bin average of the magnitude squared of
the DFT
* Run both versons of the 1KHz pre-processor test and then compare.
* Run both versions of the 1KHz pre-processor test and then compare.
* These files can be plotted with "python compare\_1k.py"
* Also prints out the number of cycles the code took to execute (using the
DWT->CYCCNT register)