measure power and ccdf of the power of voltage signal -凯发k8网页登录
measure power and ccdf of the power of voltage signal
since r2021a
description
the powermeter
system object™ computes the power measurements of a voltage signal. when you set the
computeccdf
property to true
, the object also
calculates the complementary cumulative distribution function (ccdf) of the power of a voltage
signal. the ccdf measurements that the object outputs are relative power and probability (in
percentage). the power measurements include average power, peak power, and peak-to-average
power ratio.
for more details on how the object computes the power measurements and the ccdf measurements, see .
to measure the power and the ccdf of the power of a voltage signal:
create the
powermeter
object and set its properties.call the object with arguments, as if it were a function.
to learn more about how system objects work, see what are system objects?
creation
description
returns a
meter
= powermeterpowermeter
system object that computes power, peak-to-average power
ratio (papr), and the complementary cumulative distribution function (ccdf) of the power
of voltage signal. the ccdf helps find the probability that the instantaneous signal power
exceeds a specified level above the average signal power.
sets the meter
= powermeter(len
,overlap
,name=value)windowlength
property to len
and the overlaplength
property to overlap
.
to enable this syntax, set the computeccdf
property to
false
.
returns a meter
= powermeter(name=value
)powermeter
system object with each specified property set to
the specified value. enclose each property name in quotes. you can use this syntax with
the previous input argument.
properties
usage
description
computes the peak-to-average power ratio of the input signal papr
= meter(x
)x
when
the measurement
property is set to
'peak-to-average power ratio'
. each column of x
is treated as an independent channel. the object computes the peak-to-average power ratio
of each channel of the input signal independently.
[
computes the average power, peak power, and the peak-to-average power ratio of the input
signal avgpwr
,peakpwr
,papr
] = meter(x
)x
when the measurement
property is set to 'all'
. each column of x
is
treated as an independent channel. the object computes the power measurements of each
channel of the input signal independently.
input arguments
output arguments
object functions
to use an object function, specify the
system object as the first input argument. for
example, to release system resources of a system object named obj
, use
this syntax:
release(obj)
examples
algorithms
extended capabilities
version history
introduced in r2021asee also
functions
- | | |
objects
- | | |
blocks
topics
- (communications toolbox)