mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-12-25 20:33:08 -05:00
Allow 2-digit input of ndepth in test_q65.
This commit is contained in:
parent
abe06e5dbb
commit
d3ed0be318
@ -73,8 +73,8 @@ program test_q65
|
|||||||
write(cmd1(55:59),'(i5)') nfiles
|
write(cmd1(55:59),'(i5)') nfiles
|
||||||
|
|
||||||
write(cmd2(11:13),'(i3)') ntrperiod
|
write(cmd2(11:13),'(i3)') ntrperiod
|
||||||
write(cmd2(33:33),'(i1)') ndepth
|
write(cmd2(33:34),'(i2)') ndepth
|
||||||
cmd2(38:38)=csubmode
|
cmd2(39:39)=csubmode
|
||||||
call system('rm -f *.wav')
|
call system('rm -f *.wav')
|
||||||
|
|
||||||
! call qra_params(ndepth,maxaptype,idf0max,idt0max,ibwmin,ibwmax,maxdist)
|
! call qra_params(ndepth,maxaptype,idf0max,idt0max,ibwmin,ibwmax,maxdist)
|
||||||
|
Loading…
Reference in New Issue
Block a user