6.6.7 Plotting Example for Pulse Width Definition, Waveform,
and Filters
The following plotting example is for 2 files with pulse width definition, waveform, and filters
for pulse 0 (short CW pulse) and pulse 1 (NLFM pulse with pulse 0 chained to it).
clear;
load "pwd_1.dat";
sz=size(tx_chained_waveform_0);length=sz(1);
time_scale=0:1/RVP_clock_MHz:(length-1)/
RVP_clock_MHz;freq_scale=0:RVP_clock_MHz/length:RVP_clock_MHz-RVP_clock_MHz/
length;
plot (time_scale, real(tx_chained_waveform_0), time_scale,
imag(tx_chained_waveform_0));
xlabel("Time in usec");
plot (time_scale, real(tx_chained_waveform_if), time_scale,
imag(tx_chained_waveform_if));
xlabel("Time in usec");figure(3);
RVP900 User Guide M211322EN-J
152