negativerad / eepe

Automatically exported from code.google.com/p/eepe
0 stars 0 forks source link

Add latency timer (tmain) to the simulation #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What feature/option would you like to have?
1.Add the latency timer to eepe
2.
3.

What is the expected output?
A display of the time to do the maths, like tmain on the ER9X

What version of the product are you using? On what operating system?190 XP

Please provide any additional information below.

To avoid any latency issue it would always be good to keep the maths under the 
frame length. By adding the display to eepe the user can compare different ways 
to use the mixers to try to stay there.

Original issue reported on code.google.com by patrick_...@sympatico.ca on 19 Dec 2010 at 2:10

GoogleCodeExporter commented 9 years ago
This issue is turning out to be surprisingly difficult.

The main loop is optimised to be fast.  This is required because of the limited 
HP of the MCU in the radio.  Modern computers, however, are much much more 
powerful.  The main loop then takes so little time it's hard to measure 
reliably.

Original comment by erezra...@gmail.com on 8 Jan 2011 at 2:53

GoogleCodeExporter commented 9 years ago
Perhaps just an estimate on the mixer page based on the number of math 
operations, etc and the MCU time they take would be enough?

Original comment by patrick_...@sympatico.ca on 8 Jan 2011 at 4:15