mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-09 05:48:35 -04:00
Another possible window function (presently commented out).
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3264 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
9ee3a8f5fd
commit
c2e0d2d4c9
@ -56,8 +56,8 @@ subroutine symspec(k,ntrperiod,nsps,ingain,nb,nbslider,pxdb,s,red, &
|
|||||||
do i=1,nfft3
|
do i=1,nfft3
|
||||||
xx=float(i-1)/(nfft3-1)
|
xx=float(i-1)/(nfft3-1)
|
||||||
w3(i)=0.40897 -0.5*cos(2.0*pi*xx) + 0.09103*cos(4.0*pi*xx)
|
w3(i)=0.40897 -0.5*cos(2.0*pi*xx) + 0.09103*cos(4.0*pi*xx)
|
||||||
! write(67,3101) i,xx,w3(i)
|
! w3(i)=0.355768 - 0.487306*cos(2.0*pi*xx) + 0.144232*cos(4.0*pi*xx) &
|
||||||
!3101 format(i8,2f12.6)
|
! - 0.012604*cos(6.0*pi*xx)
|
||||||
enddo
|
enddo
|
||||||
else
|
else
|
||||||
do i=1,nfft3
|
do i=1,nfft3
|
||||||
@ -154,9 +154,5 @@ subroutine symspec(k,ntrperiod,nsps,ingain,nb,nbslider,pxdb,s,red, &
|
|||||||
savg(1:iz)=fac1*ssum(1:iz)
|
savg(1:iz)=fac1*ssum(1:iz)
|
||||||
call redsync(ss,ntrperiod,ihsym,iz,red)
|
call redsync(ss,ntrperiod,ihsym,iz,red)
|
||||||
|
|
||||||
! write(67,3101) nfft3,jstep,ja
|
|
||||||
!3101 format(3i10)
|
|
||||||
! call flush(67)
|
|
||||||
|
|
||||||
return
|
return
|
||||||
end subroutine symspec
|
end subroutine symspec
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//--------------------------------------------------------------- MainWindow
|
//---------------------------------------------------------------- MainWindow
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
#include "ui_mainwindow.h"
|
#include "ui_mainwindow.h"
|
||||||
#include "devsetup.h"
|
#include "devsetup.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user