SlideShare a Scribd company logo
1 of 4
Download to read offline
A PWM modulator for wireless infrared communication
Mesut Koyuncu, Chris van den Bos and Wouter A. Serdijn
Delft University of Technology
Faculty of Information Technology and Systems
Dept. Electrical Engineering
Electronics Research Laboratory
Mekelweg 4, 2628 CD Delft, the Netherlands
Abstract—The modulation scheme to be used in a
particular wireless infrared communication system
is OFDM (Orthogonal Frequency Division Multi-
plexing), due to its suitability to achieve high data-
rates in frequency selective, fading channels. How-
ever, OFDM is very sensitive to non-linear dis-
tortion and highly power-inefficient. PWM (Pulse
Width Modulation) is a more power-efficient mod-
ulation scheme which is virtually insensitive to non-
linearity, thus allowing the use of e.g. highly effi-
cient laser diodes as light emitters. A combination
of OFDM and FM has been proposed in [1] and
yielded promising results.
Here, PWM instead of FM is used. First, OFDM
modulation is applied to the information. Then
PWM modulation is used to render the signal suit-
able for transport over a non-linear channel.
In the paper, the PWM modulator system de-
sign is presented, the circuit design is described,
and measurement results on a discrete-component
modulator implementation are discussed.
I. Introduction
In this paper, the design of a PWM modulator for
an infrared transmitter in a high-speed wireless in-
frared link is described. A block diagram of the sys-
tem is depicted in fig. 1. The link is to be used for the
transmission of video data to and from mobile users.
To minimize power consumption, it is important to
choose an efficient modulation scheme, i.e. one that
is capable of achieving bitrates close to the channel
limit. One such modulation scheme is OFDM. How-
ever, OFDM is very sensitive to non-linearity. High-
efficiency light emitters, such as laser diodes, are non-
linear, thereby prohibiting the use of OFDM directly.
The use of linear devices, such as light emitting diodes
(LEDs) on the other hand, increases power consump-
tion and lowers the maximum attainable datarate.
OFDM
modulation
(DSP)
PWM
modulation
digital to
analog
conversion
data in
laser driver
laser
clock
Fig. 1. Block diagram of the transmitter under consider-
ation. The focus is on the PWM modulator.
The goal of this paper is to find a good way to com-
bine OFDM modulation with a non-linear light emit-
ter such as a laser diode.
In literature, several approaches to solve problems
of OFDM with non-linearity can be found. An ap-
proach suitable for “smooth” non-linearities is the use
of coding [1], but the laser does not behave as a smooth
non-linearity. Another approach is compensation of
the distortion using knowledge on the transfer char-
acteristic [2]. However, the knowledge on the non-
linearity of the laser diode is limited and the non-
linearity is dynamic as well. An approach more inter-
esting from a complexity point of view is the trans-
formation of the OFDM signal to another modulation
scheme which is insensitive to non-linearity before ap-
plying it to the laser. In [3] an OFDM signal is FM
modulated before transmission, which makes it insen-
sitive to non-linearity. The advantages of OFDM were
retained. Here, PWM instead of FM will be used.
The structure of this paper is as follows. In sec-
tion II, the specifications of the PWM modulator are
given and using these, a choice for a particular PWM
modulator system is made. In section III, the design
of the circuit itself is presented. In section IV, con-
clusions are presented.
II. Choice of PWM modulator
In this section, the principle of the PWM modulator
is discussed and a suitable topology is chosen.
The main specifications for the PWM modulator
are
1. time-discrete input signal, value ±1V from a DSP
2. DSP clock signal available, 0-5V signal levels
3. 107 PWM symbols per second
4. output signal: a current with value 1mA ↔ “1”,
0mA ↔ “0”
A PWM signal consists of pulses that have a width
which is proportional to the input signal level. This
implies that the input signal level should be constant
during the period of one PWM pulse, i.e. only discrete-
time (sampled) or digital input signals can be con-
verted to a PWM signal. In addition, the PWM pulses
ISBN: 90-73461-24-3 351 c STW-2000 09 26-02:57
Mesut Koyuncu, Chris van den Bos and Wouter A. Serdijn
can be at the beginning or end of the symbol period,
or they can be centered.
In this section, two ways of generating a PWM sig-
nal are discussed. The first one digitally generates a
PWM signal. The second one uses a discrete-time ver-
sion of the input signal to generate the PWM signal.
The second option is chosen. Also, a choice is made
for a centered PWM pulse, as will be motivated later
on.
A. Direct digital generation of PWM
In direct-digital generation of a PWM signal, the
width of a PWM pulse corresponds to the value of the
signal to be modulated. Suppose there are 2N possi-
ble signal levels, i.e. N-bit words. Then each PWM
pulse period must be dividable into 2 ∗ 2N subslots to
achieve the same resolution as the input signal. This
is indicated for N = 2 in fig. 2. In the case under
consideration, the number of slots per PWM symbol
period would be 2∗28 = 512; combined with 107 sym-
bols per second, this would require a digital clock of
5.12GHz. This is an unacceptably high value, espe-
cially due to the high power consumption a circuit
would have with this clock frequency. For this reason,
this option is not considered any further.
sampled input signal (four-
level)
PWM signal (four possible
widths)
time
time
0
1
2
3
Fig. 2. Direct digital generation of a PWM signal.
B. Uniformly sampled PWM
The principal blockdiagram of a uniformly-sampled
PWM modulator is shown in fig. 3. To achieve syn-
chronous sampling and conversion, the DSP clock sig-
nal is used to generate the carrier wave. A triangular
carrier wave is chosen. If a sawtooth carrier wave
would be used, the circuits would have to have a high
bandwidth as many higher harmonics would still be
important. A triangular wave has much less domi-
nant higher harmonics (it already looks sort of like a
sinewave). The resulting PWM has centered PWM
pulses.
sampled signal in PWM out
triangle generator
hard limiter
_
+
Fig. 3. Block diagram of a uniformly sampled PWM gen-
erator.
In constrast to the direct digital generation of the
PWM signal, this solution does not require a high-
frequency clock signal. Therefore, the power con-
sumption can be expected to be lower and the im-
plementation simpler.
III. Circuit design
In this section, the design of the PWM modulator
circuit is described. Mostly, the method first proposed
in [4] has been followed. Due to time constraints, the
design employs discrete components. It can, however,
be ported to an integrated circuit in due time.
Two functions need to be implemented:
• a triangular signal generator
• a comparator
The complete schematic can be seen in figure 5.
A. Triangular signal generator
The clock signal of the DSP is a square-wave. A
zero-mean square-wave can be converted to a triangu-
lar wave by means of integration. Thus, a voltage-to-
voltage integrator is a simple option to generate a tri-
angular signal. This integrator, ideally implemented
by a nullor, a resistor, and a capacitor, is depicted in
figure 4.
The transfer of this integrator is
Vo(s)
Vi(s)
= −
1
sRC
(1)
nullor
Vi
+
Vo
+
_
R
C
Fig. 4. The voltage-to-voltage integrator using a resistor,
a capacitor, and a nullor.
352 Proceedings of the ProRISC/IEEE workshop
A PWM modulator for wireless infrared communication
,,
,,
,
,
,,
,,22k 27p
100k
100k
1.8p
1.8p
3.9p
56k
15 15
1.5k 1.5k
220
220
470
470
390
2.3V
Load (model)clock
signal source
(from D/A)
1mA 0.2mA 0.5mA 2.5mA 2.5mA
VCC
5V
integrator comparator output buffer
Fig. 5. Total circuit diagram of the PWM modulator.
The frequency of the input signal is 10MHz, and the
amplitude of the sampled input signal is 1V; therefore
the amplitude of the triangular wave should be at least
1V as well. Then RC < 62.5 ns. A value of 22k for
the resistor, and 3.9pF for the capacitor have been
chosen.
The nullor implementation consists of a differential
pair with current mirror and a common-collector stage
at the output for extra loopgain. For proper biasing,
a resistor has been added in parallel to the integra-
tion capacitor. To reject the DC component in the
clock signal, a small capacitor has been put in series
with the integration resistor. In order to compensate
for offset introduced by DC currents through the re-
sistor in parallel with the integration capacitor, the
same (signal) resistance has been put in series with
the other base of the differential pair.
B. Comparator
The comparator consists of two differential pairs in
cascade, and a buffer output stage. To one input,
the sampled signal is applied. To the other input the
triangular signal generator is connected. The output
stage is required to adapt the PWM signal to the laser
driver circuit modeled by “load” in figure 5. Due to
the buffer stage, a current of either 0 or 1mA will flow
through the input of the laser driver circuit.
C. Measurement results
Unfortunately, due to time limitations, no measure-
ment results can be shown. However, preliminary
measurements indicate that the circuit is functioning
correctly.
IV. Conclusions
In this paper, the design of a PWM modulator for a
high-speed wireless infrared link has been presented.
It has been shown that direct digital generation of a
PWM signal was not feasible, but that a uniformly
sampled PWM signal could be generated by using a
discrete-time input signal. The modulator has been
built and preliminary measurements show promising
results.
References
[1] R. van Nee and A. de Wild, “Reducing the peak-to-average
power ratio of OFDM,” in proceedings Vehicular Technology
Conference, (Ottawa, Canada), pp. 2072–2076, 1998.
[2] S. Andreoli, H. G. McClure, P. Banelli, and S. Cacopardi,
“Digital linearizer for RF amplifiers,” IEEE Tran. Broad-
casting, vol. 43, pp. 12–19, March 1997.
[3] E. F. Casas and C. Leung, “OFDM for data communications
over mobile radio FM channels-part i:analysis and exper-
imental results,” IEEE Transactions on Communications,
vol. 39, pp. 783–793, May 1991.
[4] E. H. Nordholt, Design of High-Performance Negative-
Feedback amplifiers. Amsterdam: Elsevier, 1980.
November 30 – December 1, 2000 353
A pwm modulator

