diff --git a/openair1/EMOS/LTE/IMPORT_FILTER/load_estimates_lte_new.m b/openair1/EMOS/LTE/IMPORT_FILTER/load_estimates_lte_new.m index f0e05b3ec25dbf5fb7965a1e5b854f4ea02607fc..82447d01a1396847667fbd7ee75ef319ca09517e 100644 --- a/openair1/EMOS/LTE/IMPORT_FILTER/load_estimates_lte_new.m +++ b/openair1/EMOS/LTE/IMPORT_FILTER/load_estimates_lte_new.m @@ -1,9 +1,9 @@ -function [estimates, NFrames, gps_data, H] = load_estimates_lte_new(filename, NFrames_max, decimation, is_eNb) +function [estimates, NFrames, gps_data, H] = load_estimates_lte_new(filename, NFrames_max, decimation, is_eNb, EMOS_CHANNEL) % % EMOS Single User Import Filter % % [estimates, NFrames] = -% load_estimates_lte(filename, NFrames_max, decimation, is_eNb) +% load_estimates_lte(filename, NFrames_max, decimation, is_eNb, EMOS_CHANNEL) % % Parameters: % filename - filename(s) of the EMOS data file @@ -11,7 +11,8 @@ function [estimates, NFrames, gps_data, H] = load_estimates_lte_new(filename, NF % maximum file contents % decimation - read every 'decimation' frame % is_eNb - if ~= 0 we load data from an eNb -% version - for backward compatibility (see details below) +% EMOS_CHANNEL - if the measurement contains the full channel +% estimate, set this to 1 % % Returns: % estimates - A structure array containing timestamp, etc @@ -26,7 +27,7 @@ function [estimates, NFrames, gps_data, H] = load_estimates_lte_new(filename, NF % 20100317 0.1 Created based on load_estimates if nargin < 5 - version = Inf; + EMOS_CHANNEL = 0; end if nargin < 4 is_eNb = 1; diff --git a/openair1/EMOS/LTE/IMPORT_FILTER/struct_template_new.m b/openair1/EMOS/LTE/IMPORT_FILTER/struct_template_new.m index f16c9b086e5a99f161ca11d7c5ea00c437054094..8e4946e57b95c0868ce3dedb661a1615654ff47a 100644 --- a/openair1/EMOS/LTE/IMPORT_FILTER/struct_template_new.m +++ b/openair1/EMOS/LTE/IMPORT_FILTER/struct_template_new.m @@ -33,7 +33,7 @@ NB_ANTENNAS_TX = 2; MAX_CQI_BITS = 40; MAX_DCI_SIZE_BITS = 45; -EMOS_CHANNEL = 0; +% EMOS_CHANNEL = 0; % enable this line to enable error checking % get_dump_size