Research Article

Human Detection through RSSI Processing with Packet Dropout in Wireless Sensor Network

Algorithm 1

RSSI preprocessing algorithm.
#define RSSI_offset     The threshold value set
var value;          The last RSSI value received
var value_new;       The current value obtained
11 |value_new-value|<RSSI_of f set
  return value;
else
  return value_new;