SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE)
e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 6, Issue 3 (May. - Jun. 2013), PP 06-09
www.iosrjournals.org
www.iosrjournals.org 6 | Page
Efficient Design of Transceiver for Wireless Body Area Networks
R.Rajkumar
1
(Assistant Professor ECE Department, SVS College of Engineering)
Abstract : This paper investigates the efficient design of the PHY layer architecture for wireless body area
networks (WBAN), which targets on ultra-low power consumption with reliable quality of service (QoS). A low
cost baseband transceiver specification and a data processing flow are proposed with a comparatively low-
complexity control state machine. A multifunctional digital timing synchronization scheme is also proposed,
which can achieve packet synchronization and data recovery.
Keywords – Transceiver, TX Baseband, RX Baseband, WBAN
I. INTRODUCTION
Wireless sensor networks are poised to transform the way society interacts with the physical world,
driven by an explosion of systems research in sensor networks. The pursuit of higher quality of life motivates
people to be more concerned about their health and potential diseases. At the same time, many patients can
benefit from continuous monitoring of their diagnostic procedures. All these require a convenient healthcare
surveillance system to monitor people’s health status anytime anywhere, especially when people suffer an acute
event, such as a sudden heart attack. The tracking capability of such a system should also be able to provide
optimal maintenance after a surgical procedure and support early detection of abnormal health conditions.
Recent years have seen a burgeoning interest in embedded wireless sensor networks with applications
ranging from habitat monitoring to medical applications.Recent advances in sensors, integrated circuits, and
wireless communication are paving the way for developing miniature, lightweight, ultra-low power
physiological healthcare surveillance and monitoring devices for the improvement of human lives. These
devices can be integrated into wireless body area networks (WBANs) for health monitoring [1]. A WBAN
topology consists of a series of miniature invasive/non-invasive physiological sensors and is able to
communicate with other sensor nodes or with a central node [2]. The central node has higher computational
capability and communicates wirelessly with a personal server and subsequently the outside world through a
standard telecommunication infrastructure, such as wireless local area networks and cellular phone networks.
Potential applications of WBANs include chronic disease management, medical diagnostics, home-monitoring,
biometrics, and sports and fitness tracking, etc. [3], [4]. The power budget is quite strict for WBAN applications
because the wireless device is powered by a battery.
In this paper, an optimized low power low data rate digital baseband IC is proposed, and its
performance is analyzed in detail. The complete system requirements are illustrated in Table I. This chip is
designed for low data rate and low power consumption. The working environment is the indoor WBAN
application with 1 5 m working range. The specified raw data rate is 250 kb/s. The required signal-to-noise ratio
(SNR) for 1% PER is 17 dB. The target power consumption is less than 100 W. Benefiting from the novel low
complexity hardware architecture design and optimized hardware implementation, the proposed application-
specific integrated circuits (ASIC) can achieve lower power consumption as compared with [5]. The proposed
baseband transceiver is configured with a frequency-shift keying (FSK) modulation/demodulation module.
Specified physical layer (PHY) architecture is developed, which reduces the complexity of baseband processing
but maintains satisfactory performance
To recover precisely the timing and data information from an FSK demodulator, a novel
synchronization and data recovery (SDR) scheme is proposed that has comparatively low complexity. To
overcome the timing drift between the transmitter and receiver, a low-complexity sampling point realignment
scheme is proposed. This scheme shares the same hardware with the SDR scheme and can automatically adjust
to the correct sampling point during data transmission
Fig.1. Block diagram of a complete WBAN radio transceiver
Efficient Design of Transceiver for Wireless Body Area Networks
www.iosrjournals.org 7 | Page
II. TX BASEBAND
The complete system diagram of a WBAN radio transceiver is shown in Fig. 1. In the transmitter
block, the physical layer service data unit (PSDU) from the MAC layer is processed in the proposed transmitter
(TX) baseband processor module to generate a physical layer protocol data unit (PPDU) packet. The channel
coding and signal processing are performed on the PPDU in the TX baseband processor module, and the raw
data rate of the TX baseband processor module output is 250 kb/s. The baseband raw data is modulated by FSK
and then directly up-converted to a 2.45 GHz RF signal. In the receiver (RX) block, the received RF signal is
down-converted to a 2 MHz intermediate frequency (IF) signal and then demodulated by a low power FSK
demodulator. The demodulated signal is processed by the proposed RX baseband processor module. Following
that, the received PSDU is fed into the MAC layer.
To achieve ultra low power consumption, a low-complexity PHY specification is proposed. The signal
processing flow for TX and RX are presented in Figs. 2 and 3, respectively. In the TX module, the baseband
processor receives the PSDU from the MAC layer and constructs the PPDU. The permitted length of the PSDU
within one packet should be no larger than 127 octets, and this information is contained in the PHY header
(PHR) in octets. Once one packet of the PSDU is generated by the MAC layer, it is fed into TXFIFO and ready
for transmission. There is a Prefix MUX block controlled by the TX state control block to select the input of the
Hamming encoder block.
Fig.2. Block diagram of baseband TX
When a transmission command is sent from the MAC layer, the PHR is prefixed to the PSDU and sent
into the Hamming encoder block first. The input data of the Hamming encoder block is in serial sequence with 1
bit word-length. In our design, (8, 4) Hamming coding and 8 4 matrix interleaving are used as forward error
correction (FEC) coding and will be introduced in Section III.
For each consecutive 4 bits of input data, the Hamming encoder block generates 8 bits of output data
simultaneously, and thus the word-length of the Hamming encoder block output is 8 bits. The output data of the
Hamming encoder block is fed into the 8 4 matrix interleaving block to suppress the burst error. To eliminate
long strings of like bits that might impair receiver synchronization and to eliminate most periodic bit patterns
that could produce undesirable frequency components (including the dc component), the interleaved data
payload is first fed into a scrambling block and then coded by a Manchester encoder. The scrambling block
generates the scrambling code in serial sequence with 1 bit word-length. Here we use the sequence generator
with as the scrambler to achieve satisfactory performance and comparatively low complexity. The output data of
the interleaving block is in serial sequence with 1 bit word-length and is XORed with the generated scrambling
code. The scrambled data payload is fed into the Manchester encoder. The Manchester encoder converts the bit
―0‖ to bits ―01‖ and converts the bit ―1‖ to bits ―10,‖ and thus the total number of ―0‖ and ―1‖ can be balanced.
The output of the Manchester encoder is prefixed with the synchronization header (SHR) and is sent to the FSK
modulator for transmission.
III. RX BASEBAND
In the receiver module, the received data stream is the demodulated binary signals from the FSK
demodulator. We use the D flip-flop provided by the technology library to sample and to restore the analog
input. If the voltage of the input signal is higher than of the D flip-flop, the output of the D flip-flop will be ―1.‖
If the voltage of the input signal is lower than of the D flip-flop, the output of the D flip-flop will be ―0.‖ As
Efficient Design of Transceiver for Wireless Body Area Networks
www.iosrjournals.org 8 | Page
illustrated in Fig. 3, the signals are first serially fed into the synchronization and data recovery (SDR) block to
achieve synchronization and to recover the received data. The SDR block over-samples the incoming signal
using a shift register matrix block and calculates the correlation between the incoming data and the predefined
preamble sequence to achieve bit synchronization. The peak of the calculated correlation is continuously
detected. Once the peak value is found, the start-of-frame delimiter (SFD) Correlates block calculates the
correlations between the incoming data and the predefined SFD sequence, and the peak value is searched by the
following peak detector block. Once the peak value is found, the packet synchronization is confirmed.
Fig.3. Block diagram of baseband RX
The preamble sequence and SFD are removed and the Packet SYN block indicates to the RX State
Control block that the PHR and PSDU can be received. The SDR block also generates the 250 kHz clock, and
the RX State Control block selects the operation clock frequency of the RX baseband processor module which
can be between 4 MHz clock and 250 kHz clock. Manchester decoding is first performed on the received PHR
and PSDU data stream by detecting the first bit for every two continuous received bits.
Following that, the incoming data is descrambled, and the structure of the descrambling block is
identical to that of the scrambling block. The output of the descrambling block has a 1-bit word-length, and
XOR operations are completed with the incoming data bit by bit. Following that, the PHR and PSDU are fed
into the FEC decoding block, which includes the deinterleaving block and Hamming decoder block. The output
of the deinterleaving block has an 8-bit word-length and is fed into the Hamming decoder block. The Hamming
decoder block checks whether there is any error in the incoming data and corrects the error. If the Hamming
decoder block detects an error but cannot correct it, the receiver will stop receiving any data and the MAC layer
will request a retransmission of this packet. The PHR is decoded first and thus length information about the
PSDU can be obtained by the RX state control block. The word-length of the Hamming decoder block output is
4 bits, and there is a parallel to serial buffer, so that bits in the PSDU are fed into the RXFIFO in serial sequence
with 1 bit word-length, and is read by the MAC layer.
IV. RESULTS
To achieve performance optimization and a short design period, the proposed baseband transceiver
design requires a smooth and highly efficient design flow. VHDL RTL code is created to describe the PHY
system and SPI and is verified on a Xilinx field-programmable gate array (FPGA) test platform. It can be
observed that the derived analysis result can serves as an upper bound. From this figure, it can be found that
there is a significant performance gain after using FEC coding in terms of BER performance. Note that in this
section, we mainly focus on the performance comparison of analysis and measurement in an AWGN channel
due to the space limitation. However, the comparison for fading channels can easily be verified using similar
derivations. Our targeted operation clock frequency is 4 MHz, however, the fabricated baseband chip can still
work properly at the maximum clock frequency of 100 MHz, and thus the maximum accepted raw data rate is
6.25 Mb/s. The comparison of power consumption between the proposed chip and existing baseband
transceivers is provided in chart. Note that in this table, the power consumption of our proposed chip also
includes the operation of the TX/RX FIFO and the SPI control module.
Efficient Design of Transceiver for Wireless Body Area Networks
www.iosrjournals.org 9 | Page
Fig. 4 Simulated waveform of TX baseband
Fig. 5 Simulated waveform of RX baseband
V. CONCLUSION
In this paper, we proposed a low complexity baseband PHY transceiver IC. It is implemented in Xilinx
FPGA and consumes only 58mW and 59mW for TX and RX respectively at a 4 MHz operation clock
frequency. The measured PER performance and power consumption verify the satisfactory performance of the
proposed design. This digital baseband chip is extremely suitable for low-rate WBAN applications and can also
be used for other communication baseband PHY processing with scalable data rate.
REFERENCES
[1] R. Schmidt, T. Nörgall, J. Morsdorf, J. Bernhard, and T. Grün, ―Body area network BAN, a key infrastructure element for patient-
centered medical applications,‖ Biomed. Eng., vol. 47, pp. 365–368, 2002.
[2] G. Z. Yang, Body Sensor Networks. New York: Springer, 2006
[3] B. Lo, S. Thiemjarus, R. King, and G. Yang, ―Body sensor network—A wireless sensor platform for pervasive healthcare
monitoring,‖ in Proc 3rd Int. Conf. Pervasive Comput., 2005, pp. 77–80.
[4] J. Pansiot, R. C. King, D. G. Mcllwraith, B. P. L. Lo, and G. Z. Yang, ―ClimBSN: Climber performance monitoring with BSN,‖ in
Proc. IEEE 5th Int. Workshop Wearable Implantable Body Sensor Netw., Jun. 2008, pp. 33–36.
[5] X. Liu, M. W. Phyu, Y. S. Wang, B. Zhao, and Y. J. Zheng, ―An ultra low power baseband transceiver IC for wireless body area
networks,‖ in Proc. IEEE 5th Int.WorkshopWearable Implant. Body Sensor Netw., Jun. 2008, pp. 231–234.

