14 t = 1:length(sig(:,:));
15 labelx =
'Time [samples]';
19 plot(t, abs(sig(:,:)));
20 title(
'Power envelope [W]');
24 plot(t, angle(sig(:,:))/pi);
25 title(
'Phase [Normalized over pi]');
function genTimeAxisSig(in sig, in varargin)
Generate a time axis from signal_interface parameters.
Signal description class.
function pabsang(in varargin)
Fast plot power envelope and phase of signal.