Changeset 644 for trunk/user/fft


Ignore:
Timestamp:
Oct 22, 2019, 1:22:20 PM (5 years ago)
Author:
alain
Message:

Introducing application "display".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user/fft/fft.c

    r641 r644  
    9292// parameters
    9393
    94 #define DEFAULT_M               16              // 16384 data points
     94#define DEFAULT_M               18              // 256 K complex points
    9595#define USE_DQT_BARRIER         1               // use DDT barrier if non zero
    9696#define MODE                    COSIN           // DATA array initialisation mode
    9797#define CHECK                   0               
    98 #define DEBUG_MAIN              0               // trace main() function (detailed if odd)
     98#define DEBUG_MAIN              1               // trace main() function (detailed if odd)
    9999#define DEBUG_WORK              0               // trace work() function (detailed if odd)
    100100#define DEBUG_FFT1D             0               // trace FFT1D() function (detailed if odd)
     
    107107
    108108/////////////////////////////////////////////////////////////////////////////////////
    109 //             FFT specific global variables
     109//             FFT global variables
    110110/////////////////////////////////////////////////////////////////////////////////////
    111111
Note: See TracChangeset for help on using the changeset viewer.