Signals, Instruments, and Systems W6. Introduction to Embedded. Sensing, Communicating

Size: px
Start display at page:

Download "Signals, Instruments, and Systems W6. Introduction to Embedded. Sensing, Communicating"

Transcription

1 Signals, Instruments, and Systems W6 Introduction to Embedded Systems Computing, Sensing, Communicating

2 Outline Embedded system terminology and key concepts Examples of embedded systems The Mica-z as example of embedded system Perception Communication Wired Wireless

3 General Concepts for Embedded Systems

4 What is an Embedded System? From Wikipedia: An embedded system is a special-purpose p p computer system designed to perform one or a few dedicated functions often with real-time computing constraints. It is usually embedded as part of a complete device including hardware and mechanical parts. In contrast, a general-purpose computer, such as a personal computer, can do many different tasks depending on programming.

5 What is Challenging in Designing Embedded Systems? Computation is subject to physical and resource constraints such as timing, deadlines, memory restrictions, and power consumption requirements. The traditional abstraction of separating software from the hardware is more difficult. Hardware and software are integrally intertwined. But: hardware components are becoming more and more flexible, cheap, small, and standardized. The design complexity is shifting to software! Your role as Environmental/Civil Engineers: get enough background to contribute to the software side with your domain knowledge and collaborate with electrical/computer/mechanical/mechatronic engineers.

6 Perception - Sensors Proprioceptive ( body ) vs. exteroceptive ( environment ) Ex. proprioceptive: motor speed/robot arm joint angle, battery voltage, acceleration Ex. exteroceptive: distance measurement, light intensity, sound amplitude, temperature, wind speed Passive ( measure ambient energy ) vs. active ( emit energy in the environment and measure the environmental reaction ) Ex. passive: temperature probes, microphones, cameras Ex. active: laser rangfinder (LIDAR), IR proximity sensors, ultrasound sonars, ultrasound anemometers [Adapted from Introduction to Autonomous Mobile Robots, Siegwart R. and Nourbakhsh I. R.]

7 Computation Usually microcontroller-based Microcontrollers are all-in-one computer chips. They contain a processing core, memory, and integrated peripherals (e.g., ADC, motor control PWM generator, bus controller). Discretization (analog-to-digital for values, continuous-to-discrete to for time) and continuization (digital-to-analog for values, discrete-to-continuous to continuous for time)

8 Communication Different physical channels: wired (e.g., RS232, CAN, USB) and wireless (e.g., radio, infrared, ultrasound, sound) Internal or external to the device: buses connecting different components; external (e.g., node-to-node or node-to-basestation) Asymmetric (one way) or symmetric (bidirectional) link Direct (explicit) or indirect (implicit): direct implies dedicated hardware and software components for intentional, targeted information sharing; indirect, implies anonymous, broadcasting forms which are temporary (e.g., visual signs)

9 Examples of Embedded d Systems

10 Consumer Market Devices Digital Watch Weather station Digital camera Digital video camera

11 Niche Market Scientific Equipment Commercially Available Sensorscope station Mica-Z Handheld Airborne Mapping System

12 Example for Sensorscope Stations What is measured: temperature humidity precipitation wind speed/direction solar radiation soil moisture Pictures: courtesy of SwissExperiment

13 Why: Typical Applications for Sensorscope Stations Capture meteorological events with high spatial density. Pictures: courtesy of SwissExperiment

14 MicaZ An Example of Embedded System

15 MICA mote family designed in EECS at UCBerkeley manufactured/marketed by Crossbow several thousand produced used by several hundred research groups about CHF 250/piece variety of available sensors

