|
Algorithm 3 Post-processing of received signal. |
Input Received signal , Transmitted signal , n-QAM order M Output Encrypted signal
-
1:
procedure Process_Received_Signal
-
2:
-
3:
▹ Rotation in the complex plane
-
4:
-
5:
-
6:
ECG_complex ←{real(), imag()}
-
7:
-
8:
for each in do
-
9:
-
10:
end for
-
11:
return
-
12:
-
13:
for each in do
-
14:
-
15:
end for
-
16:
return
-
17:
end procedure
|