Contenu connexe

Tendances (18)

Introduction to Mobile Core Network
Introduction to Mobile Core NetworkIntroduction to Mobile Core Network
Introduction to Mobile Core Network
 
GPRS Introduction
GPRS IntroductionGPRS Introduction
GPRS Introduction
 
Gprs
GprsGprs
Gprs
 
GPRS
GPRSGPRS
GPRS
 
Telecommunication network architecture
Telecommunication network architectureTelecommunication network architecture
Telecommunication network architecture
 
Gsm architecture, gsm network identities, network cases, cell planning, and c...
Gsm architecture, gsm network identities, network cases, cell planning, and c...Gsm architecture, gsm network identities, network cases, cell planning, and c...
Gsm architecture, gsm network identities, network cases, cell planning, and c...
 
GPRS
GPRSGPRS
GPRS
 
GPRS
GPRSGPRS
GPRS
 
GPRS : Architecture and Applications
GPRS : Architecture and ApplicationsGPRS : Architecture and Applications
GPRS : Architecture and Applications
 
Wireless Networks
Wireless NetworksWireless Networks
Wireless Networks
 
GPRS Technology
GPRS TechnologyGPRS Technology
GPRS Technology
 
Modul 7 gprs operation
Modul 7    gprs operationModul 7    gprs operation
Modul 7 gprs operation
 
