diff --git a/applications/lofar2/model/run_pfir_coeff.m b/applications/lofar2/model/run_pfir_coeff.m
index 5c77cd51d8f3d7c2795968b922afa16543f6a87d..a16ef12190fa45322ed43d7a94c957b1a5ea4f33 100644
--- a/applications/lofar2/model/run_pfir_coeff.m
+++ b/applications/lofar2/model/run_pfir_coeff.m
@@ -127,8 +127,8 @@ elseif strcmp(application, 'lofar_subband')
     L = 16;
     coeff_w = 16;
     q_full_scale = 2^(coeff_w-1);
-    coeffLoad = load('data/Coefficient_16KKaiser.dat');   % column
-    %coeffLoad = load('data/Coeffs16384Kaiser-quant.dat');   % column
+    %coeffLoad = load('data/Coefficient_16KKaiser.gold');    % column, created with pfs_coeff_final.m, DC gain = 0.995714
+    coeffLoad = load('data/Coeffs16384Kaiser-quant.dat');   % column, used in LOFAR1, DC gain = 0.994817
     coeffLoad = coeffLoad';                                 % row with integer coefficients from file
     config.dc_adjust = false;
     if config.dc_adjust==false