mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-26 21:43:20 -04:00
Remove ramp-up and ramp-down symbols. Instead, shape the first 1/8th of first and last real symbols.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user