Adaptive Rate Reconstruction of Time Varying Signals With Applications in Compressive Foreground Extraction

This code replicates the experiments in

  1. Adaptive-Rate Reconstruction of Time-Varying Signals with Application in Compressive Foreground Extraction.
    J. F. C. Mota, N. Deligiannis, A. C. Sankaranarayanan, V. Cevher, M. R. D. Rodrigues.
    IEEE Transactions on Signal Processing, Vol. 64, No. 14, pp. 3651-3666, 2016.
    link, arXiv

and

  1. Dynamic Sparse State Estimation Using L1-L1 Minimization: Adaptive-Rate Measurement Bounds, Algorithms and Applications.
    J. F. C. Mota, N. Deligiannis, A. C. Sankaranarayanan, V. Cevher, M. R. D. Rodrigues.
    IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP), Brisbane, 2015.
    link

Organization

  • createFigures: Replicates the figures in [1]. As all figures were postprocessed in LaTeX, the visuals are not exactly as in the paper. Some experiments only generate data, not figures.

    • FFTMeasurements: Generates data to create Figure 4 in [1].

    • GaussianMeasurements: Generates data to create Figures 3(a), 3(b), 3(e), and 3(f) in [1].

    • GaussianMeasurementsNoise: Generates data to create Figures 3(c) and 3(d).

  • Algorithms: Code to solve the L1-L1 minimization problem:

    There are two implementations:


License: GPLv3