Posted on January 18, 2014 at 09:16The original post was too long to process during our migration. Please click on the attachment to read the original post.
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.
Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..