- reduced debug output

git-svn-id: http://moon:8086/svn/matlab/trunk@48 801c6759-fa7c-4059-a304-17956f83a07c
This commit is contained in:
2015-05-01 10:02:03 +00:00
parent 248acd843e
commit efd0633b58
2 changed files with 10 additions and 13 deletions
+2 -3
View File
@@ -194,7 +194,7 @@ for n=0:15-1
end
end
end
frame_start = n_max;
frame_start = n_max
figure;
start = skip_syms+frame_start;
@@ -211,7 +211,6 @@ W = calcWiener(drm_mode, drm_bw);
figure;
% Detect scattered gain pilots
start = skip_syms+frame_start
symbol_counter = 0;
win_count = 0;
H = [];
@@ -221,7 +220,7 @@ kk = 1;
symbols_per_frame = ofdm_drm_params.nspf;
symbols_to_delay = ofdm_drm_params.y;
frames_per_window = 2*ofdm_drm_params.y
frames_per_window = 2*ofdm_drm_params.y;
H_gain_cell = cell (frames_per_window, 1);
H_gain_carriers_cell = cell (frames_per_window, 1);
H_raw = zeros(length(ofdm_spec_occ.kmin:ofdm_spec_occ.kmax),1);