Remove ramp-up and ramp-down symbols. Instead, shape the first 1/8th of first and last real symbols.

This commit is contained in:
Steve Franke
2019-02-25 15:03:43 -06:00
parent ec2d5b6233
commit 3759198982
3 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -6871,7 +6871,7 @@ void MainWindow::transmit (double snr)
float fsample=48000.0;
float f0=ui->TxFreqSpinBox->value() - m_XIT;
int icmplx=0;
int nwave=(nsym+2)*nsps;
int nwave=nsym*nsps;
gen_ft8wave_(const_cast<int *>(itone),&nsym,&nsps,&fsample,&f0,foxcom_.wave,
foxcom_.wave,&icmplx,&nwave);