power consumption of certain algorithm on a specific cpu using MatLab simulation

1 view (last 30 days)
I am a master student working on my master thesis. I will be investigating the power consumption of a certain encryption in WSWN . I am at the phase of choosing the appropriate simulator. One of my options is the MatLab. Does anyone know whether the Matlab supports that or not? If not what do you recommend?
Regards
Hussein

Answers (1)

Walter Roberson
Walter Roberson on 31 Jan 2016
Wireless Sensor Networks encryption code can be written in MATLAB, but there is no WSN toolbox or functions provided for that specific purpose.
I find reference to analyzing circuit power in the book "Handbook on Sensor Networks" By Yang Xiao, Hui Chen, Frank Haizhon Li, section 35.3 "Circuit Design". It indicates that the algorithm would need to be converted into VHDL for analysis. The conversion of algorithms to VHDL is possible with Mathwork's HDL Coder Toolbox
What I do not know is how well VHDL can deal with physical realities such as which process is to be used, how close together the lines are, how capacitance gets to be a problem, the effect of adding in any structure designed to draw away heat, and so on. I don't even know how well VHDL can account for minimizing trace length. After all, VHDL is also used for programming FPGA and those are going to have a different power consumption than if you were laying out a custom circuit.

Categories

Find more on WSNs in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!