Multiplexing,LAN Cabling,Routers,Core and Distribution Networks
Multiplexing,LAN Cabling,Routers,Core and Distribution NetworksMultiplexing,LAN Cabling,Routers,Core and Distribution Networks
Multiplexing,LAN Cabling,Routers,Core and Distribution Networks
 
3 g timer_value
3 g timer_value3 g timer_value
3 g timer_value
 
Ijebea14 238
Ijebea14 238Ijebea14 238
Ijebea14 238
 
Module 5 -_gprs_architecture
Module 5 -_gprs_architectureModule 5 -_gprs_architecture
Module 5 -_gprs_architecture
 
Modul 3 gsm procedures
Modul 3   gsm proceduresModul 3   gsm procedures
Modul 3 gsm procedures
 
GPRS(General Packet Radio Service)
GPRS(General Packet Radio Service)GPRS(General Packet Radio Service)
GPRS(General Packet Radio Service)
 

En vedette

Transceiver design
Transceiver designTransceiver design
Transceiver designChetan Soni
 
Transceiver design for single-cell and multi-cell downlink multiuser MIMO sys...
Transceiver design for single-cell and multi-cell downlink multiuser MIMO sys...Transceiver design for single-cell and multi-cell downlink multiuser MIMO sys...
Transceiver design for single-cell and multi-cell downlink multiuser MIMO sys...T. E. BOGALE
 
