Average value of a signal
Answers
-
Hi Reza,
Yes, there is a block that calculates the average value of a voltage signal over a sampling period. It's the " Voltage Sensor (average)" block:
There is also the "Current Sensor (average)" block that does the same for a current signal.To answer the 2nd part of your question, this block is not supported for automatic code generation.
To be able to tell which blocks can be used for code gen, you can navigate to Options >> Settings >> Advanced, if the option box "Show image next to elements that can be used for code generation" is checked, a small "CG" image will appear next to these elements that can be used for code generation.
You can always create your own custom average function with C code and the Simplified C block.
Finally, if you want to calculate the signal average after the simulation is finished, there is also the average function option in SimView:
Best regards,
Nikos
0