computation load calculation
computation load calculation
(OP)
Hi
I am implementing a controller but I want to compare it with some other by their calculation load.
what are the methods to do ti?
I am using matlab for design and simulation of the controller
thanks
I am implementing a controller but I want to compare it with some other by their calculation load.
what are the methods to do ti?
I am using matlab for design and simulation of the controller
thanks





RE: computation load calculation
TTFN
I can do absolutely anything. I'm an expert!
FAQ731-376: Eng-Tips.com Forum Policies forum1529: Translation Assistance for Engineers
RE: computation load calculation
what is the correlation?
how should i do it?
thanks
RE: computation load calculation
TTFN
I can do absolutely anything. I'm an expert!
FAQ731-376: Eng-Tips.com Forum Policies forum1529: Translation Assistance for Engineers
RE: computation load calculation
Warning. If there is a cache this method will not work if the code in question will be flush out each iteration.
Counting clock cycles may work with a DSP but modern micro controllers have long pre-fetch queues and the timing of instructions may be altered by the execution of previous instructions.
Peter Nachtwey
Delta Computer Systems
http://www.deltamotion.com
RE: computation load calculation
TTFN
I can do absolutely anything. I'm an expert!
FAQ731-376: Eng-Tips.com Forum Policies forum1529: Translation Assistance for Engineers