diff --git a/DSP_API/SmartSDR_Interface/sched_waveform.c b/DSP_API/SmartSDR_Interface/sched_waveform.c index 37e5b7e..c34279c 100644 --- a/DSP_API/SmartSDR_Interface/sched_waveform.c +++ b/DSP_API/SmartSDR_Interface/sched_waveform.c @@ -516,7 +516,7 @@ static void* _sched_waveform_thread(void* param) // put the fsample into the outbound packet ((Complex*)buf_desc->buf_ptr)[i].real = fsample; - ((Complex*)buf_desc->buf_ptr)[i].imag = 0; + ((Complex*)buf_desc->buf_ptr)[i].imag = fsample; } } else {