mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 08:31:57 -05:00
Tweak the downsample filter bandwidth.
This commit is contained in:
parent
d3f8793578
commit
c3ba4178e6
@ -324,7 +324,7 @@ subroutine downsample_ft280(ci,f0,hmod,co)
|
||||
co=0.0
|
||||
co(0)=ct(0)
|
||||
! b=16.0*hmod
|
||||
b=10.0*hmod
|
||||
b=16.0*hmod
|
||||
icutoff=nint(24.0/df)
|
||||
do i=1,NO/2
|
||||
! arg=(i*df/b)**2
|
||||
|
Loading…
Reference in New Issue
Block a user