Ignore:
Timestamp:
10/12/06 19:03:11 (18 years ago)
Author:
r2d
Message:
  • removed FASTMATH stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/branches/r2d/libmpcpsy/fft_routines.c

    r71 r74  
    1818 */
    1919
    20 #include "libmpcpsy.h"
    21 
    2220#include <math.h>
    2321#include <string.h>
     22
     23#include "libmpcpsy.h"
     24#include "mpcmath.h"
    2425
    2526#define CX0     -1.
     
    277278}
    278279
    279 #include "fastmath.h"
    280 
    281280// input : Signal *x
    282281// output: energy spectrum *erg and phase spectrum *phs
Note: See TracChangeset for help on using the changeset viewer.