mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-16 08:18:35 -04:00
Don't smooth at all if nsmo = 1: i.e., set it to nsmo=0.
This commit is contained in:
parent
0715eb6396
commit
b64520591f
@ -256,6 +256,7 @@ subroutine q65_symspec(iwave,nmax,iz,jz,s1)
|
||||
s1(i,j)=real(c0(i))**2 + aimag(c0(i))**2
|
||||
enddo
|
||||
! For large Doppler spreads, should we smooth the spectra here?
|
||||
if(nsmo.le.1) nsmo=0
|
||||
do i=1,nsmo
|
||||
call smo121(s1(1:iz,j),iz)
|
||||
enddo
|
||||
|
Loading…
Reference in New Issue
Block a user