16 MICAz Atmel ATmega128L 8 bit microprocessor, ~8MHz 128kB program memory, 4kB SRAM 512kB external flash (data logger) Chipcon CC (Zigbee) 2 AA batteries about 5 days active (15-20 ma) about 20 years sleeping g( (15-20 µa) TinyOS

17 Sensor board MTS 300 CA Light (Clairex CL94L) Temp (Panasonic ERT-J1VR103J) Acoustic (WM-62A Microphone) Sounder (4 khz Resonator)

18 / Zigbee Emerging standard for low-power wireless monitoring and control 2.4 GHz ISM band (84 channels), 250 kbps data rate Chipcon/Ember CC2420: Single-chip transceiver 1.8V supply 19.7 ma receiving 17.4 ma transmitting Easy to integrate: Open source drivers O-QPSK modulation o (Code Division Multiple Access, CDMA); plays nice with and Bluetooth

19 Comparison to other standards

20 Operating system An operating system (OS) is an interface between hardware and user applications. It is responsible for the management and coordination of tasks and the sharing of the limited resources of the computer system. At typical los can be decomposed dinto the following entities: Scheduler, which is responsible for the sharing of the processing unit (microprocessor or microcontroller) Device drivers, which are low-level programs that manage the various devices (sensors, actuators, secondary memory storage devices, etc.). Memory management unit, which is responsible for the sharing of the memory (virtual memory). Optional: Graphical User Interface, File System, Security, etc. Most OS for embedded systems include these two entities only!

21 TinyOS: description Minimal OS designed for Sensor Networks Event driven execution Programming language: nesc (C-like syntax but supports TinyOS concurrency model) Widespread usage on motes MICA (ATmega128L) TELOS (TI MSP430) Provided simulator: TosSim

22 Perception

23 4a 4a - Perception - Sensors 23 Classification of Typical Sensors [From Introduction to Autonomous Mobile Robots, Siegwart R. and Nourbakhsh I. R.]

24 4a 4a - Perception - Sensors Classification of Typical Sensors 24 [From Introduction to Autonomous Mobile Robots, Siegwart R. and Nourbakhsh I. R.]

25 4a 4a - Perception - Sensors 25 General Sensor Performance Range Upper limit Dynamic range ratio between lower and upper limits, usually in decibels (db for power and amplitude) e.g. voltage measurement from 1 mv to 20 V Note: similar to the acoustic amplitude e.g. power measurement from 1 mw to 20 W P = U I = 1 U 2 R Note: see also the example of wireless transmission power in this lecture [Adapted from Introduction to Autonomous Mobile Robots, Siegwart R. and Nourbakhsh I. R.]

26 4a 4a - Perception - Sensors 26 General Sensor Performance Resolution minimum difference between two values usually: lower limit of dynamic range = resolution for digital sensors it is usually the A/D resolution. Linearity e.g. 5V / 255 (8 bit) variation of output signal as function of the input signal linearity is less important when signal is treated with a computer x f ( x) y f (y) α x + β y f ( α x + β y ) = α f ( x ) + β f ( y )? [From Introduction to Autonomous Mobile Robots, Siegwart R. and Nourbakhsh I. R.]

27 4a 4a - Perception - Sensors 27 General Sensor Performance Bandwidth or Frequency the speed with which a sensor can provide a stream of readings usually there is an upper limit it depending di on the sensor and the sampling rate lower limit is also possible, e.g. acceleration sensor frequency response (see signal processing lecture, filter part): phase (delay) of the signal and amplitude might be influenced [Adapted from Introduction to Autonomous Mobile Robots, Siegwart R. and Nourbakhsh I. R.]

28 4a 4a - Perception - Sensors 28 In Situ Sensor Performance Characteristics that are especially relevant for real world environments Sensitivity ratio of output change to input change however, in real world environment, the sensor has very often high sensitivity to other environmental changes, e.g. illumination Cross-sensitivity (and cross-talk) sensitivity to other environmental parameters influence of other active sensors Error / Accuracy difference between the sensor s output and the true value error m = measured value v = true value [Adapted from Introduction to Autonomous Mobile Robots, Siegwart R. and Nourbakhsh I. R.]

29 4a 4a - Perception - Sensors 29 In Situ Sensor Performance Characteristics that are especially relevant for real world environments Systematic ti error -> >deterministic i ti errors caused by factors that can (in theory) be modeled -> prediction e.g. calibration of a laser sensor or of the distortion cause by the optic of a camera Random error -> non-deterministic no deterministic prediction possible however, they can be described probabilistically e.g. gaussian noise on a distance sensor, black level noise of camera Precision (different from accuracy!) reproducibility of sensor results σ = standard dev of the sensor noise [From Introduction to Autonomous Mobile Robots, Siegwart R. and Nourbakhsh I. R.]

30 Wired Communication

31 Where? Within embedded systems (from sensor to microcontroller, from microcontroller to microcontroller, etc.) From an embedded system to another From an embedded system to a PC

32 Communication Model Transmitter channel Receiver

33 Communication Model Noise Transmitter channel Receiver Modulation Coding (Compression) Distortion Filtering Frequency shift... Demodulation Decoding (Decompression)

34 A Seminal Example: The RS-232 (serial port) Hardware: 3 wires: TxD, RxD, Ground RxD TxD Transceiver 1 TxD Ground RxD Ground Transceiver 2 Transceiver = Transmitter + Receiver

35 RS-232 (serial port) Signal: between RxD/TxD and Ground RxD TxD Transceiver 1 TxD Ground RxD Ground Transceiver 2

36 RS-232 Modulation

37 RS-232 Demodulation

38 RS-232 Delay Packet-based 1 byte (i.e. 8 bits)/ packet 8 data bits + 2 control bits = 10 bits Transmission speed max. 115'200 bits/s (bps) Propagation speed: approx. c (speed of light)

39 RS-232 Delay Transmission delay 10 bits / 115'200 bps = 86.8 us Signal propagation delay (2 m cable) 2 m / c = ns Processing delay: ~ 1 us (modulation, o demodulation, o processing) Total: ~ 90 us = 0.09 ms

40 Wireless Communication

41 Communication Model Noise Transmitter channel = ElectroMagnetic waves in air Reflections Fading Interference Other EM sources... Receiver

42 Communication Model Noise Transmitter channel = ElectroMagnetic waves in air Reflections Fading Interference Other EM sources... Receiver Channel estimation Advanced modulation types Coding and error correction

43 Sharing the Medium 1 2 3

44 Sharing the Medium TDMA Time-Division Multiple Access You shut up while I talk Time allocation Fixed, synchronized e.g. mobile phones (GSM) Dynamic (check kif channel lis free) e.g. Wireless LAN (802.11b/g/n) time

45 Sharing the Medium FDMA Frequency-Division MA e.g. FM radio channels Frequency regulation BAKOM (CH) bandwidth allocated by BAKOM frequency

46 Bandwidth Can be defined by the BAKOM for multiple channels for a given purpose (in the overall spectrum) Can be defined for a single channel similarly to a bandpass filter, as follow: B = bandwidth f 0 = central (filter) or carrier (channel) frequency f L = low cut-off frequency (typically defined at -3dB) f H = high cut-off frequency (typically defined at -3dB)

47 Bandwidth FM station broadcasting at 106,4 MHz actually occupies 106,3 MHz 106,5 MHz Bandwidth = 200 khz Mobile phone (GSM): 200 khz (around 900 MHz) WLAN/WiFi: 5 MHz (around 2,4 GHz) Analog TV station: 6 MHz (around 180 MHz) What does the bandwidth depend on? Bandwidth [Hz] Data rate (Throughput) [bits/s]

48 Bandwidth

49 Sharing the Medium CDMA (spread spectrum) Code-Division MA Using different transmission codes e.g. GPS, Wifi, 3G cell phones, g,, p, Zigbee Interesting properties Wide channels (fading) Concurrent communication More complex demodulation

50 Throughput (bits/s) TDMA, FDMA, CDMA can be combined Total throughput is shared TDMA CDMA FDMA

51 Shannon-Hartley Limit Hard theoretical limit on throughput More bandwidth = higher throughput More power (SNR) = higher throughput dilution Bandwidth C: capacity (throughput) B: bandwidth S: signal power (W) N: noise power (W) Bit energy to noise-power spectral density ~ S/N

52 Power Increased power higher throughput higher range mobile systems: shorter battery life increased health risk (?) Regulation CH: BAKOM e.g. WLAN: 100 mw Regulation

53 Power Unit: W (Watt) Often written in dbm (decibels to 1 mw) Gain / loss: factors Often written in db (decibels)

54 P dbm PW PdBm = 10log log( x * y ) = log( x ) + log( y ) 1mW 1mW 10 log(1mw/1mw) 10 log(1) = 10*0 = 0dBm 2mW 10 log(2mw/1mw) 10 log(2) 10*0.3=3dBm 10mW 10 log(10mw/1mw) 10 log(10) = 10*1=10dBm 100mW 10 log(100mw/1mw) W) 10 log(100) = 10*2=20dBm 20dB

