2014-01-18 12:16 AM
2014-01-18 12:26 AM
2014-01-21 08:38 PM
2014-01-21 09:14 PM
Please top post responses.
You need to benchmark your code, and understand how many machine cycles it actually takes. Then compare that number with the rate at which the samples are arriving. You really need to stop computing the constants over, and over, do it once, ideally in a way the compiler can use in the loops.2014-01-21 10:34 PM
2014-01-21 10:39 PM
2014-01-22 07:13 AM
2014-01-22 07:52 PM