plot (time_scale(5850:5980), real(tx_chained_waveform_0(5850:5980)),
time_scale(5850:5980), imag(tx_chained_waveform_0(5850:5980)));
xlabel("Time in usec");power_spectrum = abs(fft(tx_chained_waveform_if));
plot (freq_scale(5000:5700), power_spectrum(5000:5700));
xlabel("Frequency in MHz");
Chapter 6 – Plot-assisted Setups
153