55 Link Budget Typical lwlan link budget (100 m, dipole antennas): TX power TX losses TX antenna gain Free space path loss RX antenna gain 100 mw *0.5 *1.6 *1.0106*10-8 * dbm -3 db +2 db -80 db +2 db RX losses RX power * mw -3 db -62 dbm RX sensitivity mw -85 dbm Margin db

56 Free Space Path Loss (Friis Law) Signal power decay in air: Proportional to the square of the distance d Proportional to the square of the frequency f high frequency = high loss low frequency = low bandwidth

57 Ex.: Mica-Z vs.tinynode Sensorscope data logger Mica-Z (Crossbow) Microcontroller: ATmega128L TinyOs Transceiver: Chipcon CC GHz carrier Throughput: up to 250k bps Range: up to 75 m TinyNode (Shockfish) Microcontroller: TI MSP430 TinyOs Transceiver: Semtech XE and 915 MHz carriers Throughput: up to 153k bps Range: up to 2 km

58 Conclusion

59 Take Home Messages Embedded system: specific purpose, equipped for interfacing discrete/digital and continuous/analog world, microcontrollerbased design, often real-time constraints Main modules of an embedded system: perception, computation, communication Several examples of embedded systems in our daily life and for research/education purposes (e.g. Mica-z, Sensorscope stations) Perception and communication are two key features of embedded systems Some key concepts in sensing and communication systems Propioceptive/exteroceptive, active/passive, etc. Bandwidth, real throughput, h t TDMA, FDMA, CDMA Transmitted/received power and corresponding losses

60 Additional Literature Week 6 Pointers: Permasense GITWES the German Indonesian Tsunami Early Warning System ftp://ftp.cordis.europa.eu/pub/fp7/ict/docs/sustainablegrowth/workshops/workshop jwachter_en.pdf Sensorscope ch/ TinyOS: Com systems: Com systems: Books Siegwart R., Nourbakhsh I. R., and D. Scaramuzza, Introduction to A t M bil R b t S d diti MIT P 2011 Autonomous Mobile Robots, Second edition, MIT Press, Everett, H. R., Sensors for Mobile Robots, Theory and Application, A. K. Peters, Ltd., 1995.

Signals, Instruments, and Systems W7. Embedded Systems General Concepts and

Signals, Instruments, and Systems W7. Embedded Systems General Concepts and Signals, Instruments, and Systems W7 Introduction to Hardware in Embedded Systems General Concepts and the e-puck Example Outline General concepts: autonomy, perception, p action, computation, communication

More information

COS Lecture 7 Autonomous Robot Navigation

COS Lecture 7 Autonomous Robot Navigation COS 495 - Lecture 7 Autonomous Robot Navigation Instructor: Chris Clark Semester: Fall 2011 1 Figures courtesy of Siegwart & Nourbakhsh Control Structure Prior Knowledge Operator Commands Localization

More information

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information

Sensor Network Platforms and Tools

Sensor Network Platforms and Tools Sensor Network Platforms and Tools 1 AN OVERVIEW OF SENSOR NODES AND THEIR COMPONENTS References 2 Sensor Node Architecture 3 1 Main components of a sensor node 4 A controller Communication device(s) Sensor(s)/actuator(s)

More information

Signals, Instruments, and Systems W10 An Introduction to Localization and Power Management in Embedded Systems

Signals, Instruments, and Systems W10 An Introduction to Localization and Power Management in Embedded Systems Signals, Instruments, and Systems W10 An Introduction to Localization and Power Management in Embedded Systems 1 Localization Outline Motivation Technique overview A fundamental technique: odometry Power

More information

Outline / Wireless Networks and Applications Lecture 3: Physical Layer Signals, Modulation, Multiplexing. Cartoon View 1 A Wave of Energy

Outline / Wireless Networks and Applications Lecture 3: Physical Layer Signals, Modulation, Multiplexing. Cartoon View 1 A Wave of Energy Outline 18-452/18-750 Wireless Networks and Applications Lecture 3: Physical Layer Signals, Modulation, Multiplexing Peter Steenkiste Carnegie Mellon University Spring Semester 2017 http://www.cs.cmu.edu/~prs/wirelesss17/

More information

Ad hoc and Sensor Networks Chapter 4: Physical layer. Holger Karl

Ad hoc and Sensor Networks Chapter 4: Physical layer. Holger Karl Ad hoc and Sensor Networks Chapter 4: Physical layer Holger Karl Goals of this chapter Get an understanding of the peculiarities of wireless communication Wireless channel as abstraction of these properties

More information

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA COMM.ENG INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA 9/9/2017 LECTURES 1 Objectives To give a background on Communication system components and channels (media) A distinction between analogue

More information

CS649 Sensor Networks Lecture 3: Hardware

CS649 Sensor Networks Lecture 3: Hardware CS649 Sensor Networks Lecture 3: Hardware Andreas Terzis http://hinrg.cs.jhu.edu/wsn05/ With help from Mani Srivastava, Andreas Savvides Spring 2006 CS 649 1 Outline Hardware characteristics of a WSN node

More information

Brainstorm. In addition to cameras / Kinect, what other kinds of sensors would be useful?

Brainstorm. In addition to cameras / Kinect, what other kinds of sensors would be useful? Brainstorm In addition to cameras / Kinect, what other kinds of sensors would be useful? How do you evaluate different sensors? Classification of Sensors Proprioceptive sensors measure values internally

More information

#$%## & ##$ Large Medium Small Tiny. Resources Computation/memory Communication/range Power Sensors

#$%## & ##$ Large Medium Small Tiny. Resources Computation/memory Communication/range Power Sensors Important trend in embedded computing Connecting the physical world to the world of information Sensing (e.g., sensors Actuation (e.g., robotics Wireless sensor networks are enabled by three trends: Cheaper

More information

Physical Layer: Outline

Physical Layer: Outline 18-345: Introduction to Telecommunication Networks Lectures 3: Physical Layer Peter Steenkiste Spring 2015 www.cs.cmu.edu/~prs/nets-ece Physical Layer: Outline Digital networking Modulation Characterization

More information

Wireless Sensor Networks (aka, Active RFID)

