Skip to main content
. 2018 Sep 24;18(10):3221. doi: 10.3390/s18103221
Algorithm 2 CS Reconstruction
Input:
 Measurement vector: y;
 Measurement matrix: Φ;
Output:
 Reconstructed vector: X^
1: Sink creates Y and BDM Φ based on yi and Φi;
2: θ^ = arg min ||θ||1 s.t. Y = ΦΨθ;
3: X^=Ψθ^