Design and implementation of sdr based qpsk transceiver using fpga
Design and implementation of sdr based qpsk transceiver using fpgaDesign and implementation of sdr based qpsk transceiver using fpga
Design and implementation of sdr based qpsk transceiver using fpgaTarik Kazaz
 
Dosimetric evaluation of the MLCs for irregular shaped radiation fields
Dosimetric evaluation of the MLCs for irregular shaped radiation fieldsDosimetric evaluation of the MLCs for irregular shaped radiation fields
Dosimetric evaluation of the MLCs for irregular shaped radiation fieldsIOSR Journals
 
Implementation of Mobile Banking in Bangladesh: Opportunities and Challenges
Implementation of Mobile Banking in Bangladesh: Opportunities and ChallengesImplementation of Mobile Banking in Bangladesh: Opportunities and Challenges
Implementation of Mobile Banking in Bangladesh: Opportunities and ChallengesIOSR Journals
 
The study of semiconductor layer effect on underground cables with Time Domai...
The study of semiconductor layer effect on underground cables with Time Domai...The study of semiconductor layer effect on underground cables with Time Domai...
The study of semiconductor layer effect on underground cables with Time Domai...IOSR Journals
 
Evaluation Of Analgesic And Anti Inflammatory Activity Of Siddha Drug Karuvil...
Evaluation Of Analgesic And Anti Inflammatory Activity Of Siddha Drug Karuvil...Evaluation Of Analgesic And Anti Inflammatory Activity Of Siddha Drug Karuvil...
Evaluation Of Analgesic And Anti Inflammatory Activity Of Siddha Drug Karuvil...IOSR Journals
 

En vedette (20)

Transceiver design
Transceiver designTransceiver design
Transceiver design
 
Transceiver design for single-cell and multi-cell downlink multiuser MIMO sys...
Transceiver design for single-cell and multi-cell downlink multiuser MIMO sys...Transceiver design for single-cell and multi-cell downlink multiuser MIMO sys...
Transceiver design for single-cell and multi-cell downlink multiuser MIMO sys...
 
Design and implementation of sdr based qpsk transceiver using fpga
Design and implementation of sdr based qpsk transceiver using fpgaDesign and implementation of sdr based qpsk transceiver using fpga
Design and implementation of sdr based qpsk transceiver using fpga
 
J012647278
J012647278J012647278
J012647278
 
Dosimetric evaluation of the MLCs for irregular shaped radiation fields
Dosimetric evaluation of the MLCs for irregular shaped radiation fieldsDosimetric evaluation of the MLCs for irregular shaped radiation fields
Dosimetric evaluation of the MLCs for irregular shaped radiation fields
 
F012533444
F012533444F012533444
F012533444
 
F011136467
F011136467F011136467
F011136467
 
C0121216
C0121216C0121216
C0121216
 
B013150813
B013150813B013150813
B013150813
 
L017127174
L017127174L017127174
L017127174
 
H012624853
H012624853H012624853
H012624853
 
L012247886
L012247886L012247886
L012247886
 
J012546068
J012546068J012546068
J012546068
 
Implementation of Mobile Banking in Bangladesh: Opportunities and Challenges
Implementation of Mobile Banking in Bangladesh: Opportunities and ChallengesImplementation of Mobile Banking in Bangladesh: Opportunities and Challenges
Implementation of Mobile Banking in Bangladesh: Opportunities and Challenges
 
J017145559
J017145559J017145559
J017145559
 
C1302020913
C1302020913C1302020913
C1302020913
 
C012521523
C012521523C012521523
C012521523
 
B012651523
B012651523B012651523
B012651523
 
The study of semiconductor layer effect on underground cables with Time Domai...
The study of semiconductor layer effect on underground cables with Time Domai...The study of semiconductor layer effect on underground cables with Time Domai...
The study of semiconductor layer effect on underground cables with Time Domai...
 
Evaluation Of Analgesic And Anti Inflammatory Activity Of Siddha Drug Karuvil...
Evaluation Of Analgesic And Anti Inflammatory Activity Of Siddha Drug Karuvil...Evaluation Of Analgesic And Anti Inflammatory Activity Of Siddha Drug Karuvil...
Evaluation Of Analgesic And Anti Inflammatory Activity Of Siddha Drug Karuvil...
 

Similaire à Efficient Design of Transceiver for Wireless Body Area Networks