More Related Content

What's hot

Digital communication viva questions
Digital communication viva questionsDigital communication viva questions
Digital communication viva questionsishan0019
 
Pulse amplitude modulation & demodulation
Pulse amplitude modulation & demodulationPulse amplitude modulation & demodulation
Pulse amplitude modulation & demodulationVishal kakade
 
Chapter 6m
Chapter 6mChapter 6m
Chapter 6mwafaa_A7
 
Introduction to communication system lecture5
Introduction to communication system lecture5Introduction to communication system lecture5
Introduction to communication system lecture5Jumaan Ally Mohamed
 
Ch4 linear modulation pg 111
Ch4 linear modulation pg 111Ch4 linear modulation pg 111
Ch4 linear modulation pg 111Prateek Omer
 
Communication Engineering- Unit 1
Communication Engineering- Unit 1Communication Engineering- Unit 1
Communication Engineering- Unit 1RemyaRoseS
 
Introduction to modulation and demodulation
Introduction to modulation and demodulationIntroduction to modulation and demodulation
Introduction to modulation and demodulationMahmut Yildiz
 
ADDITTIVE WHITE GAUSIAN NOIS ( AWGN)
ADDITTIVE WHITE GAUSIAN NOIS ( AWGN)ADDITTIVE WHITE GAUSIAN NOIS ( AWGN)
ADDITTIVE WHITE GAUSIAN NOIS ( AWGN)mohammedalimahdi
 
