![]() |
AcouSTO
version 2.0
|

Go to the source code of this file.
Macros | |
| #define | SIGN(x, y) y >= 0 ? fabs(x) : -fabs(x) |
| #define | HZFREQ(x) (DOUBLE)( (CIMAG(x) )/(2*(PI)) ) |
| #define | TOMEMORY(x) ((MEMORY)x) |
| #define | MEMsizeof(x) ((MEMORY)(sizeof(x))) |
| #define | LOG10(x) log10(x) |
| #define | CEXP(x) cexp(x) |
| #define | CREAL(x) creal(x) |
| #define | CIMAG(x) cimag(x) |
| #define | CABS(x) cabs(x) |
| #define | SIN(x) sin(x) |
| #define | COS(x) cos(x) |