Robochameleon
v1.0
|
Construct array of pwr objects from a numeric signal. More...
Go to the source code of this file.
Functions | |
function | getPColFromNumeric_v1 (in waveform, in varargin) |
Construct array of pwr objects from a numeric signal. More... | |
Construct array of pwr objects from a numeric signal.
This is a utility function to help in constructing signal_interface objects that have waveform-defined power scaling.
Example
Definition in file getPColFromNumeric_v1.m.
function getPColFromNumeric_v1 | ( | in | waveform, |
in | varargin | ||
) |
Construct array of pwr objects from a numeric signal.
This is a utility function to help in constructing signal_interface objects that have waveform-defined power scaling.
waveform | Array of signal waveforms (each column is an independent signal) [unit]. |
SNR | Signal-to-noise ratio of output pwr object. Can be passed as an array or scalar value [dB]. [Default: inf] |
PCol | Array of pwr objects with power set from raw waveform |