Evaluation of STBC and Convolutional Code Performance for Wireless Communicat...
Evaluation of STBC and Convolutional Code Performance for Wireless Communicat...Evaluation of STBC and Convolutional Code Performance for Wireless Communicat...
Evaluation of STBC and Convolutional Code Performance for Wireless Communicat...theijes
 
Iaetsd stbc-ofdm downlink baseband receiver for mobile wman
Iaetsd stbc-ofdm downlink baseband receiver for mobile wmanIaetsd stbc-ofdm downlink baseband receiver for mobile wman
Iaetsd stbc-ofdm downlink baseband receiver for mobile wmanIaetsd Iaetsd
 
Performance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerPerformance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerIOSR Journals
 
Performance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerPerformance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerIOSR Journals
 
Design and Implementation of an Embedded System for Software Defined Radio
Design and Implementation of an Embedded System for Software Defined RadioDesign and Implementation of an Embedded System for Software Defined Radio
Design and Implementation of an Embedded System for Software Defined RadioIJECEIAES
 
L2 MAC LTE PROCEDURES revC
L2 MAC LTE PROCEDURES revCL2 MAC LTE PROCEDURES revC
L2 MAC LTE PROCEDURES revCVincent Daumont
 
Iaetsd ber performance of cdma, wcdma, ieee802.11g in awgn
Iaetsd ber performance of cdma, wcdma, ieee802.11g in awgnIaetsd ber performance of cdma, wcdma, ieee802.11g in awgn
Iaetsd ber performance of cdma, wcdma, ieee802.11g in awgnIaetsd Iaetsd
 
Comparative study of_digital_modulation (1)
Comparative study of_digital_modulation (1)Comparative study of_digital_modulation (1)
Comparative study of_digital_modulation (1)Bindia Kumari
 
REALIZATION OF TRANSMITTER AND RECEIVER ARCHITECTURE FOR DOWNLINK CHANNELS IN...
REALIZATION OF TRANSMITTER AND RECEIVER ARCHITECTURE FOR DOWNLINK CHANNELS IN...REALIZATION OF TRANSMITTER AND RECEIVER ARCHITECTURE FOR DOWNLINK CHANNELS IN...
REALIZATION OF TRANSMITTER AND RECEIVER ARCHITECTURE FOR DOWNLINK CHANNELS IN...VLSICS Design
 
6 article azojete vol 8 53 66
6 article azojete vol 8 53 666 article azojete vol 8 53 66
6 article azojete vol 8 53 66Oyeniyi Samuel
 
An efficient ultra-wideband digital transceiver for wireless applications on...
An efficient ultra-wideband digital transceiver for wireless  applications on...An efficient ultra-wideband digital transceiver for wireless  applications on...
An efficient ultra-wideband digital transceiver for wireless applications on...IJECEIAES
 
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...ijitjournal
 
SECURED TEXT MESSAGE TRANSMISSION IN PRE -CHANNEL EQUALIZATION BASED MIMO- OF...
SECURED TEXT MESSAGE TRANSMISSION IN PRE -CHANNEL EQUALIZATION BASED MIMO- OF...SECURED TEXT MESSAGE TRANSMISSION IN PRE -CHANNEL EQUALIZATION BASED MIMO- OF...
SECURED TEXT MESSAGE TRANSMISSION IN PRE -CHANNEL EQUALIZATION BASED MIMO- OF...IJNSA Journal
 

Similaire à Efficient Design of Transceiver for Wireless Body Area Networks (20)

Ijetcas14 518
Ijetcas14 518Ijetcas14 518
Ijetcas14 518
 
Ff34970973
Ff34970973Ff34970973
Ff34970973
 
Evaluation of STBC and Convolutional Code Performance for Wireless Communicat...
Evaluation of STBC and Convolutional Code Performance for Wireless Communicat...Evaluation of STBC and Convolutional Code Performance for Wireless Communicat...
Evaluation of STBC and Convolutional Code Performance for Wireless Communicat...
 
Iaetsd stbc-ofdm downlink baseband receiver for mobile wman
Iaetsd stbc-ofdm downlink baseband receiver for mobile wmanIaetsd stbc-ofdm downlink baseband receiver for mobile wman
Iaetsd stbc-ofdm downlink baseband receiver for mobile wman
 
Performance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerPerformance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical Layer
 
Performance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerPerformance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical Layer
 
Zigbee 802-15-4
Zigbee 802-15-4Zigbee 802-15-4
Zigbee 802-15-4
 
Co35503507
Co35503507Co35503507
Co35503507
 
Cdma
CdmaCdma
Cdma
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
Design and Implementation of an Embedded System for Software Defined Radio
Design and Implementation of an Embedded System for Software Defined RadioDesign and Implementation of an Embedded System for Software Defined Radio
Design and Implementation of an Embedded System for Software Defined Radio
 
