pwr_vs_t()

Returns the power vs. time waveform for the input voltage data

Syntax
p_vs_t = pwr_vs_t(voltage, refR, unit)

Name Description Range Type Default Required
voltage baseband or complex envelope voltage signal (-∞, ∞) integer, real, complex   yes
refR reference resistance in Ohms (0, ∞) real 50.0 no
unit power unit to be used "W" "dBm" "dBW" string "W" no

Examples

p_vs_t = pwr_vs_t(Vout[1], 100, "dBm")
where Vout is a named node in a Circuit Envelope simulation, will return the power (in dBm) vs. time waveform for the voltage at the fundamental frequency using 100 Ohms as reference resistance.
p_vs_t = pwr_vs_t(T1)
where T1 is the name of a TimedSink component (in a DSP schematic), will return the power (in W) vs. time waveform for the voltage signal recorded in the TimedSink using 50 Ohms as reference resistance.

Defined in

$HPEESOF_DIR/expressions/ael/digital_wireless_fun.ael

See Also

peak_pwr(), peak_to_avg_pwr(), power_ccdf(), total_pwr()

Notes/Equations

Used in Circuit Envelope and Signal Processing simulations.
This expression can be used with input data (voltage) of any dimensions. It can accommodate both baseband as well as complex envelope data.

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources