Research Article

FPGA Implementation of Real-Time Compressive Sensing with Partial Fourier Dictionary

Algorithm 1

Pseudocode of CG algorithm.
Input:
A (priori known matrix)
b (priori known vector)
x (initial value)
(normalized residual, iterative condition)
Output:
(sparse solution)
function
;
;
;
;
while
;
;
;
;
;
;
;
end