Mercurial > hg > aimc
diff trunk/matlab/bmm/carfac/SAI_RunLayered.m @ 675:920a5d853b97
Some cleanups of internal SAI computation to improve readability.
author | ronw@google.com |
---|---|
date | Fri, 24 May 2013 17:04:33 +0000 |
parents | d0ff15c36828 |
children | edfe3a98504b |
line wrap: on
line diff
--- a/trunk/matlab/bmm/carfac/SAI_RunLayered.m Thu May 23 23:00:29 2013 +0000 +++ b/trunk/matlab/bmm/carfac/SAI_RunLayered.m Fri May 24 17:04:33 2013 +0000 @@ -18,12 +18,12 @@ % limitations under the License. function [frame_rate, num_frames] = SAI_RunLayered(CF, input_waves) -% function [CF, SAI_movie] = CARFAC_Run_Layered_SAI(CF, input_waves) +% function [CF, SAI_movie] = CARFAC_RunLayered(CF, input_waves) % This function runs the CARFAC and generates an SAI movie, dumped as PNG % files for now. % Layer 1 is not decimated from the 22050 rate; subsequent layers have -% smoothing and 2X decimation each. All layers get composited togehter +% smoothing and 2X decimation each. All layers get composited together % into movie frames. n_ch = CF.n_ch;