Ofdm-cpm Ber Performance and FOBP Under IEEE802.16 Scenario
Ofdm-cpm Ber Performance and FOBP Under IEEE802.16 ScenarioOfdm-cpm Ber Performance and FOBP Under IEEE802.16 Scenario
Ofdm-cpm Ber Performance and FOBP Under IEEE802.16 ScenarioCSCJournals
 
PULSE CODE MODULATION (PCM)
PULSE CODE MODULATION (PCM)PULSE CODE MODULATION (PCM)
PULSE CODE MODULATION (PCM)vishnudharan11
 
Communication system 1 chapter 3 - part 1
Communication system 1 chapter 3 - part 1Communication system 1 chapter 3 - part 1
Communication system 1 chapter 3 - part 1BetelihemMesfin1
 
Pulse modulation
Pulse modulationPulse modulation
Pulse modulationavocado1111
 

What's hot (20)

Digital communication viva questions
Digital communication viva questionsDigital communication viva questions
Digital communication viva questions
 
Pulse amplitude modulation & demodulation
Pulse amplitude modulation & demodulationPulse amplitude modulation & demodulation
Pulse amplitude modulation & demodulation
 
Chapter 6m
Chapter 6mChapter 6m
Chapter 6m
 
Unit 3 ppt
Unit 3 pptUnit 3 ppt
Unit 3 ppt
 
