Algorithm 2 Generating measurement matrices using 2D hyperchaotic map. |
Input: Parameters of the hyperchaotic system ; initial values of the system state ; number of rows of the image matrix: N; compressed sensing parameter: . Output: Two measurement matrices: and .
-
1:
Initialize two one-dimensional arrays and of size ;
-
2:
Let and ;
-
3:
for do
-
4:
;
-
5:
;
-
6:
end for
-
7:
;
-
8:
;
-
9:
;
-
10:
; ;
-
11:
; ;
|