Wireless Sensor Networks (aka, Active RFID) Politecnico di Milano Advanced Network Technologies Laboratory Wireless Sensor Networks (aka, Active RFID) Hardware and Hardware Abstractions Design Challenges/Guidelines/Opportunities 1 Let s start From

More information

EECS 473 Advanced Embedded Systems. Lecture 14 Wireless in the real world

EECS 473 Advanced Embedded Systems. Lecture 14 Wireless in the real world EECS 473 Advanced Embedded Systems Lecture 14 Wireless in the real world Team status updates Team Alert (Home Alert) Team Fitness (Fitness watch) Team Glasses Team Mouse (Control in hand) Team WiFi (WiFi

More information

Introduction to Communications Part Two: Physical Layer Ch3: Data & Signals

Introduction to Communications Part Two: Physical Layer Ch3: Data & Signals Introduction to Communications Part Two: Physical Layer Ch3: Data & Signals Kuang Chiu Huang TCM NCKU Spring/2008 Goals of This Class Through the lecture of fundamental information for data and signals,

More information

Announcements : Wireless Networks Lecture 3: Physical Layer. Bird s Eye View. Outline. Page 1

Announcements : Wireless Networks Lecture 3: Physical Layer. Bird s Eye View. Outline. Page 1 Announcements 18-759: Wireless Networks Lecture 3: Physical Layer Please start to form project teams» Updated project handout is available on the web site Also start to form teams for surveys» Send mail

More information

Quick Introduction to Communication Systems

Quick Introduction to Communication Systems Quick Introduction to Communication Systems p. 1/26 Quick Introduction to Communication Systems Aly I. El-Osery, Ph.D. elosery@ee.nmt.edu Department of Electrical Engineering New Mexico Institute of Mining

More information

NOISE, INTERFERENCE, & DATA RATES

NOISE, INTERFERENCE, & DATA RATES COMP 635: WIRELESS NETWORKS NOISE, INTERFERENCE, & DATA RATES Jasleen Kaur Fall 2015 1 Power Terminology db Power expressed relative to reference level (P 0 ) = 10 log 10 (P signal / P 0 ) J : Can conveniently

More information

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 9: Multiple Access, GSM, and IS-95

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 9: Multiple Access, GSM, and IS-95 ECE 476/ECE 501C/CS 513 - Wireless Communication Systems Winter 2003 Lecture 9: Multiple Access, GSM, and IS-95 Outline: Two other important issues related to multiple access space division with smart

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 98 Chapter-5 ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 99 CHAPTER-5 Chapter 5: ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION S.No Name of the Sub-Title Page

More information

Vehicle Networks. Wireless communication basics. Univ.-Prof. Dr. Thomas Strang, Dipl.-Inform. Matthias Röckl

Vehicle Networks. Wireless communication basics. Univ.-Prof. Dr. Thomas Strang, Dipl.-Inform. Matthias Röckl Vehicle Networks Wireless communication basics Univ.-Prof. Dr. Thomas Strang, Dipl.-Inform. Matthias Röckl Outline Wireless Signal Propagation Electro-magnetic waves Signal impairments Attenuation Distortion

More information

UNIT-1. Basic signal processing operations in digital communication

UNIT-1. Basic signal processing operations in digital communication UNIT-1 Lecture-1 Basic signal processing operations in digital communication The three basic elements of every communication systems are Transmitter, Receiver and Channel. The Overall purpose of this system

More information

Range Sensing strategies

Range Sensing strategies Range Sensing strategies Active range sensors Ultrasound Laser range sensor Slides adopted from Siegwart and Nourbakhsh 4.1.6 Range Sensors (time of flight) (1) Large range distance measurement -> called

More information

Evolution of Cellular Systems. Challenges for Broadband Wireless Systems. Convergence of Wireless, Computing and Internet is on the Way

Evolution of Cellular Systems. Challenges for Broadband Wireless Systems. Convergence of Wireless, Computing and Internet is on the Way International Technology Conference, 14~15 Jan. 2003, Hong Kong Technology Drivers for Tomorrow Challenges for Broadband Systems Fumiyuki Adachi Dept. of Electrical and Communications Engineering, Tohoku

More information

Simple Algorithm in (older) Selection Diversity. Receiver Diversity Can we Do Better? Receiver Diversity Optimization.

Simple Algorithm in (older) Selection Diversity. Receiver Diversity Can we Do Better? Receiver Diversity Optimization. 18-452/18-750 Wireless Networks and Applications Lecture 6: Physical Layer Diversity and Coding Peter Steenkiste Carnegie Mellon University Spring Semester 2017 http://www.cs.cmu.edu/~prs/wirelesss17/

More information

Lecture 3: Data Transmission

Lecture 3: Data Transmission Lecture 3: Data Transmission 1 st semester 1439-2017 1 By: Elham Sunbu OUTLINE Data Transmission DATA RATE LIMITS Transmission Impairments Examples DATA TRANSMISSION The successful transmission of data

More information

Chapter 1 Acknowledgment:

Chapter 1 Acknowledgment: Chapter 1 Acknowledgment: This material is based on the slides formatted by Dr Sunilkumar S. Manvi and Dr Mahabaleshwar S. Kakkasageri, the authors of the textbook: Wireless and Mobile Networks, concepts

More information

Revision of Lecture One

Revision of Lecture One Revision of Lecture One System blocks and basic concepts Multiple access, MIMO, space-time Transceiver Wireless Channel Signal/System: Bandpass (Passband) Baseband Baseband complex envelope Linear system:

More information

IN Wireless Sensor Networks. Koen Langendoen Muneeb Ali, Aline Baggio Gertjan Halkes

IN Wireless Sensor Networks. Koen Langendoen Muneeb Ali, Aline Baggio Gertjan Halkes IN4181 - Wireless Sensor Networks Koen Langendoen Muneeb Ali, Aline Baggio Gertjan Halkes VLSI Trends: Moore s Law in 1965, Gordon Moore predicted that transistors would continue to shrink, allowing: doubled

More information

Chapter 2. Physical Layer

Chapter 2. Physical Layer Chapter 2 Physical Layer Lecture 1 Outline 2.1 Analog and Digital 2.2 Transmission Media 2.3 Digital Modulation and Multiplexing 2.4 Transmission Impairment 2.5 Data-rate Limits 2.6 Performance Physical

More information

FTSP Power Characterization

FTSP Power Characterization 1. Introduction FTSP Power Characterization Chris Trezzo Tyler Netherland Over the last few decades, advancements in technology have allowed for small lowpowered devices that can accomplish a multitude

More information

Multiple Access Techniques

Multiple Access Techniques Multiple Access Techniques EE 442 Spring Semester Lecture 13 Multiple Access is the use of multiplexing techniques to provide communication service to multiple users over a single channel. It allows for

More information

Page 1. Outline : Wireless Networks Lecture 6: Final Physical Layer. Direct Sequence Spread Spectrum (DSSS) Spread Spectrum

Page 1. Outline : Wireless Networks Lecture 6: Final Physical Layer. Direct Sequence Spread Spectrum (DSSS) Spread Spectrum Outline 18-759 : Wireless Networks Lecture 6: Final Physical Layer Peter Steenkiste Dina Papagiannaki Spring Semester 2009 http://www.cs.cmu.edu/~prs/wireless09/ Peter A. Steenkiste 1 RF introduction Modulation

More information

CIS 632 / EEC 687 Mobile Computing. Mobile Communications (for Dummies) Chansu Yu. Contents. Modulation Propagation Spread spectrum

CIS 632 / EEC 687 Mobile Computing. Mobile Communications (for Dummies) Chansu Yu. Contents. Modulation Propagation Spread spectrum CIS 632 / EEC 687 Mobile Computing Mobile Communications (for Dummies) Chansu Yu Contents Modulation Propagation Spread spectrum 2 1 Digital Communication 1 0 digital signal t Want to transform to since

More information

Multiple Access Schemes

Multiple Access Schemes Multiple Access Schemes Dr Yousef Dama Faculty of Engineering and Information Technology An-Najah National University 2016-2017 Why Multiple access schemes Multiple access schemes are used to allow many

More information

Industrial Wireless Systems

Industrial Wireless Systems Application Considerations Don Pretty Principal Engineer Geometric Controls Inc Bethlehem, PA Sheet 1 Ethernet Dominates on the Plant Floor Sheet 2 Recognize Any of These? Sheet 3 Answers: 10 BASE 2 RG

More information

CS441 Mobile & Wireless Computing Communication Basics

CS441 Mobile & Wireless Computing Communication Basics Department of Computer Science Southern Illinois University Carbondale CS441 Mobile & Wireless Computing Communication Basics Dr. Kemal Akkaya E-mail: kemal@cs.siu.edu Kemal Akkaya Mobile & Wireless Computing

More information

Chapter 4 Radio Communication Basics

Chapter 4 Radio Communication Basics Chapter 4 Radio Communication Basics Chapter 4 Radio Communication Basics RF Signal Propagation and Reception Basics and Keywords Transmitter Power and Receiver Sensitivity Power - antenna gain: G TX,

More information

HY448 Sample Problems

HY448 Sample Problems HY448 Sample Problems 10 November 2014 These sample problems include the material in the lectures and the guided lab exercises. 1 Part 1 1.1 Combining logarithmic quantities A carrier signal with power

More information

Physical Layer. Transfers bits through signals overs links Wires etc. carry analog signals We want to send digital bits. Signal

Physical Layer. Transfers bits through signals overs links Wires etc. carry analog signals We want to send digital bits. Signal Physical Layer Physical Layer Transfers bits through signals overs links Wires etc. carry analog signals We want to send digital bits 10110 10110 Signal CSE 461 University of Washington 2 Topics 1. Coding

More information

Noise and Interference Limited Systems

Noise and Interference Limited Systems Chapter 3 Noise and Interference Limited Systems 47 Basics of link budgets Link budgets show how different components and propagation processes influence the available SNR Link budgets can be used to compute

More information

Multiplexing Module W.tra.2

Multiplexing Module W.tra.2 Multiplexing Module W.tra.2 Dr.M.Y.Wu@CSE Shanghai Jiaotong University Shanghai, China Dr.W.Shu@ECE University of New Mexico Albuquerque, NM, USA 1 Multiplexing W.tra.2-2 Multiplexing shared medium at

More information

Chapter-1: Introduction

Chapter-1: Introduction Chapter-1: Introduction The purpose of a Communication System is to transport an information bearing signal from a source to a user destination via a communication channel. MODEL OF A COMMUNICATION SYSTEM

More information

EE442 Introduction. EE442 Analog & Digital Communication Systems Lecture 1. Assignment: Read Chapter 1 of Agbo & Sadiku

EE442 Introduction. EE442 Analog & Digital Communication Systems Lecture 1. Assignment: Read Chapter 1 of Agbo & Sadiku EE442 Introduction EE442 Analog & Digital Communication Systems Lecture 1 Assignment: Read Chapter 1 of Agbo & Sadiku Principles of Modern Communication Systems ES 442 Lecture 1 1 Definition of a Communication

More information

Wireless Sensor Network for Substation Monitoring

Wireless Sensor Network for Substation Monitoring Wireless Sensor Network for Substation Monitoring by Siddharth Kamath March 03, 2010 Need for Substation Monitoring Monitoring health of Electrical equipments Detecting faults in critical equipments. Example:

More information

E-716-A Mobile Communications Systems. Lecture #2 Basic Concepts of Wireless Transmission (p1) Instructor: Dr. Ahmad El-Banna

E-716-A Mobile Communications Systems. Lecture #2 Basic Concepts of Wireless Transmission (p1) Instructor: Dr. Ahmad El-Banna October 2014 Ahmad El-Banna Integrated Technical Education Cluster At AlAmeeria E-716-A Mobile Communications Systems Lecture #2 Basic Concepts of Wireless Transmission (p1) Instructor: Dr. Ahmad El-Banna

More information

Week 2. Topics in Wireless Systems EE584-F 03 9/9/2003. Copyright 2003 Stevens Institute of Technology - All rights reserved

Week 2. Topics in Wireless Systems EE584-F 03 9/9/2003. Copyright 2003 Stevens Institute of Technology - All rights reserved Week Topics in Wireless Systems 43 0 th Generation Wireless Systems Mobile Telephone Service Few, high-power, long-range basestations -> No sharing of spectrum -> few users -> expensive 44 Cellular Systems

More information

TSEK02: Radio Electronics Lecture 6: Propagation and Noise. Ted Johansson, EKS, ISY

TSEK02: Radio Electronics Lecture 6: Propagation and Noise. Ted Johansson, EKS, ISY TSEK02: Radio Electronics Lecture 6: Propagation and Noise Ted Johansson, EKS, ISY 2 Propagation and Noise - Channel and antenna: not in the Razavi book - Noise: 2.3 The wireless channel The antenna Signal

More information

Wireless systems. includes issues of

Wireless systems. includes issues of Wireless systems includes issues of hardware processors, storage, peripherals, networks,... representation of information, analog vs. digital, bits & bytes software applications, operating system organization

More information

Lecture Progression. Followed by more detail on: Quality of service, Security (VPN, SSL) Computer Networks 2

Lecture Progression. Followed by more detail on: Quality of service, Security (VPN, SSL) Computer Networks 2 Physical Layer Lecture Progression Bottom-up through the layers: Application - HTTP, DNS, CDNs Transport - TCP, UDP Network - IP, NAT, BGP Link - Ethernet, 802.11 Physical - wires, fiber, wireless Followed

More information

Sensing. Autonomous systems. Properties. Classification. Key requirement of autonomous systems. An AS should be connected to the outside world.

Sensing. Autonomous systems. Properties. Classification. Key requirement of autonomous systems. An AS should be connected to the outside world. Sensing Key requirement of autonomous systems. An AS should be connected to the outside world. Autonomous systems Convert a physical value to an electrical value. From temperature, humidity, light, to

More information

Lecture Progression. Followed by more detail on: Quality of service, Security (VPN, SSL) Computer Networks 2

Lecture Progression. Followed by more detail on: Quality of service, Security (VPN, SSL) Computer Networks 2 Physical Layer Lecture Progression Bottom-up through the layers: Application - HTTP, DNS, CDNs Transport - TCP, UDP Network - IP, NAT, BGP Link - Ethernet, 802.11 Physical - wires, fiber, wireless Followed

More information

The Cricket Indoor Location System

The Cricket Indoor Location System The Cricket Indoor Location System Hari Balakrishnan Cricket Project MIT Computer Science and Artificial Intelligence Lab http://nms.csail.mit.edu/~hari http://cricket.csail.mit.edu Joint work with Bodhi

More information

Chapter-15. Communication systems -1 mark Questions

Chapter-15. Communication systems -1 mark Questions Chapter-15 Communication systems -1 mark Questions 1) What are the three main units of a Communication System? 2) What is meant by Bandwidth of transmission? 3) What is a transducer? Give an example. 4)

