From 155c5693f418004502a709b88fb0b1d4796d5508 Mon Sep 17 00:00:00 2001 From: hackbard Date: Fri, 23 Jul 2004 13:42:05 +0000 Subject: [PATCH] corrected saturation value --- nlsop.h | 2 +- runs.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/nlsop.h b/nlsop.h index 80ce82b..b309cc4 100644 --- a/nlsop.h +++ b/nlsop.h @@ -56,7 +56,7 @@ typedef struct __info #define CPI 20 -#define C_SAT (6*6*6) +#define C_SAT (6*6*6*8) #define FFT_HEIGHT 64 diff --git a/runs.txt b/runs.txt index 4295e8c..c7de4b0 100644 --- a/runs.txt +++ b/runs.txt @@ -14,3 +14,5 @@ ./nlsop -S data_21_07_2004/default.save -n -i -Z ./nlsop -S data_21_07_2004/default_e1000000.save -e 1000000 -n -i -Z + +./nlsop -S data_22_07_2004/default.save -n -i -Z -- 2.20.1