SlideShare a Scribd company logo
WIRELESS SENSOR NETWORKS
Prepared By: Dr. Nagarathna and Deepika
Dept. of CS & E
PESCE, Mandya
1
BASIC WIRELESS SENSOR
TECHNOLOGY
2
SENSOR NODE TECHNOLOGY
 A WSN node consists of a group of dispersed
sensors(motes) that have the responsibility of
covering a geographical area(sensor field) in terms
of some measured parameter(measurand).
 A sensor supports a point –to-point link in which
reader end is attached to a wireline network.
 Sensor nodes have wireless communication
capabilities and some logic signal processing,
topology management and transmission handling.
3
SENSOR NODES
4
Sensor node, Wireless node (WN), Smart Dust, mote (COTS - commercial off-
the-shelf)
BASIC FUNCTIONALITY OF A WN
Depends on the application, typical basic functionality
1. Determine the value of a parameter at a given location
EX:
 Temperature
 Atmospheric pressure
 Sunlight
 Humidity
 Different types of sensors with
 Different sampling rate
 Range of allowed values
(Cont
d---)
5
BASIC FUNCTIONALITY OF A WN
2. Detect the occurrence of events of interest and estimate
the parameters of the events
Ex:
Traffic-oriented WSN
 Detect a vehicle moving through an intersection and
estimate
 Speed
 Direction of the vehicle
6(Contd---)
BASIC FUNCTIONALITY OF A WN
3. Classify an object that has been detected
Ex:
Classify vehicle in a traffic as
 Car
 Minivan
 Light truck
 Bus
7(Contd--
-)
BASIC FUNCTIONALITY OF A WN
4. Track an object
Ex:
In a military WSN
 Track an enemy tank as it moves through the
geographic area covered by the network
8
SENSOR CLASSIFICATION SCHEMES
Sensors can be classified, among others, according to one of the following criteria
 Power supply requirements
Passive and active
 Nature of the output signal
Digital and analog
 Measurement operational mode
Deflection and null modes
 Input/output dynamic relationships
Zero, first, second order, etc.
 Measurand
Mechanical, thermal, magnetic, radiant, chemical
 Physical measurement variable
Resistance, inductance, capacitance, etc
9
SENSING PRINCIPLES
Mechanical
Chemical
Thermal
Electrical
Magnetic
Biological
Fluidic
Optical
Ultrasonic
More & More 10
TECHNOLOGY FOR SENSING AND CONTROL
• Electric and Magnetic field sensors
• Radio-wave frequency sensors
• Optical
• Electro optic
• Infrared sensors
• Radars
• Lasers
• Location and navigation sensors
• Seismic and Pressure-wave sensors
• Environmental parameter sensors (e.g., wind, humidity, heat)
• Biochemical
• National Security–oriented sensors.
11
SENSOR PARAMETERS (MEASURANDS)
Typical sensor parameters (measurands) include
1. Physical measurement
Ex:
 light and ultraviolet intensity (photo resistor)
 Humidity, temperature (thermistor)
 sound and acoustics
 shock wave, seismic, physical pressure
 video and image
 Location (GPS)
12
(Contd---)
SENSOR PARAMETERS (MEASURANDS)
2. Chemical and biological measurements
Ex:
 Presence or Concentration of a substance or
agent at specified concentration levels
(More than 50 biological agents of interest)
13
(Contd--
-)
SENSOR PARAMETERS (MEASURANDS)
3. Event measurement
Ex:
Determination of the occurrence of Human-made or
natural events
 Cyber-level events
 Tracking of internal and external events
14
NODE FUNCTIONALITY
 Digital signal processing (e.g., FFT/DCT(time or space)),
 Compression
 Forward error correction
 Encryption
 Control and actuation
 Clustering and in-network computation
 Communication
 Routing and forwarding
 Connectivity management
15
HARDWARE COMPONENTS
 Sensing and actuation unit (single element or
array)
 Processing unit
 Communication unit
 Power unit
 Application-dependent units
16
HARDWARE COMPONENTS OF WN’S
17
FOUR HARDWARE SUBSYSTEMS
1. Power
Energy infrastructure to support operation from a few hours to months or years
2. Computational Logic and Storage
To handle
 Onboard data processing and manipulation
 Transient and short-term storage
 Encryption
 Forward error correction (FEC)
 Digital modulation and digital transmission
Computational requirements ranging from an 8-bit microcontroller to a 64-bit
microprocessor
Storage requirements range from 0.01 to 100 gigabytes (GB).
(Contd….)
18
FOUR HARDWARE SUBSYSTEMS
3. Sensor transducer(s)
The interface between the environment and the WN is the sensor
4. Communication
WNs must have the ability to communicate
 C1WSN
 Mesh-based systems with multihop radio connectivity among or between
WNs
 Dynamic routing in both the wireless and wire line portions
 C2WSN
 Point-to-point or multipoint-to-point with single-hop radio connectivity to
WNs
 Static routing over the wireless network with only one route
(Contd
….) 19
FOUR HARDWARE SUBSYSTEMS
 Distances range from a few meters to a few kilometers
 lower-layer communication protocols tend to be of the
 IEEE 802.11
 IEEE 802.15
 IEEE 802.16
 Throughput ranges from 10 to 256 kbps in most applications
 Video-based application may require more bandwidth
20
SOFTWARE SUBSYSTEMS
Sensors typically have five basic software subsystems:
 Operating system
 Sensor drivers
 Communication processors
 Communication drivers
 Data processing mini-apps
21
SOFTWARE SUBSYSTEMS
22
OPERATING SYSTEM (OS) MICROCODE
 Also called Middleware
 Board-common microcode
 Used by all high-level node-resident software modules to support various functions
 Purpose is to shield the software from the machine-level functionality of the
microprocessor
 Desirable to have open-source operating systems designed for WSNs
Advantage
 Rapid implementation
 Minimizing code size
 Example: TinyOS
23
SENSOR DRIVERS
(Sensors may possibly be of the modular/plug-in type)
 Manage basic functions of the sensor transceivers
 Appropriate configuration and settings must be