More information

CSE 561 Bits and Links. David Wetherall

CSE 561 Bits and Links. David Wetherall CSE 561 Bits and Links David Wetherall djw@cs.washington.edu Topic How do we send a message across a wire? The physical/link layers: 1. Different kinds of media 2. Encoding bits 3. Model of a link Application

More information

Outline / Wireless Networks and Applications Lecture 5: Physical Layer Signal Propagation and Modulation

Outline / Wireless Networks and Applications Lecture 5: Physical Layer Signal Propagation and Modulation Outline 18-452/18-750 Wireless Networks and Applications Lecture 5: Physical Layer Signal Propagation and Modulation Peter Steenkiste Carnegie Mellon University Spring Semester 2017 http://www.cs.cmu.edu/~prs/wirelesss17/

More information

Final Exam (ECE 408/508 Digital Communications) (05/05/10, Wed, 6 8:30PM)

Final Exam (ECE 408/508 Digital Communications) (05/05/10, Wed, 6 8:30PM) Final Exam (ECE 407 Digital Communications) Page 1 Final Exam (ECE 408/508 Digital Communications) (05/05/10, Wed, 6 8:30PM) Name: Bring calculators. 2 ½ hours. 20% of your final grade. Question 1. (20%,

More information

Building an Efficient, Low-Cost Test System for Bluetooth Devices

Building an Efficient, Low-Cost Test System for Bluetooth Devices Application Note 190 Building an Efficient, Low-Cost Test System for Bluetooth Devices Introduction Bluetooth is a low-cost, point-to-point wireless technology intended to eliminate the many cables used

More information

Design and development of embedded systems for the Internet of Things (IoT) Fabio Angeletti Fabrizio Gattuso

Design and development of embedded systems for the Internet of Things (IoT) Fabio Angeletti Fabrizio Gattuso Design and development of embedded systems for the Internet of Things (IoT) Fabio Angeletti Fabrizio Gattuso Node energy consumption The batteries are limited and usually they can t support long term tasks

More information

Contents. Telecom Service Chae Y. Lee. Data Signal Transmission Transmission Impairments Channel Capacity

Contents. Telecom Service Chae Y. Lee. Data Signal Transmission Transmission Impairments Channel Capacity Data Transmission Contents Data Signal Transmission Transmission Impairments Channel Capacity 2 Data/Signal/Transmission Data: entities that convey meaning or information Signal: electric or electromagnetic

More information

Communications Theory and Engineering

Communications Theory and Engineering Communications Theory and Engineering Master's Degree in Electronic Engineering Sapienza University of Rome A.A. 2018-2019 TDMA, FDMA, CDMA (cont d) and the Capacity of multi-user channels Code Division

More information

Hardware Platforms and Sensors

Hardware Platforms and Sensors Hardware Platforms and Sensors Tom Spink Including material adapted from Bjoern Franke and Michael O Boyle Hardware Platform A hardware platform describes the physical components that go to make up a particular

More information

IN Wireless Sensor Networks. Koen Langendoen

IN Wireless Sensor Networks. Koen Langendoen IN4316 - Wireless Sensor Networks Koen Langendoen Stefan Dulman, Kavitha Muthukrishnan Anrei Pruteanu, Niels Brouwers,, Matthias Woehrle VLSI Trends: Moore s Law in 1965, Gordon Moore predicted that transistors

More information

AM and FM MODULATION Lecture 5&6

AM and FM MODULATION Lecture 5&6 AM and FM MODULATION Lecture 5&6 Ir. Muhamad Asvial, MEng., PhD Center for Information and Communication Engineering Research Electrical Engineering Department University of Indonesia Kampus UI Depok,

More information

Chapter 2: Hardware Sensor Mote Architecture and Design

Chapter 2: Hardware Sensor Mote Architecture and Design Copyrighted (Textbook) Fei Hu and Xiaojun Cao, Wireless Sensor Networks: Principles and Practice, CRC Press Page 1 Chapter 2: Hardware Sensor Mote Architecture and Design In this chapter, we will go through

More information

The Measurement and Characterisation of Ultra Wide-Band (UWB) Intentionally Radiated Signals

The Measurement and Characterisation of Ultra Wide-Band (UWB) Intentionally Radiated Signals The Measurement and Characterisation of Ultra Wide-Band (UWB) Intentionally Radiated Signals Rafael Cepeda Toshiba Research Europe Ltd University of Bristol November 2007 Rafael.cepeda@toshiba-trel.com

More information

Applied to Wireless Sensor Networks. Objectives

Applied to Wireless Sensor Networks. Objectives Communication Theory as Applied to Wireless Sensor Networks muse Objectives Understand the constraints of WSN and how communication theory choices are influenced by them Understand the choice of digital

More information

Structure of the Lecture

Structure of the Lecture Structure of the Lecture Chapter 2 Technical Basics: Layer 1 Methods for Medium Access: Layer 2 Representation of digital signals on an analogous medium Signal propagation Characteristics of antennas Chapter

More information

Week 2 Lecture 1. Introduction to Communication Networks. Review: Analog and digital communications

Week 2 Lecture 1. Introduction to Communication Networks. Review: Analog and digital communications Week 2 Lecture 1 Introduction to Communication Networks Review: Analog and digital communications Topic: Internet Trend, Protocol, Transmission Principle Digital Communications is the foundation of Internet

More information

Simplified Reference Model

Simplified Reference Model ITCE 720A Autonomic Wireless Networking (Fall, 2009) Mobile Communications Prof. Chansu Yu chansuyu@postech.ac.kr c.yu91@csuohio.edu Simplified Reference Model Mobile Terminals P ro t o c o l S ta c k

More information

Announcement : Wireless Networks Lecture 3: Physical Layer. A Reminder about Prerequisites. Outline. Page 1

Announcement : Wireless Networks Lecture 3: Physical Layer. A Reminder about Prerequisites. Outline. Page 1 Announcement 18-759: Wireless Networks Lecture 3: Physical Layer Peter Steenkiste Departments of Computer Science and Electrical and Computer Engineering Spring Semester 2010 http://www.cs.cmu.edu/~prs/wirelesss10/

More information

Some key functions implemented in the transmitter are modulation, filtering, encoding, and signal transmitting (to be elaborated)

Some key functions implemented in the transmitter are modulation, filtering, encoding, and signal transmitting (to be elaborated) 1 An electrical communication system enclosed in the dashed box employs electrical signals to deliver user information voice, audio, video, data from source to destination(s). An input transducer may be

More information

RM24100A. Introduction. 1 Features. 2.4GHz 100mW RS232 / RS485 / RS422 DSSS Radio Modem (IEEE compliant) Operating Manual English 1.

RM24100A. Introduction. 1 Features. 2.4GHz 100mW RS232 / RS485 / RS422 DSSS Radio Modem (IEEE compliant) Operating Manual English 1. RM24100A 2.4GHz 100mW RS232 / RS485 / RS422 DSSS Radio Modem (IEEE 802.15.4 compliant) Operating Manual English 1.03 Introduction The RM24100A radio modem acts as a wireless serial cable replacement and

More information

Direct Link Communication II: Wireless Media. Current Trend

Direct Link Communication II: Wireless Media. Current Trend Direct Link Communication II: Wireless Media Current Trend WLAN explosion (also called WiFi) took most by surprise cellular telephony: 3G/4G cellular providers/telcos/data in the same mix self-organization

More information

DNT2400. Low Cost 2.4 GHz FHSS Transceiver Module with I/O

DNT2400. Low Cost 2.4 GHz FHSS Transceiver Module with I/O 2.4 GHz Frequency Hopping Spread Spectrum Transceiver Point-to-point, Point-to-multipoint, Peer-to-peer and Tree-routing Networks Transmitter Power Configurable from 1 to 63 mw RF Data Rate Configurable

More information

Point-to-Point Communications

Point-to-Point Communications Point-to-Point Communications Key Aspects of Communication Voice Mail Tones Alphabet Signals Air Paper Media Language English/Hindi English/Hindi Outline of Point-to-Point Communication 1. Signals basic

More information

Partial overlapping channels are not damaging

Partial overlapping channels are not damaging Journal of Networking and Telecomunications (2018) Original Research Article Partial overlapping channels are not damaging Jing Fu,Dongsheng Chen,Jiafeng Gong Electronic Information Engineering College,

More information

Difference Between. 1. Old connection is broken before a new connection is activated.

Difference Between. 1. Old connection is broken before a new connection is activated. Difference Between Hard handoff Soft handoff 1. Old connection is broken before a new connection is activated. 1. New connection is activated before the old is broken. 2. "break before make" connection

More information

Preliminary. 4-Channel RTD/4-20 ma Wireless Sensor Node SN24R420-4

Preliminary. 4-Channel RTD/4-20 ma Wireless Sensor Node SN24R420-4 Preliminary - 4 Analog Channel, Battery Powered Wireless Sensor Node - 2 RTD Inputs and 2 4-20 ma Inputs Plus 2 Switch Inputs - Supports 2- and 3-Wire 100 ohm Platinum RTDs - Switch State and Change-of-State

More information

ISSCC 2006 / SESSION 20 / WLAN/WPAN / 20.5

ISSCC 2006 / SESSION 20 / WLAN/WPAN / 20.5 20.5 An Ultra-Low Power 2.4GHz RF Transceiver for Wireless Sensor Networks in 0.13µm CMOS with 400mV Supply and an Integrated Passive RX Front-End Ben W. Cook, Axel D. Berny, Alyosha Molnar, Steven Lanzisera,

More information

Prepared for the Engineers of Samsung Electronics RF transmitter & power amplifier

Prepared for the Engineers of Samsung Electronics RF transmitter & power amplifier Prepared for the Engineers of Samsung Electronics RF transmitter & power amplifier Changsik Yoo Dept. Electrical and Computer Engineering Hanyang University, Seoul, Korea 1 Wireless system market trends

More information

Mobile Communication Systems. Part 7- Multiplexing

Mobile Communication Systems. Part 7- Multiplexing Mobile Communication Systems Part 7- Multiplexing Professor Z Ghassemlooy Faculty of Engineering and Environment University of Northumbria U.K. http://soe.ac.uk/ocr Contents Multiple Access Multiplexing

More information

RM24100D. Introduction. 1 Features. 2.4GHz 100mW RS232 / RS485 / RS422 DSSS Radio Modem (IEEE compliant) Operating Manual English 1.

RM24100D. Introduction. 1 Features. 2.4GHz 100mW RS232 / RS485 / RS422 DSSS Radio Modem (IEEE compliant) Operating Manual English 1. RM24100D 2.4GHz 100mW RS232 / RS485 / RS422 DSSS Radio Modem (IEEE 802.15.4 compliant) Operating Manual English 1.03 Introduction The RM24100D radio modem acts as a wireless serial cable replacement and

More information

AN4392 Application note

AN4392 Application note Application note Using the BlueNRG family transceivers under ARIB STD-T66 in the 2400 2483.5 MHz band Introduction BlueNRG family devices are very low power Bluetooth low energy (BLE) devices compliant

More information

Ammar Abu-Hudrouss Islamic University Gaza

Ammar Abu-Hudrouss Islamic University Gaza Wireless Communications n Ammar Abu-Hudrouss Islamic University Gaza ١ Course Syllabus References 1. A. Molisch,, Wiely IEEE, 2nd Edition, 2011. 2. Rappaport, p : Principles and Practice, Prentice Hall

More information

EC 551 Telecommunication System Engineering. Mohamed Khedr

EC 551 Telecommunication System Engineering. Mohamed Khedr EC 551 Telecommunication System Engineering Mohamed Khedr http://webmail.aast.edu/~khedr 1 Mohamed Khedr., 2008 Syllabus Tentatively Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week

More information

EE107 Communication Systems. Introduction

EE107 Communication Systems. Introduction EE107 Communication Systems Introduction Mai Vu 5 September 2017 What is communication? Overview Exchanging/imparting of information What is a communication system? A system facilitating communication

More information

Direct Link Communication II: Wireless Media. Motivation

Direct Link Communication II: Wireless Media. Motivation Direct Link Communication II: Wireless Media Motivation WLAN explosion cellular telephony: 3G/4G cellular providers/telcos in the mix self-organization by citizens for local access large-scale hot spots:

More information

High Speed Data Downlink for NSF Space Weather CubeSats

High Speed Data Downlink for NSF Space Weather CubeSats High Speed Data Downlink for NSF Space Weather CubeSats National Science Foundation Meeting Monday August 31, 2009 Charles Swenson Satellite Data Flow Onboard Instruments R collected Spacecraft Memory

More information

Data Communication. Chapter 3 Data Transmission

Data Communication. Chapter 3 Data Transmission Data Communication Chapter 3 Data Transmission ١ Terminology (1) Transmitter Receiver Medium Guided medium e.g. twisted pair, coaxial cable, optical fiber Unguided medium e.g. air, water, vacuum ٢ Terminology

More information

The Physical Layer Outline

The Physical Layer Outline The Physical Layer Outline Theoretical Basis for Data Communications Digital Modulation and Multiplexing Guided Transmission Media (copper and fiber) Public Switched Telephone Network and DSLbased Broadband

More information

DATA TRANSMISSION. ermtiong. ermtiong

DATA TRANSMISSION. ermtiong. ermtiong DATA TRANSMISSION Analog Transmission Analog signal transmitted without regard to content May be analog or digital data Attenuated over distance Use amplifiers to boost signal Also amplifies noise DATA

More information

DASL 120 Introduction to Microcontrollers

DASL 120 Introduction to Microcontrollers DASL 120 Introduction to Microcontrollers Lecture 2 Introduction to 8-bit Microcontrollers Introduction to 8-bit Microcontrollers Introduction to 8-bit Microcontrollers Introduction to Atmel Atmega328

More information

DNT900. Low Cost 900 MHz FHSS Transceiver Module with I/O

DNT900. Low Cost 900 MHz FHSS Transceiver Module with I/O DEVELOPMENT KIT (Info Click here) 900 MHz Frequency Hopping Spread Spectrum Transceiver Point-to-point, Point-to-multipoint, Peer-to-peer and Tree-routing Networks Transmitter Power Configurable from 1

More information

CS 294-7: Wireless Local Area Networks. Professor Randy H. Katz CS Division University of California, Berkeley Berkeley, CA

CS 294-7: Wireless Local Area Networks. Professor Randy H. Katz CS Division University of California, Berkeley Berkeley, CA CS 294-7: Wireless Local Area Networks Professor Randy H. Katz CS Division University of California, Berkeley Berkeley, CA 94720-1776 1996 1 Desirable Features Ability to operate worldwide Minimize power

More information

An Example of robots with their sensors

An Example of robots with their sensors ROBOTICA 03CFIOR DAUIN Politecnico di Torino Mobile & Service Robotics Sensors for Robotics 1 An Example of robots with their sensors 3 Another example Omnivision Camera (360 ) Pan-Tilt-Zoom (PTZ) camera

More information

TSEK02: Radio Electronics Lecture 6: Propagation and Noise. Ted Johansson, EKS, ISY

TSEK02: Radio Electronics Lecture 6: Propagation and Noise. Ted Johansson, EKS, ISY TSEK02: Radio Electronics Lecture 6: Propagation and Noise Ted Johansson, EKS, ISY 2 Propagation and Noise - Channel and antenna: not in the Razavi book - Noise: 2.3 The wireless channel The antenna Signal

More information

An Example of robots with their sensors

An Example of robots with their sensors ROBOTICS 01PEEQW Basilio Bona DAUIN Politecnico di Torino Mobile & Service Robotics Sensors for Robotics 1 An Example of robots with their sensors Basilio Bona ROBOTICS 01PEEQW 3 Another example Omnivision

More information

Antenna & Propagation. Basic Radio Wave Propagation

Antenna & Propagation. Basic Radio Wave Propagation For updated version, please click on http://ocw.ump.edu.my Antenna & Propagation Basic Radio Wave Propagation by Nor Hadzfizah Binti Mohd Radi Faculty of Electric & Electronics Engineering hadzfizah@ump.edu.my

More information