%Code written by Namrata Vaswani
%If you use this code, please cite: N. Vaswani, Kalman Filtered Compressed Sensing, ICIP 2008

%Simulating the system explained in the above paper 
%(start with S-2 nonzero elements, add 2 elements at t=5)

%main file: runsims2.m calls all other files
%simulate data: gendata
%KF-CS: cskf_auto_T1unknown
%KF-CS (initial nonzero set unknown): cskf_auto2
%regular CS (Dantzig Selector): regularcs : usually larger errors than regularcs_no_noise
%regular CS (thresholds no noise case): regularcs_no_noise
%Genie-aided KF: geniekf
%Full KF: fullkf

%To run the code: runsims2, followed by plotting the various errors