uploaded into the sensor
24
COMMUNICATION PROCESSORS
 Manages the communication functions
 Routing
 Packet buffering and forwarding
 Topology maintenance
 Medium access control (e.g., contention mechanisms, direct-
sequence spread-spectrum (chipping code): (resist interference,
recovery from damaged )
 Encryption
 Forward Error Correction 25
COMMUNICATION DRIVERS
 Software modules manage and deals with Encoding
and the physical layer
 Software modules manage
Radio channel transmission link
Clocking and synchronization
Signal encoding
Bit recovery
Bit counting
Signal levels
Modulation.
26
DATA PROCESSING MINI-APPS
Basic applications that are supported at the node
level for in-network processing
 Numerical
 Data-processing
 Signal value storage and manipulations
27
28
BASIC TAXONOMY OF SENSOR NODES
29
BASIC TAXONOMY OF SENSOR NODES
30
REDUCED-COMPLEXITY TAXONOMY OF
SENSOR NODES
31
WN OPERATING ENVIRONMENT
 Sensor nodes have to deal with the following
resource constraints
Power consumption
Communication
Computation
Uncertainty in measured parameters
32
Power consumption
 WNs have a limited supply of operating energy
 Energy conservation is a key system design
consideration
33
COMMUNICATION
 The wireless network has limited bandwidth
 Networks may be forced to utilize a noisy channel
 Communication channel may be relegated to an
unprotected frequency band
 The implications are
 Limited reliability
 Poor quality of service (e.g., high latency, high variance, high frame loss)
 Security exposure (e.g., denial of service, jamming, interference, high bit-
error rates). 34
COMPUTATION
 WNs have limited computing power and memory
resources
 Restrictions on types of data-processing algorithms
 Limits the scope and volume of intermediate results that can be stored
Research aims to
 Develop a distributed data management layer
 Scales with the growth of sensor interconnectivity
 Computational power on the sensors
35
COMPUTATION
Goal
 To deploy mechanisms directly on the
sensor nodes (autonomous)
 Without centralizing data or computation.
36
UNCERTAINTY IN MEASURED PARAMETERS
 Signals that have been detected or collected may be
with uncertainty
 Commingled with noise
 Interference from the environment
 Node malfunction could collect and/or forward inaccurate data.
 Node placement may impair operation and bias individual
readings.
37
DESIGN CONSTRAINTS(WSN AND WN)
Factors to consider during design of WN and WSN
 Deployed in a dense manner - communication complexity
 Rapid deployment - Environment is expected to be highly
dynamic
 WNs may be prone to failure- Sensing systems that are
long-lived and environmentally resilient
 Communication circuitry and antennas use most of the
energy. 38
DESIGN CONSTRAINTS(WSN AND WN)
 The topology may change very frequently
 Communication links may be expensive
 Bandwidth may be limited
 Power availability at the sensor may be limited and/or
expensive
 No global addresses because of
 Large number of sensors
 Overhead needed to support such global addresses
39
DESIGN CONSTRAINTS(WSN AND WN)
 WNs require special routing and data dissemination mechanisms
 WNs often require in-network processing
 Data aggregation,
 Data fusion
 Data analysis.
Interest in
 Database management,
 Querying mechanisms
 Data storage and warehousing.
 High-speed connectivity to processing centers for
 Decision
 Responsive action
Arrays of ultralow-power wireless nodes may be incorporated in
reconfigurable networks
40
DESIGN CONSTRAINTS(WSN AND WN)
 Design Constraints or Requirements for WSNs and
WNs
 Collaborative data processing
 Constrained energy use
 Large topology support
 Querying capabilities
 Self-organization
41
WN TRENDS
 To achieve
 Wide-scale deployment
 To decrease the size, cost, and power consumption
 Intelligence of the WNs must increase
 Sensor systems must incorporate advances in technologies
 Nanofabrication
 Bio systems
 Distributed networks
 Ubiquitous computing
 Broadband wireless communications
 Information and decision systems
Contd
… 42
WN TRENDS
 Evolving requirements for new WSNs and WNs include :
1 . The ability to respond to
Toxic chemicals
Explosives
Biological agents
2. Enhanced
 Sensitivity
 Selectivity
 Speed
 Robustness
 Fewer false alarms
Cont
d..43
WN TRENDS
3. Ability to function autonomously in
 Unusual
 Extreme
 Complex environments
 Addressed by the design and synthesis of
functionalized receptors and materials
resulting in next-generation devices
Cont
d..44
WN TRENDS
 Miniaturization, Manufacturability and Cost are also critical
issues
 Integration of
 sensors, processors, energy sources and communications
network interface on a chip
 Information extraction involve
 Detection of events or objects of interest
 Estimation of key parameters
 Human-in-the-loop or closed-loop adaptive feedback (Human
interaction/ prediction)
45
GOALS
To Develop
 Low-cost (i.e., <50 cents) transceivers for ubiquitous wireless data acquisition
With
 Minimal energy dissipation (<5 nJ/ bit)
for an
 Energy-limited source and minimize power (<100 mW for a power-limited source,
enabling energy scavenging)
 Using strategies like
 Self configuring networks
 fluid trade-off between communication and computation
 System-on-a-chip (SOC) approach
 Aggressive low-energy architectures and circuits
46
WN TRENDS
 Standardization is important.
 The application interface for WSNs should be an
 Abstraction offered to any sensor network application
 Supported by any sensor network platform
 Research and engineering activity seeks to advance fundamental knowledge in
new sensor technologies:
 Toxic chemicals
 Explosives
 Biological agents
 Sensor networking systems in a distributed environment
 Integration of sensors into commercial systems
 Interpretation and use of sensor data in decision-making processes
47
RESEARCH EFFORTS SPONSORED BY U.S.
GOVERNMENT AGENCIES
 Designs, materials, and concepts for new sensors and
sensing systems
 Arrayed sensor networks and networking
 Interpretation decision and action base on sensor data
48
New sensors and sensing systems
 Design of solid and liquid surfaces with molecular recognition,
 Long lifetime, and re generability of the sensing site
 Biomimetic sensors : hybrids consisting of proteins, enzyme fragments
and components,
 Sensors for toxic agents (biological, chemical, radiation)
 Sensors for operation in harsh environments
 Chip-based systems incorporating multiple sensors
 Computation, actuation and wireless interfaces
 Sensor power sources
 New modeling and simulation tools
 New techniques for on-sensor self-calibration and self-test
 Enhanced specificity to maximize accuracy and minimize false alarms
 New methods for sensor
 Fabrication
 Manufacture
 Encapsulation.
49
Arrayed sensor networks and
networking
 Enabling networking technologies for distributed wireless and
wired sensor networks
 Scalable and robust architectures
 Design
 Automated tasking
 Querying techniques
 Adaptive management and control of sensor nodes
 Security and authentication for resource-constrained sensor
networks
 Mobile sensor networks
 Scalable reconfigurability and self-organization 50
DECISION AND ACTION BASE ON SENSOR
DATA
 Decision theory for intelligent use of sensed information
 Detection and identification of false alarms
 Feedback theory
 Statistical algorithms,
 Mathematical hybrid system tools for monitoring distributed networks of
large arrays of sensors and actuators
 Handheld diagnostic kits
 Pattern recognition and state estimation
 Biomedical health monitoring, diagnostic, and therapeutic systems
 Image-guided surgery
 Health monitoring systems for civil structures
 Crisis management sensor systems
 Surveillance technology
 Robotics
 Mobile sensors
 Tracking and monitoring of mobile units
51
Ad

More Related Content

What's hot (20)

CS6003 AD HOC AND SENSOR NETWORKS
CS6003 AD HOC AND SENSOR NETWORKSCS6003 AD HOC AND SENSOR NETWORKS
CS6003 AD HOC AND SENSOR NETWORKS
Kathirvel Ayyaswamy
 
Classification of routing protocols
Classification of routing protocolsClassification of routing protocols
Classification of routing protocols
Menaga Selvaraj
 
EC8702 adhoc and wireless sensor networks iv ece
EC8702 adhoc and wireless sensor networks iv eceEC8702 adhoc and wireless sensor networks iv ece
EC8702 adhoc and wireless sensor networks iv ece
GOWTHAMMS6
 
Security of ad hoc networks
Security of ad hoc networksSecurity of ad hoc networks
Security of ad hoc networks
Jayesh Rane
 
Data aggregation in wireless sensor networks
Data aggregation in wireless sensor networksData aggregation in wireless sensor networks
Data aggregation in wireless sensor networks
Jasleen Kaur (Chandigarh University)
 
Routing Protocols in WSN
Routing Protocols in WSNRouting Protocols in WSN
Routing Protocols in WSN
Darpan Dekivadiya
 
Issues in routing protocol
Issues in routing protocolIssues in routing protocol
Issues in routing protocol
Pradeep Kumar TS
 
security in wireless sensor networks
security in wireless sensor networkssecurity in wireless sensor networks
security in wireless sensor networks
Vishnu Kudumula
 
WSN Routing Protocols
WSN Routing ProtocolsWSN Routing Protocols
WSN Routing Protocols
Murtadha Alsabbagh
 
Lecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc networkLecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc network
Chandra Meena
 
Sensor node hardware and network architecture
Sensor node hardware and network architectureSensor node hardware and network architecture
Sensor node hardware and network architecture
Vidhi603146
 
Routing protocols-network-layer
Routing protocols-network-layerRouting protocols-network-layer
Routing protocols-network-layer
Nitesh Singh
 
Energy consumption of wsn
Energy consumption of wsnEnergy consumption of wsn
Energy consumption of wsn
DeepaDasarathan
 
Design Issues In Adhoc Wireless MAC Protocol
Design Issues In Adhoc Wireless MAC ProtocolDesign Issues In Adhoc Wireless MAC Protocol
Design Issues In Adhoc Wireless MAC Protocol
Dushhyant Kumar
 
Schedule and Contention based MAC protocols
Schedule and Contention based MAC protocolsSchedule and Contention based MAC protocols
Schedule and Contention based MAC protocols
Darwin Nesakumar
 
Mobile Network Layer
Mobile Network LayerMobile Network Layer
Mobile Network Layer
Rahul Hada
 
s3_signal_propagation.ppt
s3_signal_propagation.ppts3_signal_propagation.ppt
s3_signal_propagation.ppt
Merwyn Jasper D Reuben
 
Unit 4 ec8702 - ad hoc and wireless sensor networks unit -4 mr.darwin nesaku...
Unit  4 ec8702 - ad hoc and wireless sensor networks unit -4 mr.darwin nesaku...Unit  4 ec8702 - ad hoc and wireless sensor networks unit -4 mr.darwin nesaku...
Unit 4 ec8702 - ad hoc and wireless sensor networks unit -4 mr.darwin nesaku...
Darwin Nesakumar
 
wireless sensor network
wireless sensor networkwireless sensor network
wireless sensor network
DeepaDasarathan
 
Contention based MAC protocols
Contention based  MAC protocolsContention based  MAC protocols
Contention based MAC protocols
Darwin Nesakumar
 
CS6003 AD HOC AND SENSOR NETWORKS
CS6003 AD HOC AND SENSOR NETWORKSCS6003 AD HOC AND SENSOR NETWORKS
CS6003 AD HOC AND SENSOR NETWORKS
Kathirvel Ayyaswamy
 
Classification of routing protocols
Classification of routing protocolsClassification of routing protocols
Classification of routing protocols
Menaga Selvaraj
 
EC8702 adhoc and wireless sensor networks iv ece
EC8702 adhoc and wireless sensor networks iv eceEC8702 adhoc and wireless sensor networks iv ece
EC8702 adhoc and wireless sensor networks iv ece
GOWTHAMMS6
 
Security of ad hoc networks
Security of ad hoc networksSecurity of ad hoc networks
Security of ad hoc networks
Jayesh Rane
 
Issues in routing protocol
Issues in routing protocolIssues in routing protocol
Issues in routing protocol
Pradeep Kumar TS
 
security in wireless sensor networks
security in wireless sensor networkssecurity in wireless sensor networks
security in wireless sensor networks
Vishnu Kudumula
 
Lecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc networkLecture 5 6 .ad hoc network
Lecture 5 6 .ad hoc network
Chandra Meena
 
Sensor node hardware and network architecture
Sensor node hardware and network architectureSensor node hardware and network architecture
Sensor node hardware and network architecture
Vidhi603146
 
Routing protocols-network-layer
Routing protocols-network-layerRouting protocols-network-layer
Routing protocols-network-layer
Nitesh Singh
 
Energy consumption of wsn
Energy consumption of wsnEnergy consumption of wsn
Energy consumption of wsn
DeepaDasarathan
 
Design Issues In Adhoc Wireless MAC Protocol
Design Issues In Adhoc Wireless MAC ProtocolDesign Issues In Adhoc Wireless MAC Protocol
Design Issues In Adhoc Wireless MAC Protocol
Dushhyant Kumar
 
Schedule and Contention based MAC protocols
Schedule and Contention based MAC protocolsSchedule and Contention based MAC protocols
Schedule and Contention based MAC protocols
Darwin Nesakumar
 
Mobile Network Layer
Mobile Network LayerMobile Network Layer
Mobile Network Layer
Rahul Hada
 
Unit 4 ec8702 - ad hoc and wireless sensor networks unit -4 mr.darwin nesaku...
Unit  4 ec8702 - ad hoc and wireless sensor networks unit -4 mr.darwin nesaku...Unit  4 ec8702 - ad hoc and wireless sensor networks unit -4 mr.darwin nesaku...
Unit 4 ec8702 - ad hoc and wireless sensor networks unit -4 mr.darwin nesaku...
Darwin Nesakumar
 
Contention based MAC protocols
Contention based  MAC protocolsContention based  MAC protocols
Contention based MAC protocols
Darwin Nesakumar
 

Similar to Unit 2-basic wireless sensor (20)

7_adhoc and wireless network (1).ppt
7_adhoc and wireless network (1).ppt7_adhoc and wireless network (1).ppt
7_adhoc and wireless network (1).ppt
leonalmessibd21
 
Sensor networks a survey
Sensor networks a surveySensor networks a survey
Sensor networks a survey
wsnapple
 
Wireless Personal Area Networks (WPAN): Lowrate amd High Rate
Wireless Personal Area Networks (WPAN): Lowrate amd High RateWireless Personal Area Networks (WPAN): Lowrate amd High Rate
Wireless Personal Area Networks (WPAN): Lowrate amd High Rate
Don Norwood
 
WSN_Chapter _1.pptx
WSN_Chapter _1.pptxWSN_Chapter _1.pptx
WSN_Chapter _1.pptx
KamakshiMB1
 
Wireless sensor network
Wireless sensor networkWireless sensor network
Wireless sensor network
Neha Kulkarni
 
gcettb presentation on sensor network
gcettb presentation on sensor networkgcettb presentation on sensor network
gcettb presentation on sensor network
rahulkumargiri
 
Sensor net
Sensor netSensor net
Sensor net
Ines Bahram
 
Introduction to wireless sensor networks
Introduction to wireless sensor networksIntroduction to wireless sensor networks
Introduction to wireless sensor networks
MudasirRiaz3
 
22276455 wireless-geophones
22276455 wireless-geophones22276455 wireless-geophones
22276455 wireless-geophones
shankarshankar48
 
Wireless sensor network report
Wireless sensor network reportWireless sensor network report
Wireless sensor network report
Ganesh Khadsan
 
Chapter
ChapterChapter
Chapter
Rajat Soni
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor Networks
Johnsaida Noorbasha
 
Adhoc and Sensor Networks - Chapter 08
Adhoc and Sensor Networks - Chapter 08Adhoc and Sensor Networks - Chapter 08
Adhoc and Sensor Networks - Chapter 08
Ali Habeeb
 
Spread Spectrum TechniquesDescribe in detail a simple data communi.pdf
Spread Spectrum TechniquesDescribe in detail a simple data communi.pdfSpread Spectrum TechniquesDescribe in detail a simple data communi.pdf
Spread Spectrum TechniquesDescribe in detail a simple data communi.pdf
akritigallery
 
Lect-4 Basics_of_Wireless_Sensor_Networks.ppt
Lect-4  Basics_of_Wireless_Sensor_Networks.pptLect-4  Basics_of_Wireless_Sensor_Networks.ppt
Lect-4 Basics_of_Wireless_Sensor_Networks.ppt
AneelSoomro1
 
Wireless Sensor Networking
Wireless Sensor NetworkingWireless Sensor Networking
Wireless Sensor Networking
Vishal Murugadoss
 
Final year WSN Project ppt final updated.pptx
Final year WSN Project ppt final updated.pptxFinal year WSN Project ppt final updated.pptx
Final year WSN Project ppt final updated.pptx
DivankerSaxena1
 
unit-iv-wireless-sensor-networks-wsns-and-mac-protocols
unit-iv-wireless-sensor-networks-wsns-and-mac-protocols unit-iv-wireless-sensor-networks-wsns-and-mac-protocols
unit-iv-wireless-sensor-networks-wsns-and-mac-protocols
Sitamarhi Institute of Technology
 
Ii2414621475
Ii2414621475Ii2414621475
Ii2414621475
IJERA Editor
 
Sensor Networks – Introduction & Architectures by Mr.Darwin Nesakumar, AP/EC...
Sensor  Networks – Introduction & Architectures by Mr.Darwin Nesakumar, AP/EC...Sensor  Networks – Introduction & Architectures by Mr.Darwin Nesakumar, AP/EC...
Sensor Networks – Introduction & Architectures by Mr.Darwin Nesakumar, AP/EC...
Darwin Nesakumar
 
7_adhoc and wireless network (1).ppt
7_adhoc and wireless network (1).ppt7_adhoc and wireless network (1).ppt
7_adhoc and wireless network (1).ppt
leonalmessibd21
 
Sensor networks a survey
Sensor networks a surveySensor networks a survey
Sensor networks a survey
wsnapple
 
Wireless Personal Area Networks (WPAN): Lowrate amd High Rate
Wireless Personal Area Networks (WPAN): Lowrate amd High RateWireless Personal Area Networks (WPAN): Lowrate amd High Rate
Wireless Personal Area Networks (WPAN): Lowrate amd High Rate
Don Norwood
 
WSN_Chapter _1.pptx
WSN_Chapter _1.pptxWSN_Chapter _1.pptx
WSN_Chapter _1.pptx
KamakshiMB1
 
Wireless sensor network
Wireless sensor networkWireless sensor network
Wireless sensor network
Neha Kulkarni
 
gcettb presentation on sensor network
gcettb presentation on sensor networkgcettb presentation on sensor network
gcettb presentation on sensor network
rahulkumargiri
 
Introduction to wireless sensor networks
Introduction to wireless sensor networksIntroduction to wireless sensor networks
Introduction to wireless sensor networks
MudasirRiaz3
 
22276455 wireless-geophones
22276455 wireless-geophones22276455 wireless-geophones
22276455 wireless-geophones
shankarshankar48
 
Wireless sensor network report
Wireless sensor network reportWireless sensor network report
Wireless sensor network report
Ganesh Khadsan
 
Adhoc and Sensor Networks - Chapter 08
Adhoc and Sensor Networks - Chapter 08Adhoc and Sensor Networks - Chapter 08
Adhoc and Sensor Networks - Chapter 08
Ali Habeeb
 
Spread Spectrum TechniquesDescribe in detail a simple data communi.pdf
Spread Spectrum TechniquesDescribe in detail a simple data communi.pdfSpread Spectrum TechniquesDescribe in detail a simple data communi.pdf
Spread Spectrum TechniquesDescribe in detail a simple data communi.pdf
akritigallery
 
Lect-4 Basics_of_Wireless_Sensor_Networks.ppt
Lect-4  Basics_of_Wireless_Sensor_Networks.pptLect-4  Basics_of_Wireless_Sensor_Networks.ppt
Lect-4 Basics_of_Wireless_Sensor_Networks.ppt
AneelSoomro1
 
Final year WSN Project ppt final updated.pptx
Final year WSN Project ppt final updated.pptxFinal year WSN Project ppt final updated.pptx
Final year WSN Project ppt final updated.pptx
DivankerSaxena1
 
Sensor Networks – Introduction & Architectures by Mr.Darwin Nesakumar, AP/EC...
Sensor  Networks – Introduction & Architectures by Mr.Darwin Nesakumar, AP/EC...Sensor  Networks – Introduction & Architectures by Mr.Darwin Nesakumar, AP/EC...
Sensor Networks – Introduction & Architectures by Mr.Darwin Nesakumar, AP/EC...
Darwin Nesakumar
 
Ad

More from Deepika,Assistant Professor,PES College of Engineering ,Mandya (9)

python_unit2.pdf
python_unit2.pdfpython_unit2.pdf
python_unit2.pdf
Deepika,Assistant Professor,PES College of Engineering ,Mandya
 
introduction_to_python.pdf
introduction_to_python.pdfintroduction_to_python.pdf
introduction_to_python.pdf
Deepika,Assistant Professor,PES College of Engineering ,Mandya
 
Databases with SQLite3.pdf
Databases with SQLite3.pdfDatabases with SQLite3.pdf
Databases with SQLite3.pdf
Deepika,Assistant Professor,PES College of Engineering ,Mandya
 
regular_exp_python.pdf
regular_exp_python.pdfregular_exp_python.pdf
regular_exp_python.pdf
Deepika,Assistant Professor,PES College of Engineering ,Mandya
 
Array notes
Array notesArray notes
Array notes
Deepika,Assistant Professor,PES College of Engineering ,Mandya
 
Digital Logic Design -Unit 1
Digital Logic Design -Unit 1Digital Logic Design -Unit 1
Digital Logic Design -Unit 1
Deepika,Assistant Professor,PES College of Engineering ,Mandya
 
Medium access control unit 3-33
Medium access control  unit 3-33Medium access control  unit 3-33
Medium access control unit 3-33
Deepika,Assistant Professor,PES College of Engineering ,Mandya
 
Unit1
Unit1Unit1
Unit1
Deepika,Assistant Professor,PES College of Engineering ,Mandya
 
Ad

Recently uploaded (20)

A Study of Bank Line Shifting of the Selected Reach of Jamuna River Using Mul...
A Study of Bank Line Shifting of the Selected Reach of Jamuna River Using Mul...A Study of Bank Line Shifting of the Selected Reach of Jamuna River Using Mul...
A Study of Bank Line Shifting of the Selected Reach of Jamuna River Using Mul...
Journal of Soft Computing in Civil Engineering
 
Introduction to Additive Manufacturing(3D printing)
Introduction to Additive Manufacturing(3D printing)Introduction to Additive Manufacturing(3D printing)
Introduction to Additive Manufacturing(3D printing)
vijimech408
 
Construction Materials (Paints) in Civil Engineering
Construction Materials (Paints) in Civil EngineeringConstruction Materials (Paints) in Civil Engineering
Construction Materials (Paints) in Civil Engineering
Lavish Kashyap
 
PYTHON--QUIZ-1_20250422_002514_0000.pptx
PYTHON--QUIZ-1_20250422_002514_0000.pptxPYTHON--QUIZ-1_20250422_002514_0000.pptx
PYTHON--QUIZ-1_20250422_002514_0000.pptx
rmvigram
 
Hostelmanagementsystemprojectreport..pdf
Hostelmanagementsystemprojectreport..pdfHostelmanagementsystemprojectreport..pdf
Hostelmanagementsystemprojectreport..pdf
RajChouhan43
 
Health & Safety .........................
Health & Safety .........................Health & Safety .........................
Health & Safety .........................
shadyozq9
 
860556374-10280271.pptx PETROLEUM COKE CALCINATION PLANT
860556374-10280271.pptx PETROLEUM COKE CALCINATION PLANT860556374-10280271.pptx PETROLEUM COKE CALCINATION PLANT
860556374-10280271.pptx PETROLEUM COKE CALCINATION PLANT
Pierre Celestin Eyock
 
David Boutry - Specializes In AWS, Microservices And Python
David Boutry - Specializes In AWS, Microservices And PythonDavid Boutry - Specializes In AWS, Microservices And Python
David Boutry - Specializes In AWS, Microservices And Python
David Boutry
 
Design Optimization of Reinforced Concrete Waffle Slab Using Genetic Algorithm
Design Optimization of Reinforced Concrete Waffle Slab Using Genetic AlgorithmDesign Optimization of Reinforced Concrete Waffle Slab Using Genetic Algorithm
Design Optimization of Reinforced Concrete Waffle Slab Using Genetic Algorithm
Journal of Soft Computing in Civil Engineering
 
Frontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend EngineersFrontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend Engineers
Michael Hertzberg
 
Personal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.pptPersonal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.ppt
ganjangbegu579
 
Compressive Strength Estimation of Mesh Embedded Masonry Prism Using Empirica...
Compressive Strength Estimation of Mesh Embedded Masonry Prism Using Empirica...Compressive Strength Estimation of Mesh Embedded Masonry Prism Using Empirica...
Compressive Strength Estimation of Mesh Embedded Masonry Prism Using Empirica...
Journal of Soft Computing in Civil Engineering
 
IPC-7711D-7721D_ EN 2023 TOC Rework, Modification and Repair of Electronic As...
IPC-7711D-7721D_ EN 2023 TOC Rework, Modification and Repair of Electronic As...IPC-7711D-7721D_ EN 2023 TOC Rework, Modification and Repair of Electronic As...
IPC-7711D-7721D_ EN 2023 TOC Rework, Modification and Repair of Electronic As...
ssuserd9338b
 
22PCOAM16 Unit 3 Session 23 Different ways to Combine Classifiers.pptx
22PCOAM16 Unit 3 Session 23  Different ways to Combine Classifiers.pptx22PCOAM16 Unit 3 Session 23  Different ways to Combine Classifiers.pptx
22PCOAM16 Unit 3 Session 23 Different ways to Combine Classifiers.pptx
Guru Nanak Technical Institutions
 
22PCOAM16_MACHINE_LEARNING_UNIT_IV_NOTES_with_QB
22PCOAM16_MACHINE_LEARNING_UNIT_IV_NOTES_with_QB22PCOAM16_MACHINE_LEARNING_UNIT_IV_NOTES_with_QB
22PCOAM16_MACHINE_LEARNING_UNIT_IV_NOTES_with_QB
Guru Nanak Technical Institutions
 
Python Functions, Modules and Packages
Python Functions, Modules and PackagesPython Functions, Modules and Packages
Python Functions, Modules and Packages
Dr. A. B. Shinde
 
Machine foundation notes for civil engineering students
Machine foundation notes for civil engineering studentsMachine foundation notes for civil engineering students
Machine foundation notes for civil engineering students
DYPCET
 
Optimizing Reinforced Concrete Cantilever Retaining Walls Using Gases Brownia...
Optimizing Reinforced Concrete Cantilever Retaining Walls Using Gases Brownia...Optimizing Reinforced Concrete Cantilever Retaining Walls Using Gases Brownia...
Optimizing Reinforced Concrete Cantilever Retaining Walls Using Gases Brownia...
Journal of Soft Computing in Civil Engineering
 
Understand water laser communication using Arduino laser and solar panel
Understand water laser communication using Arduino laser and solar panelUnderstand water laser communication using Arduino laser and solar panel
Understand water laser communication using Arduino laser and solar panel
NaveenBotsa
 
698642933-DdocfordownloadEEP-FAKE-PPT.pptx
698642933-DdocfordownloadEEP-FAKE-PPT.pptx698642933-DdocfordownloadEEP-FAKE-PPT.pptx
698642933-DdocfordownloadEEP-FAKE-PPT.pptx
speedcomcyber25
 
Introduction to Additive Manufacturing(3D printing)
Introduction to Additive Manufacturing(3D printing)Introduction to Additive Manufacturing(3D printing)
Introduction to Additive Manufacturing(3D printing)
vijimech408
 
Construction Materials (Paints) in Civil Engineering
Construction Materials (Paints) in Civil EngineeringConstruction Materials (Paints) in Civil Engineering
Construction Materials (Paints) in Civil Engineering
Lavish Kashyap
 
PYTHON--QUIZ-1_20250422_002514_0000.pptx
PYTHON--QUIZ-1_20250422_002514_0000.pptxPYTHON--QUIZ-1_20250422_002514_0000.pptx
PYTHON--QUIZ-1_20250422_002514_0000.pptx
rmvigram
 
Hostelmanagementsystemprojectreport..pdf
Hostelmanagementsystemprojectreport..pdfHostelmanagementsystemprojectreport..pdf
Hostelmanagementsystemprojectreport..pdf
RajChouhan43
 
Health & Safety .........................
Health & Safety .........................Health & Safety .........................
Health & Safety .........................
shadyozq9
 
860556374-10280271.pptx PETROLEUM COKE CALCINATION PLANT
860556374-10280271.pptx PETROLEUM COKE CALCINATION PLANT860556374-10280271.pptx PETROLEUM COKE CALCINATION PLANT
860556374-10280271.pptx PETROLEUM COKE CALCINATION PLANT
Pierre Celestin Eyock
 
David Boutry - Specializes In AWS, Microservices And Python
David Boutry - Specializes In AWS, Microservices And PythonDavid Boutry - Specializes In AWS, Microservices And Python
David Boutry - Specializes In AWS, Microservices And Python
David Boutry
 
Frontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend EngineersFrontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend Engineers
Michael Hertzberg
 
Personal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.pptPersonal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.ppt
ganjangbegu579
 
IPC-7711D-7721D_ EN 2023 TOC Rework, Modification and Repair of Electronic As...
IPC-7711D-7721D_ EN 2023 TOC Rework, Modification and Repair of Electronic As...IPC-7711D-7721D_ EN 2023 TOC Rework, Modification and Repair of Electronic As...
IPC-7711D-7721D_ EN 2023 TOC Rework, Modification and Repair of Electronic As...
ssuserd9338b
 
22PCOAM16 Unit 3 Session 23 Different ways to Combine Classifiers.pptx
22PCOAM16 Unit 3 Session 23  Different ways to Combine Classifiers.pptx22PCOAM16 Unit 3 Session 23  Different ways to Combine Classifiers.pptx
22PCOAM16 Unit 3 Session 23 Different ways to Combine Classifiers.pptx
Guru Nanak Technical Institutions
 
Python Functions, Modules and Packages
Python Functions, Modules and PackagesPython Functions, Modules and Packages
Python Functions, Modules and Packages
Dr. A. B. Shinde
 
Machine foundation notes for civil engineering students
Machine foundation notes for civil engineering studentsMachine foundation notes for civil engineering students
Machine foundation notes for civil engineering students
DYPCET
 
Understand water laser communication using Arduino laser and solar panel
Understand water laser communication using Arduino laser and solar panelUnderstand water laser communication using Arduino laser and solar panel
Understand water laser communication using Arduino laser and solar panel
NaveenBotsa
 
698642933-DdocfordownloadEEP-FAKE-PPT.pptx
698642933-DdocfordownloadEEP-FAKE-PPT.pptx698642933-DdocfordownloadEEP-FAKE-PPT.pptx
698642933-DdocfordownloadEEP-FAKE-PPT.pptx
speedcomcyber25
 

Unit 2-basic wireless sensor

  • 1. WIRELESS SENSOR NETWORKS Prepared By: Dr. Nagarathna and Deepika Dept. of CS & E PESCE, Mandya 1
  • 3. SENSOR NODE TECHNOLOGY  A WSN node consists of a group of dispersed sensors(motes) that have the responsibility of covering a geographical area(sensor field) in terms of some measured parameter(measurand).  A sensor supports a point –to-point link in which reader end is attached to a wireline network.  Sensor nodes have wireless communication capabilities and some logic signal processing, topology management and transmission handling. 3
  • 4. SENSOR NODES 4 Sensor node, Wireless node (WN), Smart Dust, mote (COTS - commercial off- the-shelf)
  • 5. BASIC FUNCTIONALITY OF A WN Depends on the application, typical basic functionality 1. Determine the value of a parameter at a given location EX:  Temperature  Atmospheric pressure  Sunlight  Humidity  Different types of sensors with  Different sampling rate  Range of allowed values (Cont d---) 5
  • 6. BASIC FUNCTIONALITY OF A WN 2. Detect the occurrence of events of interest and estimate the parameters of the events Ex: Traffic-oriented WSN  Detect a vehicle moving through an intersection and estimate  Speed  Direction of the vehicle 6(Contd---)
  • 7. BASIC FUNCTIONALITY OF A WN 3. Classify an object that has been detected Ex: Classify vehicle in a traffic as  Car  Minivan  Light truck  Bus 7(Contd-- -)
  • 8. BASIC FUNCTIONALITY OF A WN 4. Track an object Ex: In a military WSN  Track an enemy tank as it moves through the geographic area covered by the network 8
  • 9. SENSOR CLASSIFICATION SCHEMES Sensors can be classified, among others, according to one of the following criteria  Power supply requirements Passive and active  Nature of the output signal Digital and analog  Measurement operational mode Deflection and null modes  Input/output dynamic relationships Zero, first, second order, etc.  Measurand Mechanical, thermal, magnetic, radiant, chemical  Physical measurement variable Resistance, inductance, capacitance, etc 9
  • 11. TECHNOLOGY FOR SENSING AND CONTROL • Electric and Magnetic field sensors • Radio-wave frequency sensors • Optical • Electro optic • Infrared sensors • Radars • Lasers • Location and navigation sensors • Seismic and Pressure-wave sensors • Environmental parameter sensors (e.g., wind, humidity, heat) • Biochemical • National Security–oriented sensors. 11
  • 12. SENSOR PARAMETERS (MEASURANDS) Typical sensor parameters (measurands) include 1. Physical measurement Ex:  light and ultraviolet intensity (photo resistor)  Humidity, temperature (thermistor)  sound and acoustics  shock wave, seismic, physical pressure  video and image  Location (GPS) 12 (Contd---)
  • 13. SENSOR PARAMETERS (MEASURANDS) 2. Chemical and biological measurements Ex:  Presence or Concentration of a substance or agent at specified concentration levels (More than 50 biological agents of interest) 13 (Contd-- -)
  • 14. SENSOR PARAMETERS (MEASURANDS) 3. Event measurement Ex: Determination of the occurrence of Human-made or natural events  Cyber-level events  Tracking of internal and external events 14
  • 15. NODE FUNCTIONALITY  Digital signal processing (e.g., FFT/DCT(time or space)),  Compression  Forward error correction  Encryption  Control and actuation  Clustering and in-network computation  Communication  Routing and forwarding  Connectivity management 15
  • 16. HARDWARE COMPONENTS  Sensing and actuation unit (single element or array)  Processing unit  Communication unit  Power unit  Application-dependent units 16
  • 18. FOUR HARDWARE SUBSYSTEMS 1. Power Energy infrastructure to support operation from a few hours to months or years 2. Computational Logic and Storage To handle  Onboard data processing and manipulation  Transient and short-term storage  Encryption  Forward error correction (FEC)  Digital modulation and digital transmission Computational requirements ranging from an 8-bit microcontroller to a 64-bit microprocessor Storage requirements range from 0.01 to 100 gigabytes (GB). (Contd….) 18
  • 19. FOUR HARDWARE SUBSYSTEMS 3. Sensor transducer(s) The interface between the environment and the WN is the sensor 4. Communication WNs must have the ability to communicate  C1WSN  Mesh-based systems with multihop radio connectivity among or between WNs  Dynamic routing in both the wireless and wire line portions  C2WSN  Point-to-point or multipoint-to-point with single-hop radio connectivity to WNs  Static routing over the wireless network with only one route (Contd ….) 19
  • 20. FOUR HARDWARE SUBSYSTEMS  Distances range from a few meters to a few kilometers  lower-layer communication protocols tend to be of the  IEEE 802.11  IEEE 802.15  IEEE 802.16  Throughput ranges from 10 to 256 kbps in most applications  Video-based application may require more bandwidth 20
  • 21. SOFTWARE SUBSYSTEMS Sensors typically have five basic software subsystems:  Operating system  Sensor drivers  Communication processors  Communication drivers  Data processing mini-apps 21
  • 23. OPERATING SYSTEM (OS) MICROCODE  Also called Middleware  Board-common microcode  Used by all high-level node-resident software modules to support various functions  Purpose is to shield the software from the machine-level functionality of the microprocessor  Desirable to have open-source operating systems designed for WSNs Advantage  Rapid implementation  Minimizing code size  Example: TinyOS 23
  • 24. SENSOR DRIVERS (Sensors may possibly be of the modular/plug-in type)  Manage basic functions of the sensor transceivers  Appropriate configuration and settings must be uploaded into the sensor 24
  • 25. COMMUNICATION PROCESSORS  Manages the communication functions  Routing  Packet buffering and forwarding  Topology maintenance  Medium access control (e.g., contention mechanisms, direct- sequence spread-spectrum (chipping code): (resist interference, recovery from damaged )  Encryption  Forward Error Correction 25
  • 26. COMMUNICATION DRIVERS  Software modules manage and deals with Encoding and the physical layer  Software modules manage Radio channel transmission link Clocking and synchronization Signal encoding Bit recovery Bit counting Signal levels Modulation. 26
  • 27. DATA PROCESSING MINI-APPS Basic applications that are supported at the node level for in-network processing  Numerical  Data-processing  Signal value storage and manipulations 27
  • 28. 28
  • 29. BASIC TAXONOMY OF SENSOR NODES 29
  • 30. BASIC TAXONOMY OF SENSOR NODES 30
  • 32. WN OPERATING ENVIRONMENT  Sensor nodes have to deal with the following resource constraints Power consumption Communication Computation Uncertainty in measured parameters 32
  • 33. Power consumption  WNs have a limited supply of operating energy  Energy conservation is a key system design consideration 33
  • 34. COMMUNICATION  The wireless network has limited bandwidth  Networks may be forced to utilize a noisy channel  Communication channel may be relegated to an unprotected frequency band  The implications are  Limited reliability  Poor quality of service (e.g., high latency, high variance, high frame loss)  Security exposure (e.g., denial of service, jamming, interference, high bit- error rates). 34
  • 35. COMPUTATION  WNs have limited computing power and memory resources  Restrictions on types of data-processing algorithms  Limits the scope and volume of intermediate results that can be stored Research aims to  Develop a distributed data management layer  Scales with the growth of sensor interconnectivity  Computational power on the sensors 35
  • 36. COMPUTATION Goal  To deploy mechanisms directly on the sensor nodes (autonomous)  Without centralizing data or computation. 36
  • 37. UNCERTAINTY IN MEASURED PARAMETERS  Signals that have been detected or collected may be with uncertainty  Commingled with noise  Interference from the environment  Node malfunction could collect and/or forward inaccurate data.  Node placement may impair operation and bias individual readings. 37
  • 38. DESIGN CONSTRAINTS(WSN AND WN) Factors to consider during design of WN and WSN  Deployed in a dense manner - communication complexity  Rapid deployment - Environment is expected to be highly dynamic  WNs may be prone to failure- Sensing systems that are long-lived and environmentally resilient  Communication circuitry and antennas use most of the energy. 38
  • 39. DESIGN CONSTRAINTS(WSN AND WN)  The topology may change very frequently  Communication links may be expensive  Bandwidth may be limited  Power availability at the sensor may be limited and/or expensive  No global addresses because of  Large number of sensors  Overhead needed to support such global addresses 39
  • 40. DESIGN CONSTRAINTS(WSN AND WN)  WNs require special routing and data dissemination mechanisms  WNs often require in-network processing  Data aggregation,  Data fusion  Data analysis. Interest in  Database management,  Querying mechanisms  Data storage and warehousing.  High-speed connectivity to processing centers for  Decision  Responsive action Arrays of ultralow-power wireless nodes may be incorporated in reconfigurable networks 40
  • 41. DESIGN CONSTRAINTS(WSN AND WN)  Design Constraints or Requirements for WSNs and WNs  Collaborative data processing  Constrained energy use  Large topology support  Querying capabilities  Self-organization 41
  • 42. WN TRENDS  To achieve  Wide-scale deployment  To decrease the size, cost, and power consumption  Intelligence of the WNs must increase  Sensor systems must incorporate advances in technologies  Nanofabrication  Bio systems  Distributed networks  Ubiquitous computing  Broadband wireless communications  Information and decision systems Contd … 42
  • 43. WN TRENDS  Evolving requirements for new WSNs and WNs include : 1 . The ability to respond to Toxic chemicals Explosives Biological agents 2. Enhanced  Sensitivity  Selectivity  Speed  Robustness  Fewer false alarms Cont d..43
  • 44. WN TRENDS 3. Ability to function autonomously in  Unusual  Extreme  Complex environments  Addressed by the design and synthesis of functionalized receptors and materials resulting in next-generation devices Cont d..44
  • 45. WN TRENDS  Miniaturization, Manufacturability and Cost are also critical issues  Integration of  sensors, processors, energy sources and communications network interface on a chip  Information extraction involve  Detection of events or objects of interest  Estimation of key parameters  Human-in-the-loop or closed-loop adaptive feedback (Human interaction/ prediction) 45
  • 46. GOALS To Develop  Low-cost (i.e., <50 cents) transceivers for ubiquitous wireless data acquisition With  Minimal energy dissipation (<5 nJ/ bit) for an  Energy-limited source and minimize power (<100 mW for a power-limited source, enabling energy scavenging)  Using strategies like  Self configuring networks  fluid trade-off between communication and computation  System-on-a-chip (SOC) approach  Aggressive low-energy architectures and circuits 46
  • 47. WN TRENDS  Standardization is important.  The application interface for WSNs should be an  Abstraction offered to any sensor network application  Supported by any sensor network platform  Research and engineering activity seeks to advance fundamental knowledge in new sensor technologies:  Toxic chemicals  Explosives  Biological agents  Sensor networking systems in a distributed environment  Integration of sensors into commercial systems  Interpretation and use of sensor data in decision-making processes 47
  • 48. RESEARCH EFFORTS SPONSORED BY U.S. GOVERNMENT AGENCIES  Designs, materials, and concepts for new sensors and sensing systems  Arrayed sensor networks and networking  Interpretation decision and action base on sensor data 48
  • 49. New sensors and sensing systems  Design of solid and liquid surfaces with molecular recognition,  Long lifetime, and re generability of the sensing site  Biomimetic sensors : hybrids consisting of proteins, enzyme fragments and components,  Sensors for toxic agents (biological, chemical, radiation)  Sensors for operation in harsh environments  Chip-based systems incorporating multiple sensors  Computation, actuation and wireless interfaces  Sensor power sources  New modeling and simulation tools  New techniques for on-sensor self-calibration and self-test  Enhanced specificity to maximize accuracy and minimize false alarms  New methods for sensor  Fabrication  Manufacture  Encapsulation. 49
  • 50. Arrayed sensor networks and networking  Enabling networking technologies for distributed wireless and wired sensor networks  Scalable and robust architectures  Design  Automated tasking  Querying techniques  Adaptive management and control of sensor nodes  Security and authentication for resource-constrained sensor networks  Mobile sensor networks  Scalable reconfigurability and self-organization 50
  • 51. DECISION AND ACTION BASE ON SENSOR DATA  Decision theory for intelligent use of sensed information  Detection and identification of false alarms  Feedback theory  Statistical algorithms,  Mathematical hybrid system tools for monitoring distributed networks of large arrays of sensors and actuators  Handheld diagnostic kits  Pattern recognition and state estimation  Biomedical health monitoring, diagnostic, and therapeutic systems  Image-guided surgery  Health monitoring systems for civil structures  Crisis management sensor systems  Surveillance technology  Robotics  Mobile sensors  Tracking and monitoring of mobile units 51
  翻译: