|
Algorithm 2: Testing of the detection algorithm. |
for each node do
;
;
moving average filtering of input data with 10 s of step;
for each variable: Energy, Retransmissions, CSMA-retries. do
if test value exceeds max
then
;
else
DO nothing;
end if
end for
if
then
jamming alarm:
SEND control packet for notification;
else
DO nothing;
end if
end for
|