%
%----------------Recursive Dynamic CS: Recursive Recovery of Sparse Signal ------------------------
% ----------------Sequences from Compressive Measurements: A Review-----------------------------
%-----------------Submited to IEEE Transaction on Signal Processing --------------------------------
%
%  Created by: Jinchun Zhan @ Iowa State University.
%  Email: jzhan@iastate.edu
%
%-------------------------------------------------------------------------------------------------------
%

%  As this is a review article, we compare different algorithms from other groups, and their code are included 
%  in "code-from-other-groups" folder.
%
%
%  To generate Fig 3(a), run transition_e0.m
%  To generate Fig 3(b), run transition_e01.m
%  To generate Fig 3(c), run transition_e04.m
%  To generate Fig 4, run comparison_simulated_data.m
%  To generate Fig 5, run comparison_larynx_sequence.m
%
%  All data needed is in folder "data".
%  
%
%  Most of the code from other groups are also available on line, eg,
%  l1 homotopy: http://users.ece.gatech.edu/~sasif/homotopy
%  TMSBL: http://dsp.ucsd.edu/~zhilin/TMSBL.html
%  cs-music: http://bispl.weebly.com/compressive-music.html
%  dcs-amp: http://www2.ece.ohio-state.edu/~schniter/DCS/index.html
%
%
%
%
%
%
%
%
%
%
%
%
%
%
%
%
%
%
%
%
%
%
%
%