Introduction to communication system lecture5
Introduction to communication system lecture5Introduction to communication system lecture5
Introduction to communication system lecture5
 
Lecture 4
Lecture 4Lecture 4
Lecture 4
 
Ch4 linear modulation pg 111
Ch4 linear modulation pg 111Ch4 linear modulation pg 111
Ch4 linear modulation pg 111
 
Communication Engineering- Unit 1
Communication Engineering- Unit 1Communication Engineering- Unit 1
Communication Engineering- Unit 1
 
carrier synchronization
carrier synchronizationcarrier synchronization
carrier synchronization
 
Introduction to modulation and demodulation
Introduction to modulation and demodulationIntroduction to modulation and demodulation
Introduction to modulation and demodulation
 
ADDITTIVE WHITE GAUSIAN NOIS ( AWGN)
ADDITTIVE WHITE GAUSIAN NOIS ( AWGN)ADDITTIVE WHITE GAUSIAN NOIS ( AWGN)
ADDITTIVE WHITE GAUSIAN NOIS ( AWGN)
 
Dc lab Manual
Dc lab ManualDc lab Manual
Dc lab Manual
 
Ofdm-cpm Ber Performance and FOBP Under IEEE802.16 Scenario
Ofdm-cpm Ber Performance and FOBP Under IEEE802.16 ScenarioOfdm-cpm Ber Performance and FOBP Under IEEE802.16 Scenario
Ofdm-cpm Ber Performance and FOBP Under IEEE802.16 Scenario
 
Digital communications
Digital communications  Digital communications
Digital communications
 
PULSE CODE MODULATION (PCM)
PULSE CODE MODULATION (PCM)PULSE CODE MODULATION (PCM)
PULSE CODE MODULATION (PCM)
 
Communication system 1 chapter 3 - part 1
Communication system 1 chapter 3 - part 1Communication system 1 chapter 3 - part 1
Communication system 1 chapter 3 - part 1
 
Pulse modulation
Pulse modulationPulse modulation
Pulse modulation
 
Pcm
PcmPcm
Pcm
 
Digital modulation
Digital modulationDigital modulation
Digital modulation
 
communication system ch1
communication system ch1communication system ch1
communication system ch1
 

Similar to A pwm modulator

pulse width modulated inverter techniques
pulse width modulated inverter techniquespulse width modulated inverter techniques
pulse width modulated inverter techniquesSAURABH KUMAR
 
8th Sem Subject Ofc 8th chapter notes by Lohith kumar 11GUEE6018
8th Sem Subject Ofc 8th chapter notes by Lohith kumar 11GUEE60188th Sem Subject Ofc 8th chapter notes by Lohith kumar 11GUEE6018
8th Sem Subject Ofc 8th chapter notes by Lohith kumar 11GUEE6018UVCE
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
Efitra1006
Efitra1006Efitra1006
Efitra1006matavulj
 
A new precision peak detector full wave rectifier
A new precision peak detector full wave rectifierA new precision peak detector full wave rectifier
A new precision peak detector full wave rectifierVishal kakade
 
Project_Kaveh & Mohammad
Project_Kaveh & MohammadProject_Kaveh & Mohammad
Project_Kaveh & MohammadKaveh Dehno
 
Optimized Hybrid Phase Disposition PWM Control Method for Multilevel Inverter
Optimized Hybrid Phase Disposition PWM Control Method for Multilevel InverterOptimized Hybrid Phase Disposition PWM Control Method for Multilevel Inverter
Optimized Hybrid Phase Disposition PWM Control Method for Multilevel InverterIDES Editor
 
