Increase maximum wav file length to 20s.

This commit is contained in:
Steve Franke 2019-03-28 10:59:20 -05:00
parent 4fdbf93e40
commit 23c54540e7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ program ft4d
character*4 cqstr
real*8 fMHz
integer ihdr(11)
integer*2 iwave(180000) !15*12000
integer*2 iwave(240000) !20*12000
fs=12000.0/NDOWN !Sample rate
dt=1/fs !Sample interval after downsample (s)