Update some comments, delete obsolete files.

This commit is contained in:
Steve Franke
2019-06-05 10:17:59 -05:00
parent 054d098d8b
commit f9e9bc01a1
5 changed files with 2 additions and 577 deletions
-3
View File
@@ -1,8 +1,5 @@
subroutine ft4_downsample(dd,newdata,f0,c)
! Input: real data in dd() at sample rate 12000 Hz
! Output: Complex data in c(), sampled at 1200 Hz
include 'ft4_params.f90'
parameter (NFFT2=NMAX/NDOWN)
real dd(NMAX)