Power Efficiency Improvement in CE-OFDM System With 0 dB IBO for Transmission...
Power Efficiency Improvement in CE-OFDM System With 0 dB IBO for Transmission...Power Efficiency Improvement in CE-OFDM System With 0 dB IBO for Transmission...
Power Efficiency Improvement in CE-OFDM System With 0 dB IBO for Transmission...CSCJournals
 
DSP Third Class.ppsx
DSP Third Class.ppsxDSP Third Class.ppsx
DSP Third Class.ppsxHebaEng
 
Raspberry pi Part 16
Raspberry pi Part 16Raspberry pi Part 16
Raspberry pi Part 16Techvilla
 
High Speed, Low Offset, Low Power, Fully Dynamic Cmos Latched Comparator
High Speed, Low Offset, Low Power, Fully Dynamic Cmos Latched ComparatorHigh Speed, Low Offset, Low Power, Fully Dynamic Cmos Latched Comparator
High Speed, Low Offset, Low Power, Fully Dynamic Cmos Latched Comparatoriosrjce
 
Design of an ADC using High Precision Comparator with Time Domain Offset Canc...
Design of an ADC using High Precision Comparator with Time Domain Offset Canc...Design of an ADC using High Precision Comparator with Time Domain Offset Canc...
Design of an ADC using High Precision Comparator with Time Domain Offset Canc...IJTET Journal
 
Improving the error performance of offset pulse position modulation using Re...
Improving the error performance of offset pulse position  modulation using Re...Improving the error performance of offset pulse position  modulation using Re...
Improving the error performance of offset pulse position modulation using Re...IJECEIAES
 
Design of Low Power & High Speed Comparator with 0.18μm Technology for ADC Ap...
Design of Low Power & High Speed Comparator with 0.18μm Technology for ADC Ap...Design of Low Power & High Speed Comparator with 0.18μm Technology for ADC Ap...
Design of Low Power & High Speed Comparator with 0.18μm Technology for ADC Ap...IJERA Editor
 
HARMONIC ANALYSIS OF THREE LEVEL DIODE CLAMPED INVERTER
HARMONIC ANALYSIS OF THREE LEVEL DIODE CLAMPED INVERTERHARMONIC ANALYSIS OF THREE LEVEL DIODE CLAMPED INVERTER
HARMONIC ANALYSIS OF THREE LEVEL DIODE CLAMPED INVERTERJournal For Research
 
Design of Two CMOS Differential Amplifiers
Design of Two CMOS Differential AmplifiersDesign of Two CMOS Differential Amplifiers
Design of Two CMOS Differential Amplifiersbastrikov
 
PWM control techniques for three phase three level inverter drives
PWM control techniques for three phase three level inverter drivesPWM control techniques for three phase three level inverter drives
PWM control techniques for three phase three level inverter drivesTELKOMNIKA JOURNAL
 

Similar to A pwm modulator (20)

pulse width modulated inverter techniques
pulse width modulated inverter techniquespulse width modulated inverter techniques
pulse width modulated inverter techniques
 
8th Sem Subject Ofc 8th chapter notes by Lohith kumar 11GUEE6018
8th Sem Subject Ofc 8th chapter notes by Lohith kumar 11GUEE60188th Sem Subject Ofc 8th chapter notes by Lohith kumar 11GUEE6018
8th Sem Subject Ofc 8th chapter notes by Lohith kumar 11GUEE6018
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Efitra1006
Efitra1006Efitra1006
Efitra1006
 
A new precision peak detector full wave rectifier
A new precision peak detector full wave rectifierA new precision peak detector full wave rectifier
A new precision peak detector full wave rectifier
 
Project_Kaveh & Mohammad
Project_Kaveh & MohammadProject_Kaveh & Mohammad
Project_Kaveh & Mohammad
 
Optimized Hybrid Phase Disposition PWM Control Method for Multilevel Inverter
Optimized Hybrid Phase Disposition PWM Control Method for Multilevel InverterOptimized Hybrid Phase Disposition PWM Control Method for Multilevel Inverter
Optimized Hybrid Phase Disposition PWM Control Method for Multilevel Inverter
 
