I'm trying to compare two algorithms for their amount of memory usage and power consumption during processing. I compared them with respect to processing time, but I need to measure memory usage and power. Thanks in advance for your replies.
Can you elaborate more on power consumption and what you mean by that?
This calculation is highly dependent on the hardware circuitry. For instance, if you calculate such information on your personal computer, it does not give you any information about the VHDL or FPGA energy use. I think a better measure is the number of cpu operations or the computational complexity.