X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=nlsop.h;fp=nlsop.h;h=5fffea65d66b5fdf18771980657d0d5a8ffda819;hp=d63a507262dc7d8913f27b833a723a828170d0f2;hb=00d21a74bbdcef8522ba629280353e84158dc7d1;hpb=f9579e76a73b3645f1ab524f04aaca4dff11f039 diff --git a/nlsop.h b/nlsop.h index d63a507..5fffea6 100644 --- a/nlsop.h +++ b/nlsop.h @@ -40,7 +40,7 @@ typedef struct __info #define C_D .005 #define MAX_CHARS 128 -#define MAX_TXT 32 +#define MAX_TXT 40 #define MAX_ARGV 27 #define IMP_PROFILE "imp-profile.txt" @@ -53,6 +53,10 @@ typedef struct __info #define S_RATE ((2*3*STEPS)/100) #define SI_PER_VOLUME (168*8) +#define A_START 0.1 +#define AC_START 0.89 +#define A_END 0.84 + #define FFT_HEIGHT 64 #endif /* NLSOP_H */