Power Efficiency Improvement in CE-OFDM System With 0 dB IBO for Transmission...
Power Efficiency Improvement in CE-OFDM System With 0 dB IBO for Transmission...Power Efficiency Improvement in CE-OFDM System With 0 dB IBO for Transmission...
Power Efficiency Improvement in CE-OFDM System With 0 dB IBO for Transmission...
 
DSP Third Class.ppsx
DSP Third Class.ppsxDSP Third Class.ppsx
DSP Third Class.ppsx
 
Raspberry pi Part 16
Raspberry pi Part 16Raspberry pi Part 16
Raspberry pi Part 16
 
Seminar302
Seminar302Seminar302
Seminar302
 
High Speed, Low Offset, Low Power, Fully Dynamic Cmos Latched Comparator
High Speed, Low Offset, Low Power, Fully Dynamic Cmos Latched ComparatorHigh Speed, Low Offset, Low Power, Fully Dynamic Cmos Latched Comparator
High Speed, Low Offset, Low Power, Fully Dynamic Cmos Latched Comparator
 
Design of an ADC using High Precision Comparator with Time Domain Offset Canc...
Design of an ADC using High Precision Comparator with Time Domain Offset Canc...Design of an ADC using High Precision Comparator with Time Domain Offset Canc...
Design of an ADC using High Precision Comparator with Time Domain Offset Canc...
 
Improving the error performance of offset pulse position modulation using Re...
Improving the error performance of offset pulse position  modulation using Re...Improving the error performance of offset pulse position  modulation using Re...
Improving the error performance of offset pulse position modulation using Re...
 
Design of Low Power & High Speed Comparator with 0.18μm Technology for ADC Ap...
Design of Low Power & High Speed Comparator with 0.18μm Technology for ADC Ap...Design of Low Power & High Speed Comparator with 0.18μm Technology for ADC Ap...
Design of Low Power & High Speed Comparator with 0.18μm Technology for ADC Ap...
 
HARMONIC ANALYSIS OF THREE LEVEL DIODE CLAMPED INVERTER
HARMONIC ANALYSIS OF THREE LEVEL DIODE CLAMPED INVERTERHARMONIC ANALYSIS OF THREE LEVEL DIODE CLAMPED INVERTER
HARMONIC ANALYSIS OF THREE LEVEL DIODE CLAMPED INVERTER
 
Design of Two CMOS Differential Amplifiers
Design of Two CMOS Differential AmplifiersDesign of Two CMOS Differential Amplifiers
Design of Two CMOS Differential Amplifiers
 
PWM control techniques for three phase three level inverter drives
PWM control techniques for three phase three level inverter drivesPWM control techniques for three phase three level inverter drives
PWM control techniques for three phase three level inverter drives
 
SIGNAL_CONVERSION.docx
SIGNAL_CONVERSION.docxSIGNAL_CONVERSION.docx
SIGNAL_CONVERSION.docx
 
finalreport
finalreportfinalreport
finalreport
 

Recently uploaded

Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 

Recently uploaded (20)

Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 

