diff options
Diffstat (limited to 'src/diffraction.c')
-rw-r--r-- | src/diffraction.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/diffraction.c b/src/diffraction.c index 23b7d46d..0c90f556 100644 --- a/src/diffraction.c +++ b/src/diffraction.c @@ -27,8 +27,8 @@ #define SAMPLING (4) -#define BWSAMPLING (1) -#define DIVSAMPLING (4) +#define BWSAMPLING (10) +#define DIVSAMPLING (1) #define SINC_LUT_ELEMENTS (4096) |