Hi all,
I need to compute energy(t) of a signal. I've already defined a custom function to compute power(t), doing I(t)*V(t). See the following image showing the current, voltage and power waveform.
Now, I would to integrate over the time t, the power(t); in formula: E(t)=ʃ P(t) dt .
Using other spice simulators I wrote idt(x) to integrate x signal over the time t.
How could I do this in TINA-TI? Are there any syntax guides?
Thank you