L2 MAC LTE PROCEDURES revC
L2 MAC LTE PROCEDURES revCL2 MAC LTE PROCEDURES revC
L2 MAC LTE PROCEDURES revC
 
Ln3619761985
Ln3619761985Ln3619761985
Ln3619761985
 
Iaetsd ber performance of cdma, wcdma, ieee802.11g in awgn
Iaetsd ber performance of cdma, wcdma, ieee802.11g in awgnIaetsd ber performance of cdma, wcdma, ieee802.11g in awgn
Iaetsd ber performance of cdma, wcdma, ieee802.11g in awgn
 
Comparative study of_digital_modulation (1)
Comparative study of_digital_modulation (1)Comparative study of_digital_modulation (1)
Comparative study of_digital_modulation (1)
 
REALIZATION OF TRANSMITTER AND RECEIVER ARCHITECTURE FOR DOWNLINK CHANNELS IN...
REALIZATION OF TRANSMITTER AND RECEIVER ARCHITECTURE FOR DOWNLINK CHANNELS IN...REALIZATION OF TRANSMITTER AND RECEIVER ARCHITECTURE FOR DOWNLINK CHANNELS IN...
REALIZATION OF TRANSMITTER AND RECEIVER ARCHITECTURE FOR DOWNLINK CHANNELS IN...
 
6 article azojete vol 8 53 66
6 article azojete vol 8 53 666 article azojete vol 8 53 66
6 article azojete vol 8 53 66
 
An efficient ultra-wideband digital transceiver for wireless applications on...
An efficient ultra-wideband digital transceiver for wireless  applications on...An efficient ultra-wideband digital transceiver for wireless  applications on...
An efficient ultra-wideband digital transceiver for wireless applications on...
 
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...
Hardware implementation of (63, 51) bch encoder and decoder for wban using lf...
 
SECURED TEXT MESSAGE TRANSMISSION IN PRE -CHANNEL EQUALIZATION BASED MIMO- OF...
SECURED TEXT MESSAGE TRANSMISSION IN PRE -CHANNEL EQUALIZATION BASED MIMO- OF...SECURED TEXT MESSAGE TRANSMISSION IN PRE -CHANNEL EQUALIZATION BASED MIMO- OF...
SECURED TEXT MESSAGE TRANSMISSION IN PRE -CHANNEL EQUALIZATION BASED MIMO- OF...
 

Plus de IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Dernier

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 

Dernier (20)

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 