A pwm modulator

  • 1. A PWM modulator for wireless infrared communication Mesut Koyuncu, Chris van den Bos and Wouter A. Serdijn Delft University of Technology Faculty of Information Technology and Systems Dept. Electrical Engineering Electronics Research Laboratory Mekelweg 4, 2628 CD Delft, the Netherlands Abstract—The modulation scheme to be used in a particular wireless infrared communication system is OFDM (Orthogonal Frequency Division Multi- plexing), due to its suitability to achieve high data- rates in frequency selective, fading channels. How- ever, OFDM is very sensitive to non-linear dis- tortion and highly power-inefficient. PWM (Pulse Width Modulation) is a more power-efficient mod- ulation scheme which is virtually insensitive to non- linearity, thus allowing the use of e.g. highly effi- cient laser diodes as light emitters. A combination of OFDM and FM has been proposed in [1] and yielded promising results. Here, PWM instead of FM is used. First, OFDM modulation is applied to the information. Then PWM modulation is used to render the signal suit- able for transport over a non-linear channel. In the paper, the PWM modulator system de- sign is presented, the circuit design is described, and measurement results on a discrete-component modulator implementation are discussed. I. Introduction In this paper, the design of a PWM modulator for an infrared transmitter in a high-speed wireless in- frared link is described. A block diagram of the sys- tem is depicted in fig. 1. The link is to be used for the transmission of video data to and from mobile users. To minimize power consumption, it is important to choose an efficient modulation scheme, i.e. one that is capable of achieving bitrates close to the channel limit. One such modulation scheme is OFDM. How- ever, OFDM is very sensitive to non-linearity. High- efficiency light emitters, such as laser diodes, are non- linear, thereby prohibiting the use of OFDM directly. The use of linear devices, such as light emitting diodes (LEDs) on the other hand, increases power consump- tion and lowers the maximum attainable datarate. OFDM modulation (DSP) PWM modulation digital to analog conversion data in laser driver laser clock Fig. 1. Block diagram of the transmitter under consider- ation. The focus is on the PWM modulator. The goal of this paper is to find a good way to com- bine OFDM modulation with a non-linear light emit- ter such as a laser diode. In literature, several approaches to solve problems of OFDM with non-linearity can be found. An ap- proach suitable for “smooth” non-linearities is the use of coding [1], but the laser does not behave as a smooth non-linearity. Another approach is compensation of the distortion using knowledge on the transfer char- acteristic [2]. However, the knowledge on the non- linearity of the laser diode is limited and the non- linearity is dynamic as well. An approach more inter- esting from a complexity point of view is the trans- formation of the OFDM signal to another modulation scheme which is insensitive to non-linearity before ap- plying it to the laser. In [3] an OFDM signal is FM modulated before transmission, which makes it insen- sitive to non-linearity. The advantages of OFDM were retained. Here, PWM instead of FM will be used. The structure of this paper is as follows. In sec- tion II, the specifications of the PWM modulator are given and using these, a choice for a particular PWM modulator system is made. In section III, the design of the circuit itself is presented. In section IV, con- clusions are presented. II. Choice of PWM modulator In this section, the principle of the PWM modulator is discussed and a suitable topology is chosen. The main specifications for the PWM modulator are 1. time-discrete input signal, value ±1V from a DSP 2. DSP clock signal available, 0-5V signal levels 3. 107 PWM symbols per second 4. output signal: a current with value 1mA ↔ “1”, 0mA ↔ “0” A PWM signal consists of pulses that have a width which is proportional to the input signal level. This implies that the input signal level should be constant during the period of one PWM pulse, i.e. only discrete- time (sampled) or digital input signals can be con- verted to a PWM signal. In addition, the PWM pulses ISBN: 90-73461-24-3 351 c STW-2000 09 26-02:57
  • 2. Mesut Koyuncu, Chris van den Bos and Wouter A. Serdijn can be at the beginning or end of the symbol period, or they can be centered. In this section, two ways of generating a PWM sig- nal are discussed. The first one digitally generates a PWM signal. The second one uses a discrete-time ver- sion of the input signal to generate the PWM signal. The second option is chosen. Also, a choice is made for a centered PWM pulse, as will be motivated later on. A. Direct digital generation of PWM In direct-digital generation of a PWM signal, the width of a PWM pulse corresponds to the value of the signal to be modulated. Suppose there are 2N possi- ble signal levels, i.e. N-bit words. Then each PWM pulse period must be dividable into 2 ∗ 2N subslots to achieve the same resolution as the input signal. This is indicated for N = 2 in fig. 2. In the case under consideration, the number of slots per PWM symbol period would be 2∗28 = 512; combined with 107 sym- bols per second, this would require a digital clock of 5.12GHz. This is an unacceptably high value, espe- cially due to the high power consumption a circuit would have with this clock frequency. For this reason, this option is not considered any further. sampled input signal (four- level) PWM signal (four possible widths) time time 0 1 2 3 Fig. 2. Direct digital generation of a PWM signal. B. Uniformly sampled PWM The principal blockdiagram of a uniformly-sampled PWM modulator is shown in fig. 3. To achieve syn- chronous sampling and conversion, the DSP clock sig- nal is used to generate the carrier wave. A triangular carrier wave is chosen. If a sawtooth carrier wave would be used, the circuits would have to have a high bandwidth as many higher harmonics would still be important. A triangular wave has much less domi- nant higher harmonics (it already looks sort of like a sinewave). The resulting PWM has centered PWM pulses. sampled signal in PWM out triangle generator hard limiter _ + Fig. 3. Block diagram of a uniformly sampled PWM gen- erator. In constrast to the direct digital generation of the PWM signal, this solution does not require a high- frequency clock signal. Therefore, the power con- sumption can be expected to be lower and the im- plementation simpler. III. Circuit design In this section, the design of the PWM modulator circuit is described. Mostly, the method first proposed in [4] has been followed. Due to time constraints, the design employs discrete components. It can, however, be ported to an integrated circuit in due time. Two functions need to be implemented: • a triangular signal generator • a comparator The complete schematic can be seen in figure 5. A. Triangular signal generator The clock signal of the DSP is a square-wave. A zero-mean square-wave can be converted to a triangu- lar wave by means of integration. Thus, a voltage-to- voltage integrator is a simple option to generate a tri- angular signal. This integrator, ideally implemented by a nullor, a resistor, and a capacitor, is depicted in figure 4. The transfer of this integrator is Vo(s) Vi(s) = − 1 sRC (1) nullor Vi + Vo + _ R C Fig. 4. The voltage-to-voltage integrator using a resistor, a capacitor, and a nullor. 352 Proceedings of the ProRISC/IEEE workshop
  • 3. A PWM modulator for wireless infrared communication ,, ,, , , ,, ,,22k 27p 100k 100k 1.8p 1.8p 3.9p 56k 15 15 1.5k 1.5k 220 220 470 470 390 2.3V Load (model)clock signal source (from D/A) 1mA 0.2mA 0.5mA 2.5mA 2.5mA VCC 5V integrator comparator output buffer Fig. 5. Total circuit diagram of the PWM modulator. The frequency of the input signal is 10MHz, and the amplitude of the sampled input signal is 1V; therefore the amplitude of the triangular wave should be at least 1V as well. Then RC < 62.5 ns. A value of 22k for the resistor, and 3.9pF for the capacitor have been chosen. The nullor implementation consists of a differential pair with current mirror and a common-collector stage at the output for extra loopgain. For proper biasing, a resistor has been added in parallel to the integra- tion capacitor. To reject the DC component in the clock signal, a small capacitor has been put in series with the integration resistor. In order to compensate for offset introduced by DC currents through the re- sistor in parallel with the integration capacitor, the same (signal) resistance has been put in series with the other base of the differential pair. B. Comparator The comparator consists of two differential pairs in cascade, and a buffer output stage. To one input, the sampled signal is applied. To the other input the triangular signal generator is connected. The output stage is required to adapt the PWM signal to the laser driver circuit modeled by “load” in figure 5. Due to the buffer stage, a current of either 0 or 1mA will flow through the input of the laser driver circuit. C. Measurement results Unfortunately, due to time limitations, no measure- ment results can be shown. However, preliminary measurements indicate that the circuit is functioning correctly. IV. Conclusions In this paper, the design of a PWM modulator for a high-speed wireless infrared link has been presented. It has been shown that direct digital generation of a PWM signal was not feasible, but that a uniformly sampled PWM signal could be generated by using a discrete-time input signal. The modulator has been built and preliminary measurements show promising results. References [1] R. van Nee and A. de Wild, “Reducing the peak-to-average power ratio of OFDM,” in proceedings Vehicular Technology Conference, (Ottawa, Canada), pp. 2072–2076, 1998. [2] S. Andreoli, H. G. McClure, P. Banelli, and S. Cacopardi, “Digital linearizer for RF amplifiers,” IEEE Tran. Broad- casting, vol. 43, pp. 12–19, March 1997. [3] E. F. Casas and C. Leung, “OFDM for data communications over mobile radio FM channels-part i:analysis and exper- imental results,” IEEE Transactions on Communications, vol. 39, pp. 783–793, May 1991. [4] E. H. Nordholt, Design of High-Performance Negative- Feedback amplifiers. Amsterdam: Elsevier, 1980. November 30 – December 1, 2000 353