Mercurial > hg > aimc
changeset 638:6206696d42ac
Delete obsolete comment.
author | ronw@google.com |
---|---|
date | Tue, 28 May 2013 16:12:07 +0000 |
parents | efc5b1b54f63 |
children | 7c3671f98280 |
files | matlab/bmm/carfac/SAI_Run.m matlab/bmm/carfac/SAI_RunLayered.m |
diffstat | 2 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/matlab/bmm/carfac/SAI_Run.m Tue May 28 15:54:54 2013 +0000 +++ b/matlab/bmm/carfac/SAI_Run.m Tue May 28 16:12:07 2013 +0000 @@ -33,8 +33,8 @@ n_segs = ceil(n_samp / seglen); % Design the SAI parameters. -sai_struct.width = 72; -sai_struct.future_lags = 0; +sai_struct.width = 256; +sai_struct.future_lags = sai_struct.width / 2; sai_struct.window_width = seglen; n_triggers = 2; sai_struct.n_window_pos = n_triggers; @@ -57,7 +57,6 @@ else seg_range = seglen*(seg_num - 1) + (1:seglen); end - % Process a segment to get a slice of decim_naps, and plot AGC state: % NOTE: seg_naps might have multiple channels. [seg_naps, CF] = CARFAC_Run_Segment(CF, input_waves(seg_range, :));
--- a/matlab/bmm/carfac/SAI_RunLayered.m Tue May 28 15:54:54 2013 +0000 +++ b/matlab/bmm/carfac/SAI_RunLayered.m Tue May 28 16:12:07 2013 +0000 @@ -88,7 +88,6 @@ else seg_range = seglen*(seg_num - 1) + (1:seglen); end - % Process a segment to get a slice of decim_naps, and plot AGC state: [seg_naps, CF] = CARFAC_Run_Segment(CF, input_waves(seg_range, :)); seg_naps = max(0, seg_naps); % Rectify