Efficient Design of Transceiver for Wireless Body Area Networks

  • 1. IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 6, Issue 3 (May. - Jun. 2013), PP 06-09 www.iosrjournals.org www.iosrjournals.org 6 | Page Efficient Design of Transceiver for Wireless Body Area Networks R.Rajkumar 1 (Assistant Professor ECE Department, SVS College of Engineering) Abstract : This paper investigates the efficient design of the PHY layer architecture for wireless body area networks (WBAN), which targets on ultra-low power consumption with reliable quality of service (QoS). A low cost baseband transceiver specification and a data processing flow are proposed with a comparatively low- complexity control state machine. A multifunctional digital timing synchronization scheme is also proposed, which can achieve packet synchronization and data recovery. Keywords – Transceiver, TX Baseband, RX Baseband, WBAN I. INTRODUCTION Wireless sensor networks are poised to transform the way society interacts with the physical world, driven by an explosion of systems research in sensor networks. The pursuit of higher quality of life motivates people to be more concerned about their health and potential diseases. At the same time, many patients can benefit from continuous monitoring of their diagnostic procedures. All these require a convenient healthcare surveillance system to monitor people’s health status anytime anywhere, especially when people suffer an acute event, such as a sudden heart attack. The tracking capability of such a system should also be able to provide optimal maintenance after a surgical procedure and support early detection of abnormal health conditions. Recent years have seen a burgeoning interest in embedded wireless sensor networks with applications ranging from habitat monitoring to medical applications.Recent advances in sensors, integrated circuits, and wireless communication are paving the way for developing miniature, lightweight, ultra-low power physiological healthcare surveillance and monitoring devices for the improvement of human lives. These devices can be integrated into wireless body area networks (WBANs) for health monitoring [1]. A WBAN topology consists of a series of miniature invasive/non-invasive physiological sensors and is able to communicate with other sensor nodes or with a central node [2]. The central node has higher computational capability and communicates wirelessly with a personal server and subsequently the outside world through a standard telecommunication infrastructure, such as wireless local area networks and cellular phone networks. Potential applications of WBANs include chronic disease management, medical diagnostics, home-monitoring, biometrics, and sports and fitness tracking, etc. [3], [4]. The power budget is quite strict for WBAN applications because the wireless device is powered by a battery. In this paper, an optimized low power low data rate digital baseband IC is proposed, and its performance is analyzed in detail. The complete system requirements are illustrated in Table I. This chip is designed for low data rate and low power consumption. The working environment is the indoor WBAN application with 1 5 m working range. The specified raw data rate is 250 kb/s. The required signal-to-noise ratio (SNR) for 1% PER is 17 dB. The target power consumption is less than 100 W. Benefiting from the novel low complexity hardware architecture design and optimized hardware implementation, the proposed application- specific integrated circuits (ASIC) can achieve lower power consumption as compared with [5]. The proposed baseband transceiver is configured with a frequency-shift keying (FSK) modulation/demodulation module. Specified physical layer (PHY) architecture is developed, which reduces the complexity of baseband processing but maintains satisfactory performance To recover precisely the timing and data information from an FSK demodulator, a novel synchronization and data recovery (SDR) scheme is proposed that has comparatively low complexity. To overcome the timing drift between the transmitter and receiver, a low-complexity sampling point realignment scheme is proposed. This scheme shares the same hardware with the SDR scheme and can automatically adjust to the correct sampling point during data transmission Fig.1. Block diagram of a complete WBAN radio transceiver
  • 2. Efficient Design of Transceiver for Wireless Body Area Networks www.iosrjournals.org 7 | Page II. TX BASEBAND The complete system diagram of a WBAN radio transceiver is shown in Fig. 1. In the transmitter block, the physical layer service data unit (PSDU) from the MAC layer is processed in the proposed transmitter (TX) baseband processor module to generate a physical layer protocol data unit (PPDU) packet. The channel coding and signal processing are performed on the PPDU in the TX baseband processor module, and the raw data rate of the TX baseband processor module output is 250 kb/s. The baseband raw data is modulated by FSK and then directly up-converted to a 2.45 GHz RF signal. In the receiver (RX) block, the received RF signal is down-converted to a 2 MHz intermediate frequency (IF) signal and then demodulated by a low power FSK demodulator. The demodulated signal is processed by the proposed RX baseband processor module. Following that, the received PSDU is fed into the MAC layer. To achieve ultra low power consumption, a low-complexity PHY specification is proposed. The signal processing flow for TX and RX are presented in Figs. 2 and 3, respectively. In the TX module, the baseband processor receives the PSDU from the MAC layer and constructs the PPDU. The permitted length of the PSDU within one packet should be no larger than 127 octets, and this information is contained in the PHY header (PHR) in octets. Once one packet of the PSDU is generated by the MAC layer, it is fed into TXFIFO and ready for transmission. There is a Prefix MUX block controlled by the TX state control block to select the input of the Hamming encoder block. Fig.2. Block diagram of baseband TX When a transmission command is sent from the MAC layer, the PHR is prefixed to the PSDU and sent into the Hamming encoder block first. The input data of the Hamming encoder block is in serial sequence with 1 bit word-length. In our design, (8, 4) Hamming coding and 8 4 matrix interleaving are used as forward error correction (FEC) coding and will be introduced in Section III. For each consecutive 4 bits of input data, the Hamming encoder block generates 8 bits of output data simultaneously, and thus the word-length of the Hamming encoder block output is 8 bits. The output data of the Hamming encoder block is fed into the 8 4 matrix interleaving block to suppress the burst error. To eliminate long strings of like bits that might impair receiver synchronization and to eliminate most periodic bit patterns that could produce undesirable frequency components (including the dc component), the interleaved data payload is first fed into a scrambling block and then coded by a Manchester encoder. The scrambling block generates the scrambling code in serial sequence with 1 bit word-length. Here we use the sequence generator with as the scrambler to achieve satisfactory performance and comparatively low complexity. The output data of the interleaving block is in serial sequence with 1 bit word-length and is XORed with the generated scrambling code. The scrambled data payload is fed into the Manchester encoder. The Manchester encoder converts the bit ―0‖ to bits ―01‖ and converts the bit ―1‖ to bits ―10,‖ and thus the total number of ―0‖ and ―1‖ can be balanced. The output of the Manchester encoder is prefixed with the synchronization header (SHR) and is sent to the FSK modulator for transmission. III. RX BASEBAND In the receiver module, the received data stream is the demodulated binary signals from the FSK demodulator. We use the D flip-flop provided by the technology library to sample and to restore the analog input. If the voltage of the input signal is higher than of the D flip-flop, the output of the D flip-flop will be ―1.‖ If the voltage of the input signal is lower than of the D flip-flop, the output of the D flip-flop will be ―0.‖ As
  • 3. Efficient Design of Transceiver for Wireless Body Area Networks www.iosrjournals.org 8 | Page illustrated in Fig. 3, the signals are first serially fed into the synchronization and data recovery (SDR) block to achieve synchronization and to recover the received data. The SDR block over-samples the incoming signal using a shift register matrix block and calculates the correlation between the incoming data and the predefined preamble sequence to achieve bit synchronization. The peak of the calculated correlation is continuously detected. Once the peak value is found, the start-of-frame delimiter (SFD) Correlates block calculates the correlations between the incoming data and the predefined SFD sequence, and the peak value is searched by the following peak detector block. Once the peak value is found, the packet synchronization is confirmed. Fig.3. Block diagram of baseband RX The preamble sequence and SFD are removed and the Packet SYN block indicates to the RX State Control block that the PHR and PSDU can be received. The SDR block also generates the 250 kHz clock, and the RX State Control block selects the operation clock frequency of the RX baseband processor module which can be between 4 MHz clock and 250 kHz clock. Manchester decoding is first performed on the received PHR and PSDU data stream by detecting the first bit for every two continuous received bits. Following that, the incoming data is descrambled, and the structure of the descrambling block is identical to that of the scrambling block. The output of the descrambling block has a 1-bit word-length, and XOR operations are completed with the incoming data bit by bit. Following that, the PHR and PSDU are fed into the FEC decoding block, which includes the deinterleaving block and Hamming decoder block. The output of the deinterleaving block has an 8-bit word-length and is fed into the Hamming decoder block. The Hamming decoder block checks whether there is any error in the incoming data and corrects the error. If the Hamming decoder block detects an error but cannot correct it, the receiver will stop receiving any data and the MAC layer will request a retransmission of this packet. The PHR is decoded first and thus length information about the PSDU can be obtained by the RX state control block. The word-length of the Hamming decoder block output is 4 bits, and there is a parallel to serial buffer, so that bits in the PSDU are fed into the RXFIFO in serial sequence with 1 bit word-length, and is read by the MAC layer. IV. RESULTS To achieve performance optimization and a short design period, the proposed baseband transceiver design requires a smooth and highly efficient design flow. VHDL RTL code is created to describe the PHY system and SPI and is verified on a Xilinx field-programmable gate array (FPGA) test platform. It can be observed that the derived analysis result can serves as an upper bound. From this figure, it can be found that there is a significant performance gain after using FEC coding in terms of BER performance. Note that in this section, we mainly focus on the performance comparison of analysis and measurement in an AWGN channel due to the space limitation. However, the comparison for fading channels can easily be verified using similar derivations. Our targeted operation clock frequency is 4 MHz, however, the fabricated baseband chip can still work properly at the maximum clock frequency of 100 MHz, and thus the maximum accepted raw data rate is 6.25 Mb/s. The comparison of power consumption between the proposed chip and existing baseband transceivers is provided in chart. Note that in this table, the power consumption of our proposed chip also includes the operation of the TX/RX FIFO and the SPI control module.
  • 4. Efficient Design of Transceiver for Wireless Body Area Networks www.iosrjournals.org 9 | Page Fig. 4 Simulated waveform of TX baseband Fig. 5 Simulated waveform of RX baseband V. CONCLUSION In this paper, we proposed a low complexity baseband PHY transceiver IC. It is implemented in Xilinx FPGA and consumes only 58mW and 59mW for TX and RX respectively at a 4 MHz operation clock frequency. The measured PER performance and power consumption verify the satisfactory performance of the proposed design. This digital baseband chip is extremely suitable for low-rate WBAN applications and can also be used for other communication baseband PHY processing with scalable data rate. REFERENCES [1] R. Schmidt, T. Nörgall, J. Morsdorf, J. Bernhard, and T. Grün, ―Body area network BAN, a key infrastructure element for patient- centered medical applications,‖ Biomed. Eng., vol. 47, pp. 365–368, 2002. [2] G. Z. Yang, Body Sensor Networks. New York: Springer, 2006 [3] B. Lo, S. Thiemjarus, R. King, and G. Yang, ―Body sensor network—A wireless sensor platform for pervasive healthcare monitoring,‖ in Proc 3rd Int. Conf. Pervasive Comput., 2005, pp. 77–80. [4] J. Pansiot, R. C. King, D. G. Mcllwraith, B. P. L. Lo, and G. Z. Yang, ―ClimBSN: Climber performance monitoring with BSN,‖ in Proc. IEEE 5th Int. Workshop Wearable Implantable Body Sensor Netw., Jun. 2008, pp. 33–36. [5] X. Liu, M. W. Phyu, Y. S. Wang, B. Zhao, and Y. J. Zheng, ―An ultra low power baseband transceiver IC for wireless body area networks,‖ in Proc. IEEE 5th Int.WorkshopWearable Implant. Body Sensor Netw., Jun. 2008, pp. 231–234.