The R Project SVN R

Rev

Rev 19154 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19154 Rev 19500
Line 21... Line 21...
21
#ifdef HAVE_CONFIG_H
21
#ifdef HAVE_CONFIG_H
22
#include <config.h>
22
#include <config.h>
23
#endif
23
#endif
24
 
24
 
25
#include <Rmath.h> /* for imax2(.),..*/
25
#include <Rmath.h> /* for imax2(.),..*/
26
#include "R_ext/Applic.h"
26
#include <R_ext/Applic.h>
27
 
27
 
28
/*  Fast Fourier Transform
28
/*  Fast Fourier Transform
29
 *
29
 *
30
 *  These routines are based on code by Richard Singleton in the
30
 *  These routines are based on code by Richard Singleton in the
31
 *  book "Programs for Digital Signal Processing" put out by IEEE.
31
 *  book "Programs for Digital Signal Processing" put out by IEEE.