A Guide. Wireless Network Library Ultra Wideband (UWB)

Size: px
Start display at page:

Download "A Guide. Wireless Network Library Ultra Wideband (UWB)"

Transcription

1 A Guide to the Wireless Network Library Ultra Wideband () Conforming to IEEE P /368r5-SG3a IEEE P a/541r1 IEEE P /0137r3 IEEE P /D15

2 SystemView by ELANIX Copyright , Eagleware Corporation All rights reserved. Eagleware-Elanix Corporation 3585 Engineering Drive, Suite 150 Norcross, GA USA Phone: +1 (678) , Fax: +1 (678) Support Web: Unpublished work. All rights reserved under the U.S. Copyright Act. Restricted Rights Apply. This document may not, in whole or in part, be copied, photocopied, reproduced, translated, or reduced to any electronic medium or machine-readable form without the prior written consent of Eagleware Corporation. This document and the associated software are proprietary to Eagleware Corporation. SystemView by ELANIX, and ELANIX are registered trademarks of Eagleware Corporation. MetaSystem is a trademark of Eagleware Corporation. Windows is a trademark of Microsoft Corporation. Other trademarks or registered trademarks used in this document are the property of their respective owners. Document Number SVU-WiNeLi-2005 Printed in the United States of America. ii

3 Table of Contents TABLE OF CONTENTS... III INTRODUCTION... V CHANNEL MODEL DS_CNVLCODER...4 Coder...4 DS_CNVLDECODER...5 Decoder...5 DS_DEINTERLEAVER...6 DeIntlvr...6 DS_DEMODULATOR...7 Dmod...7 DS_DESCRAMBLER...9 Descram...9 DS_DESPREADER...10 Despread...10 DS_INTERLEAVER...11 Intlvr...11 DS_MODULATOR...12 Mod...12 DS_PACK...14 Pack...14 DS_QPSKDEMOD...16 QPskDMod...16 DS_QPSKMOD...17 QPskMod...17 DS_SCRAMBLER...18 Scramble...18 DS_SPREADER...19 Spreader...19 DS_UNPACK...20 Unpack...20 MB_OFDM_CNVLCODER...22 Coder...22 MB_OFDM_CNVLDECODER...23 Decoder...23 MB_OFDM_DEINTERLEAVER...24 DeIntlvr...24 MB_OFDM_DEMODULATOR...25 Demod...25 MB_OFDM_DESCRAMBLER...26 iii

4 Descram...26 MB_OFDM_INTERLEAVER...27 Intlvr...27 MB_OFDM_MODULATOR...28 Mod...28 MB_OFDM_UNPACKOFDD...29 OFDD...29 MB_OFDM_PACKOFDM...31 OFDM...31 MB_OFDM_PACK...33 Pack...33 MB_OFDM_QPSKDEMOD...35 QPskDMod...35 MB_OFDM_QPSKMOD...36 QPskMod...36 MB_OFDM_SCRAMBLER...37 Scramble...37 MB_OFDM_UNPACK...38 Unpack...38 iv

5 Introduction The SystemView Wireless Personal Area Network Library implements the channel model described in the IEEE P /368r5- SG3 document, the Multi-Band Orthogonal Frequency Division Multiplexing (MB-OFDM) physical layer proposal described in the IEEE P a/541r1 document, and the Direct Sequence (DS-) physical layer proposal described in the IEEE P /0137r00137r3 document. Information that is related to the Media Access Control (MAC) layer that is found in the physical layer proposals can be found section of the IEEE P /D15 document. v

6 vi

7 Channel Model The Channel Model token is constructed from proposed specifications in the IEEE P /368r5-SG3a document None. Model Standard 1 to 4, or custom specification Cluster Arrival Rate GHz Ray Arrival Rate GHz Cluster Decay Factor Nanoseconds Ray Decay Factor Nanoseconds STD Cluster Lognormal Fading db STD Ray Lognormal Fading db STD Lognormal Shadowing db NLOS True or False Channel Input Channel Matched Filter Input Channel Output Channel Matched Filter Output

8 The Ultra Wideband channel model has 4 standard models (1 to 4) and a custom model. If a standard model is selected, all other parameters are fixed according to the specification. See table 2. The custom model allows changes to the remaining 8 parameters. NLOS is the nonline of sight Boolean. STD indicate a standard deviation for a log normal distributed variable. For more information, consult IEEE P /368r5-SG3a. A random instance of a channel model is created when the SystemView file is run. The channel output is the input that has been corrupted by the channel. A matched filter input for the particular instance of the channel model is used to recover the input when the channel output is used as the matched filter input. The matched filter output is the recovered input. See example file:.svu Reference: IEEE P /368r5-SG3a [2] M. Pendergrassm Empirically Based Statistical Ultra-Wideband Channel Model, IEEE P /240-SG3a. [3] J. Foerster and Q. Li, Channel Modeling Contribution from Intel, IEEE P /279-SG3a. 2

9 Target Channel Characteristics 5 CM 1 1 CM 2 2 CM 3 3 CM 4 4 Mean excess delay (nsec) (τ m ) RMS delay (nsec) (τ rms ) NP 10dB 35 NP (85%) Model Parameters Λ (1/nsec) λ (1/nsec) Γ γ σ 1 (db) σ 2 (db) σ 3 (db) Model Characteristics 5 Mean excess delay (nsec) (τ m ) RMS delay (nsec) (τ rms ) NP 10dB NP (85%) Channel energy mean (db) Channel energy std (db) Table 2 1 This model is based on LOS (0-4m) channel measurements reported in [2]. 2 This model is based on NLOS (0-4m) channel measurements reported in [2]. 3 This model is based on NLOS (4-10m) channel measurements reported in [2], and NLOS measurements reported in [3]. 4 This model was generated to fit a 25 nsec RMS delay spread to represent an extreme NLOS multipath channel. 5 These characteristics are based upon a 167 psec sampling time. 3

10 DS_CnvlCoder Coder Bits are convolutionally coded at rate 1/2, 3/4 or 1/1. A convolutional coder is provided for rate 1/2. Rate 3/4 is calculated using a puncture process. For rate 1/1, the input is simply passed through. The convolutional coder will support constraint lengths of 4 and sections 1.4, DS_CnvlDecoder Rate ½, ¾ or 1/1 FEC constraint length K 4 or 6 Bits to be convolutionally coded Convolutionally coded bits The constraint length 4 coder uses generating polynomial (15,17), and the constraint length 6 coder uses generating polynomial (65,57). See example DS_FEDc4.svu 4

11 DS_CnvlDecoder Decoder Input bits are convolutionally decoded for coder rates ½, ¾ and 1/1. For rate 3/4, punctured bits are restored and then soft decoded with the rate ½ decoder. The path length for the rate ½ and ¾ decoder is 31. The coded input bits are simply passed through for rate 1/ sections 1.4, DS_CnvlCoder Rate ½, ¾ or 1/1 FEC constraint length K 4 or 6 Convolutionally coded bits Convolutionally decoded bits Although, the path length was not specified in the design document, the path length of 31 agrees with the general rule that it should be at least 4 or 5 times the constraint length. See DS_FEDc4.svu 5

12 DS_DeInterleaver DeIntlvr Bit stream is convolutionally deinterleaved. The deinterleaver is specified as having 10 commutator points (N=10), where the last commutator point has no bit memory, and each preceding commutator point having 7 additional bit memory (J=7). Ten consecutive inputs will have different commutator values. If a commutator has no memory, the input is output immediately, otherwise, the input is exchanged for an output in the FIFO for that commutator point section DS_Interleaver None Convolutionally interleaved bits Convolutionally deinterleaved bits The deinterleaver has 315 memory bits; therefore, it has a block delay of 315 samples. See example DS_Deinterleave.svu 6

13 DS_Demodulator Dmod Samples direct sequence chips at the piconet chip rate and produces a bit stream at the nominal rate (28, 55, 110, 220, 500, 660, 1000 or 1320 Mbps). No preamble or message structure is imposed on the input stream section DS_Modulator, DS_Despreader, DS_QPskDemod, DS_Deinterleaver, DS_CnvlDecoder, DS_Descrambler. Pico Net Channel 1313, 1326 Mcps Bit Rate 28, 55, Mbps (Nominal) Modulation BPSK, 4-BOK or 4-BOK with Gray code FEC K 4 or 6 Interleaver Active or Not Active Chip Chip Boolean Data bit When a piconet and a nominal bit rate are selected, the actual bit rate is displayed in the Bit Rate text box. If the Bit Rate text box shows a zero 7

14 rate, then some combination of piconet, nominal bit rate or modulation is illegal. The chip Boolean output allows for identification of a chip when the channel may delay the chip or when the channel is simulated at a higher rate than the chip rate. See example DS_Demodulator.svu 8

15 DS_Descrambler Descram Bits are EXOR'ed with a pseudo random sequence with polynomial generator g(d) = 1 + D14 + D15. The initial descrambler state can be selected from a set of 4 standard seed values section 1.3 DS_Scrambler Seed Identifier (b0,b1) (0,0), (0,1), (1,0) or (1,1) Scrambled bits Unscrambled bits This token is identical to the MB_OFDM_Descrambler token except for the set of 4 standard seed values. See example DS_Descrambler.svu 9

16 DS_Despreader Despread Direct sequence chips are converted to bits as represented by (I, Q) section DS_Spreader Code Length L 1,2,3,4,6,12 or 24 Code Set 1-6 Modulation BPSK, 4-BOK or 4-BOK with Gray code Chip Chip Boolean QPSK I QPSK Q The three parameters select a spreading code. available only with 4-BOK modulation. Q channel output is See example DS_Despreader.svu 10

17 DS_Interleaver Intlvr Bit stream is convolutionally interleaved. The interleaver is specified as having 10 commutator points (N=10), where the first commutator point has no bit memory and each succeeding commutator point having 7 additional bit memory (J=7). Ten consecutive inputs will have different commutator values. If a commutator has no memory, the input is output immediately, otherwise, the input is exchanged for an output in the FIFO for that commutator point section DS_Deinterleaver None Bits to be interleaved Convolutionally interleaved bits The interleaver has a memory of 315 bits; therefore, it has a block delay of 315 samples. See example DS_Deinterleaver.svu 11

18 DS_Modulator Mod Samples a bit stream at the nominal rate (28, 55, 110, 220, 500, 660, 1000 or 1320 Mbps) and produce direct sequence chips that is output at the piconet chip rate. No preamble or message structure is imposed upon the output stream sections 1.4, 1.5.2, DS_Demodulator, DS_Scrambler, DS_CnvlCoder, DS_Interleaver, DS_QpskMod, DS_Spreader, DS_QpskMod Pico Net Channel 1313, 1326 Mcps Bit Rate 28, 55 Mbps (Nominal) Modulation BPSK, 4-BOK or 4-BOK with Gray code FEC K 4 or 6 Interleaver Active or Not Active Bits to modulate Chip Chip Boolean When a piconet and a nominal bit rate are selected, the actual bit rate is displayed in the Bit Rate text box. If the Bit Rate text box shows a zero 12

19 rate, then some combination of piconet, nominal bit rate or modulation is illegal. The chip Boolean output allows for identification of a chip when the channel may delay the chip or when the channel is simulated at a higher rate than the chip rate. See example DS_Demodulator.svu 13

20 DS_Pack Pack Transmit complete physical layer packets as a sequence of direct sequence chips at the specified piconet rate. The reference payload bits are output at the Data port at the implied bit rate. The reference header bits are output at the nominal 28 Mbps sections 1.2, 1.4, 1.5.2, 1.5.3, 1.5.4, sections 7.1, 7.2 DS_Unpack, DS_Modulator Number of Data Octets ( ) Data Source 0,1,random or file Preamble Short, Medium, Long, CSM1-4 Bit Rate 28, 55 Mbps (Nominal) Pico Net Channel Modulation FEC K 4 or 6 None Chip Chip Boolean Reference payload bit Reference header bit 1313, 1326 Mcps BPSK, 4-BOK or 4-BOK with Gray code 14

21 Discssion: When a piconet and a nominal bit rate are selected, the actual bit rate is displayed in the Bit Rate text box. If the Bit Rate text box shows a zero rate, then some combination of piconet, nominal bit rate or modulation is illegal. Currently, only the Standard Medium Length (Med) preamble is implemented. The Common Signaling Mode preamble option with the most recent specifications is under development. The chip Boolean output allows for identification of a chip when the channel may delay the chip or when the channel is simulated at a higher rate than the chip rate. A 2 us delay is imposed between packet transmissions. See example DS_Unpack.svu 15

22 DS_QPskDemod QPskDMod I, Q are input and converted to a bit stream section DS_QPskDemodulator Modulation BPSK or 4-BOK QPSK I QPSK Q Demodulated bit The input(s) are coded as {-1, +1}. The demodulated bit is coded as {0, 1}. For BPSK demodulation only I input is used. See example DS_QPskDemod.svu 16

23 DS_QPskMod QPskMod The bit stream is modulated with BPSK or 4-BOK and mapped into I, Q outputs. For BPSK, bit value 0 is mapped to a (-1, 0), and bit value 1 is mapped to (+1, 0). For 4-BOK, the bit stream is grouped into pairs of bits (b0, b1) where b0 maps into -1 or +1 in I, and b1 maps into -1 or +1 in Q section DS_QPskDemod Modulation BPSK or 4-BOK Bits to modulate QPSK I QPSK Q The input bit is code as {0, 1}. The output(s) are coded as {-1, +1}. For BPSK modulation only I output is used. See example DS_QPskDemod.svu 17

24 DS_Scrambler Scramble Bits are EXOR'ed with a pseudo random sequence with polynomial generator g(d) = 1 + D14 + D15. The initial scrambler state can be selected from a set of 4 standard seed values section 1.3 DS_Descrambler Seed Identifier (b1,b0) (0,0), (0,1), (1,0), (1,1) Bits to be scrambled Scrambled bits This token is identical to the MB_OFDM_Scrambler token except for the set of 4 standard seed values. See example DS_Descrambler.svu 18

25 DS_Spreader Spreader Bits as represented by (I, Q) are converted into direct sequence chips by a code spreading sequence section DS_Despreader Code Length L 1, 2, 3, 4, 6, 12 or 24 Code Set 1-6 Modulation BPSK, 4-BOK or 4-BOK with Gray code QPSK I QPSK Q Chip Chip boolean The three parameters select a spreading code. only with 4-BOK modulation. Q channel input is used See example DS_Despreader.svu 19

26 DS_Unpack Unpack Receive and break down a sequence of DS- physical layer packets. Each packet is input as a sequence of direct sequence chips at a specified piconet chip rate. The payload bits are recovered and output at the Data port at the implied bit rate. The header bits are recovered and output at the nominal 28 Mbps sections 1.2, 1.4, 1.5.2, 1.5.3, 1.5.4, sections 7.1, 7.2 DS_Pack, DS_Demodulator Number of Data Octets ( ) Preamble Short, Medium, Long, CMS1-4 Pico Net Channel 1313, 1326, Mcps Bit Rate Modulation FEC K 4 or 6 Chip Chip Boolean Recovered payload data bits Recovered header bits Correlation 28, 55, (Nominal) Mbps BPSK, 4-BOK or 4-BOK with Gray code 20

27 CRC Error When a piconet and a nominal bit rate are selected, the actual bit rate is displayed in the Bit Rate text box. If the Bit Rate text box shows a zero rate, then some combination of piconet, nominal bit rate or modulation is illegal. Currently, only the Standard Medium Length (Med) preamble is implemented. The Common Signaling Mode preamble option with the most recent specifications is under development. The chip Boolean input allows for identification of a chip when the channel may delay the chip or when the channel is simulated at a higher rate than the chip rate. During the preamble, correlation should peak every 24 chips for the standard preamble, therefore, providing bit synchronization. CRC error occurs when either Header Check Sum (HCS) for the header or the Frame Check Sum (FCS) for the payload is in error. A 2 us delay is imposed between packet transmissions. See example DS_Unpack.svu 21

28 MB_OFDM_CnvlCoder Coder Bits are convolutionally coded at a 1/3 rate and then punctured to obtain rates 11/32, 1/2, 5/8 and 3/ section MB_OFDM_CnvlDecoder Rate R 11/32, ½, 5/8 or 3/4 Bit to be convolutionally coded Convolutionally coded bit The convolutional coder with constraint length 7 and rate 1/3 uses generating polynomial (133,145,175). See example MB_OFDM_CnvlDecoder.svu 22

29 MB_OFDM_CnvlDecoder Decoder Bits are convolutionally decoded for coder rates 11/32, 1/2, 5/8 and 3/4. Punctured bits are restored to a neutral value and then soft decoded at rate 1/ section None. Rate R 11/32, ½, 5/8 or 3/4 Convolutionally coded bit Convolutionally decoded bit Although, the path length was not specified for the decoder in the design document, the path length of 31 agrees with the general rule that it should be at least 4 or 5 times the constraint length. See example MB_OFDM_CnvlDecoder.svu 23

30 MB_OFDM_Deinterleaver DeIntlvr Bit stream is block deinterleaved in two steps. The bit stream is first tone block deinterleaved, where the tone block is 10 bits long. The output of the tone block deinterleaver is then passed to the OFDM symbol deinterleaver, where the block size is 3*Ncbps bits, where Ncbps is a function of the selected data rate. The output bit stream has no message length boundary; therefore, the block deinterleaver is always active sections and MB_OFDM_Interleaver Ncbps 100 or 200 bits per symbol Interleaved bits Bits with no interleave Ncbps is the number of data bits embedded in one OFDM symbol at a selected data rate. See example MB_OFDM_Deinterleaver.svu 24

31 MB_OFDM_Demodulator Demod Samples a MB-OFDM modulation at 528 MHz and produces a bit stream at the specified rate (55, 80, 110, 160, 200, 320 or 480 Mbps). No preamble or packet structure is considered sections , , , , , and MB_OFDM_Modulator, MB_OFDM_UnpackOFDD, MB_OFDM_QpskDemod, MB_OFDM_Deinterleaver, MB_OFDM_CnvlDecoder, MB_OFDM_Descrambler Data Rate 55, 80 Mbps OFDM I OFDM Q OFDM Boolean Demodulated bit The OFDM Boolean output allow for identification of a (I, Q) sample when the channel may delay the sample or when the channel is simulated at a higher rate than 528 MHz. See example MB_OFDM_Demodulator_55mbps.svu 25

32 MB_OFDM_Descrambler Descram Bits are EXOR'ed with a pseudo random sequence with polynomial generator g(d) = 1 + D14 + D15. The initial descrambler state can be selected from a set of 4 standard seed values section MB_OFDM_Scrambler Seed identifier (b1,b0) (0,0), (0,1), (1,0), (1,1) Scrambled bit Unscrambled bit The token is identical to DS_Descrambler except for the set of 4 standard seed value. See example MB_OFDM_Descrambler.svu 26

33 MB_OFDM_Interleaver Intlvr Bit stream is block interleaved in two steps. The bit stream is first OFDM symbol interleaved with block size of 3*Ncbps bits, where Ncbps is a function of the selected data rate. The output of the first interleave is then passed to the tone block interleaver, where the tone block is 10 bits long. The input bit stream has no message length boundary; therefore, the block interleaver is always active sections and MB_OFDM_Deinterleaver Ncbps 100 or 200 bits per symbol Bit to be interleaved Interleaved bit Ncbps is the number of data bits embedded in one OFDM symbol at a selected data rate. See example MB_OFDM_Deinterleaver.svu 27

34 MB_OFDM_Modulator Mod Samples a bit stream at the specified rate (55, 80, 110, 160, 200, 320 or 480 Mbps) and produce MB-OFDM modulation at 528 MHz. No preamble or packet structure is imposed upon the input stream sections , , , , and MB_OFDM_Demodulator, MB_OFDM_Scrambler, MB_OFDM_CnvlCoder, MB_OFDM_Interleaver, MB_OFDM_QpskMod, MB_OFDM_PackOFDM Data Rate 55, 80 Mbps Payload bit to modulate OFDM I OFDM Q OFDM Boolean Complete MB-OFDM symbols are output. The OFDM Boolean output allow for identification of a (I, Q) sample when the channel may delay the sample or when the channel is simulated at a higher rate than 528 MHz. See example MB_OFDM_Demodulator_55mbps.svu 28

35 MB_OFDM_UnpackOFDD OFDD Orthogonal Frequency Division Multiplexing (OFDM) modulation is demodulated into MB-OFDM symbols, and (I, Q) pairs are unpacked from each MB-OFDM symbol sections , , and MB_OFDM_PackOFDM Data Rate 55, 80 Mbps OFDM I Channel OFDM Q Channel OFDM Boolean QPSK I Channel QPSK Q Channel The OFDM Boolean input allow for identification of a (I, Q) sample when the channel may delay the sample or when the channel is simulated at a higher rate than 528 MHz. For data rates 55, 80, 110, 160 and 200 Mbps, time spreading is in effect. Time spreading is the act of retransmitting an OFDM symbol. Time 29

36 despreading averages the replicated symbol in (I, Q), before performing the common OFDM symbol demodulation. The pilot and guard sub carriers are discarded, and the data output is intended for a MB_QPskDemod token. See example MB_OFDM_OFDMDemod.svu 30

37 MB_OFDM_PackOFDM OFDM (I, Q) pairs are packed into an MB-OFDM symbol, which is modulated with the Orthogonal Frequency Division Multiplexing (OFDM) method sections , , , and MB_OFDM_UnpackOFDD Data Rate 55, 80 Mbps QPSK I channel QPSK Q channel OFDM I channel OFDM Q channel OFDM Boolean The OFDM Boolean output allow for identification of a (I, Q) sample when the channel may delay the sample or when the channel is simulated at a higher rate than the 528 MHz. Input is expected from the MB_QPskMod token. Nulls and the pilot and guard sub carriers are added before an OFDM symbol transmission. 31

38 For data rates 55, 80, 110, 160 and 200 Mbps, time spreading is performed. Time spreading is the act of retransmitting an OFDM symbol. See example MB_OFDM_OFDMDemod.svu 32

39 MB_OFDM_Pack Pack Transmit a sequence of MB-OFDM packets in (I, Q) at 528 MHz. A Boolean is output at 528 MHz that indicate valid I, Q samples. Reference data bits are output at the specified Data Rate. Reference header bits are output at 55 Mbps sections , , , , and sections 7.1, 7.2 MB_OFDM_Unpack, MB_OFDM_Modulator Number of Data Octets (1-4095) Data Source 0,1,random or file Preamble P1-4 or CMS1-4 Data Rate 55, 80, 110, 160, 200, 320 or 480 Mbps Mode 1, 1(streaming) or 2 No inputs OFDM I OFDM Q OFDM boolean Data Bit Header Bit 33

40 Mode 1(streaming) and Mode 2 are not implemented. The Common Signaling Mode preamble option with the most recent specifications is under development. The OFDM Boolean output allow for identification of a (I, Q) when the channel may delay the (I, Q) or when the channel is simulated at a higher rate than 528 MHz. See example MB_OFDM_Unpack.svu 34

41 MB_OFDM_QPskDemod QPskDMod (I, Q) inputs are demodulated and converted to a bit stream section MB_OFDM_QPskMod None QPSK I QPSK Q Demodulated bits One (I, Q) sample produces 2 bits. See example MB_OFDM_QPskDemod.svu 35

42 MB_OFDM_QPskMod QPskMod Bit stream is group into bit pairs and mapped into (I, Q) outputs section MB_OFDM_QPskDemod None Input bits QPSK I QPSK Q The bit stream is grouped into pairs of bits (b0, b1). Bit b0 maps into 1 for b0=0, or +1 for b0=1 in I, and b1 maps into -1 for b1=0 or +1 for b1=1 in Q. See example MB_OFDM_QPskDemod.svu 36

43 MB_OFDM_Scrambler Scramble Bits are EXOR'ed with a pseudo random sequence with polynomial generator g(d) = 1 + D14 + D15. The initial scrambler state can be selected from a set of 4 standard seed values section MB_OFDM_Descrambler Seed Identifier (b1,b0) (0,0), (0,1), (1,0), (1,1) Bit Scrambled bit The token is identical to DS_Scrambler except for the set of 4 standard seed values. See example MB_OFDM_Descrambler.svu 37

44 MB_OFDM_UnPack Unpack Receives and breaks down MB-OFDM packets. Input I, Q is expected at 528 MHz. An input Boolean will indicate valid input I, Q samples. Recovered data bits are output at the specified Data Rate. Recovered header bits are output at 55 Mbps. A preamble correlation is output at 528 MHz. An output Boolean will indicate a CRC detected error sections , , , , , and sections 7.1, 7.2 MB_OFDM_Pack, MB_OFDM_Demodulator Number of Data Octets (1-4095) Offset Bits to delay before activating the token Preamble Data Rate P1-4 or CMS1-4 55, 80, 110, 160, 200, 320 or 480 Mbps Mode 1, 1(streaming) or 2 OFDM I OFDM Q OFDM boolean 38

45 Recovered data bit Recovered header bit Correlation CRC Error Mode 1(streaming) and Mode 2 are not implemented. The Common Signaling Mode preamble option with the most recent specifications is under development. The OFDM Boolean input allow for identification of a (I, Q) when the channel may delay the (I, Q) or when the channel is simulated at a higher rate than 528 MHz. Correlation is provided for the preamble at 528 MHz. CRC error occurs when either Header Check Sum (HCS) for the header or the Frame Check Sum (FCS) for the payload is in error. See example MB_OFDM_Unpack.svu 39

46 40

UNIVERSITY OF MICHIGAN DEPARTMENT OF ELECTRICAL ENGINEERING : SYSTEMS EECS 555 DIGITAL COMMUNICATION THEORY

UNIVERSITY OF MICHIGAN DEPARTMENT OF ELECTRICAL ENGINEERING : SYSTEMS EECS 555 DIGITAL COMMUNICATION THEORY UNIVERSITY OF MICHIGAN DEPARTMENT OF ELECTRICAL ENGINEERING : SYSTEMS EECS 555 DIGITAL COMMUNICATION THEORY Study Of IEEE P802.15.3a physical layer proposals for UWB: DS-UWB proposal and Multiband OFDM

More information

Digital Video Broadcast Library (DVB)

Digital Video Broadcast Library (DVB) Digital Video Broadcast Library (DVB) Conforming to European Telecommunications Standard ETS 300 744 (March 1997) DVB SystemView by ELANIX Copyright 1994-2005, Eagleware Corporation All rights reserved.

More information

UNIVERSITY OF MICHIGAN DEPARTMENT OF ELECTRICAL ENGINEERING: SYSTEMS PROJECT REPORT FOR EECS 555 DIGITAL COMMUNICATION THEORY

UNIVERSITY OF MICHIGAN DEPARTMENT OF ELECTRICAL ENGINEERING: SYSTEMS PROJECT REPORT FOR EECS 555 DIGITAL COMMUNICATION THEORY UNIVERSITY OF MICHIGAN DEPARTMENT OF ELECTRICAL ENGINEERING: SYSTEMS PROJECT REPORT FOR EECS 555 DIGITAL COMMUNICATION THEORY GUIDED BY PROF. WAYNE STARK ANALYSIS OF PHYSICAL LAYER PROPOSALS FOR IEEE P802.15a

More information

Real-time FPGA realization of an UWB transceiver physical layer

Real-time FPGA realization of an UWB transceiver physical layer University of Wollongong Research Online University of Wollongong Thesis Collection 1954-2016 University of Wollongong Thesis Collections 2005 Real-time FPGA realization of an UWB transceiver physical

More information

Performance Analysis of Different Ultra Wideband Modulation Schemes in the Presence of Multipath

Performance Analysis of Different Ultra Wideband Modulation Schemes in the Presence of Multipath Application Note AN143 Nov 6, 23 Performance Analysis of Different Ultra Wideband Modulation Schemes in the Presence of Multipath Maurice Schiff, Chief Scientist, Elanix, Inc. Yasaman Bahreini, Consultant

More information

Mohammad Hossein Manshaei 1393

Mohammad Hossein Manshaei 1393 Mohammad Hossein Manshaei manshaei@gmail.com 1393 1 PLCP format, Data Rates, OFDM, Modulations, 2 IEEE 802.11a: Transmit and Receive Procedure 802.11a Modulations BPSK Performance Analysis Convolutional

More information

SECTION 4 CHANNEL FORMAT TYPES AND RATES. 4.1 General

SECTION 4 CHANNEL FORMAT TYPES AND RATES. 4.1 General SECTION 4 CHANNEL FORMAT TYPES AND RATES 4.1 General 4.1.1 Aircraft system-timing reference point. The reference timing point for signals generated and received by the AES shall be at the antenna. 4.1.2

More information

CH 4. Air Interface of the IS-95A CDMA System

CH 4. Air Interface of the IS-95A CDMA System CH 4. Air Interface of the IS-95A CDMA System 1 Contents Summary of IS-95A Physical Layer Parameters Forward Link Structure Pilot, Sync, Paging, and Traffic Channels Channel Coding, Interleaving, Data

More information

CH 5. Air Interface of the IS-95A CDMA System

CH 5. Air Interface of the IS-95A CDMA System CH 5. Air Interface of the IS-95A CDMA System 1 Contents Summary of IS-95A Physical Layer Parameters Forward Link Structure Pilot, Sync, Paging, and Traffic Channels Channel Coding, Interleaving, Data

More information

DESIGN AND ANALYSIS OF MULTIBAND OFDM SYSTEM OVER ULTRA WIDE BAND CHANNELS

DESIGN AND ANALYSIS OF MULTIBAND OFDM SYSTEM OVER ULTRA WIDE BAND CHANNELS DESIGN AND ANALYSIS OF MULTIBAND OFDM SYSTEM OVER ULTRA WIDE BAND CHANNELS G.Joselin Retna Kumar Research Scholar, Sathyabama University, Chennai, Tamil Nadu, India joselin_su@yahoo.com K.S.Shaji Principal,

More information

Bit Error Rate Analysis of Multiband of CDM UWB System in UWB fading Channel

Bit Error Rate Analysis of Multiband of CDM UWB System in UWB fading Channel Bit Error Rate Analysis of Multiband of CDM UWB System in UWB fading Sanjay M Gulhane, Athar Ravish Khan, and Umesh W Kaware Abstract Multiband orthogonal frequency division multiplexing (MB-OFDM) ultra

More information

EC 551 Telecommunication System Engineering. Mohamed Khedr

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

More information

Bit Error Rate Performance Evaluation of Various Modulation Techniques with Forward Error Correction Coding of WiMAX

Bit Error Rate Performance Evaluation of Various Modulation Techniques with Forward Error Correction Coding of WiMAX Bit Error Rate Performance Evaluation of Various Modulation Techniques with Forward Error Correction Coding of WiMAX Amr Shehab Amin 37-20200 Abdelrahman Taha 31-2796 Yahia Mobasher 28-11691 Mohamed Yasser

More information

Mohammad Hossein Manshaei 1393

Mohammad Hossein Manshaei 1393 Mohammad Hossein Manshaei manshaei@gmail.com 1393 1 FHSS, IR, and Data Modulations 2 IEEE 802.11b with FHSS IEEE 802.11b with IR Available Modulations and their Performance DBPSK DQPSK CCK: Complementary

More information

Project: IEEE P Working Group for Wireless Personal Area Networks N

Project: IEEE P Working Group for Wireless Personal Area Networks N Project: IEEE P82.15 Working Group for Wireless Personal Area Networks N (WPANs( WPANs) Title: Texas Instruments Impulse Radio UWB Physical Layer Proposal Date Submitted: 4 May, 29 Source: June Chul Roh,

More information

UWB Channel Modeling

UWB Channel Modeling Channel Modeling ETIN10 Lecture no: 9 UWB Channel Modeling Fredrik Tufvesson & Johan Kåredal, Department of Electrical and Information Technology fredrik.tufvesson@eit.lth.se 2011-02-21 Fredrik Tufvesson

More information

Channel Modeling ETI 085

Channel Modeling ETI 085 Channel Modeling ETI 085 Overview Lecture no: 9 What is Ultra-Wideband (UWB)? Why do we need UWB channel models? UWB Channel Modeling UWB channel modeling Standardized UWB channel models Fredrik Tufvesson

More information

Performance Analysis of n Wireless LAN Physical Layer

Performance Analysis of n Wireless LAN Physical Layer 120 1 Performance Analysis of 802.11n Wireless LAN Physical Layer Amr M. Otefa, Namat M. ElBoghdadly, and Essam A. Sourour Abstract In the last few years, we have seen an explosive growth of wireless LAN

More information

CS434/534: Topics in Networked (Networking) Systems

CS434/534: Topics in Networked (Networking) Systems CS434/534: Topics in Networked (Networking) Systems Wireless Foundation: Diversity Design for Flat fading Yang (Richard) Yang Computer Science Department Yale University 208A Watson Email: yry@cs.yale.edu

More information

Wireless LAN Consortium OFDM Physical Layer Test Suite v1.6 Report

Wireless LAN Consortium OFDM Physical Layer Test Suite v1.6 Report Wireless LAN Consortium OFDM Physical Layer Test Suite v1.6 Report UNH InterOperability Laboratory 121 Technology Drive, Suite 2 Durham, NH 03824 (603) 862-0090 Jason Contact Network Switch, Inc 3245 Fantasy

More information

DESIGN OF WIRELESS ULTRA-WIDEBAND COMMUNICATION SYSTEMS. by Domenic Forte & Julia Tu

DESIGN OF WIRELESS ULTRA-WIDEBAND COMMUNICATION SYSTEMS. by Domenic Forte & Julia Tu DESIGN OF WIRELESS ULTRA-WIDEBAND COMMUNICATION SYSTEMS by Domenic Forte & Julia Tu University of Maryland at College Park Electrical and Computer Engineering Department Maryland Engineering Research Internship

More information

802.11a Hardware Implementation of an a Transmitter

802.11a Hardware Implementation of an a Transmitter 802a Hardware Implementation of an 802a Transmitter IEEE Standard for wireless communication Frequency of Operation: 5Ghz band Modulation: Orthogonal Frequency Division Multiplexing Elizabeth Basha, Steve

More information

Wireless Medium Access Control and CDMA-based Communication Lesson 14 CDMA2000

Wireless Medium Access Control and CDMA-based Communication Lesson 14 CDMA2000 Wireless Medium Access Control and CDMA-based Communication Lesson 14 CDMA2000 1 CDMA2000 400 MHz, 800 MHz, 900 MHz, 1700 MHz, 1800 MHz, 1900 MHz, and 2100 MHz Compatible with the cdmaone standard A set

More information

BER of OFDM system using concatenated forward error correcting codes (FEC) over Nakagami m fading channel

BER of OFDM system using concatenated forward error correcting codes (FEC) over Nakagami m fading channel BER of OFDM system using concatenated forward error correcting codes (FEC) over Nakagami m fading channel Mr. Firoz Ahmed Mansuri 1, Prof. Saurabh Gaur 2 1 Student ME(DC), Electronics & Communication,

More information

Wireless Medium Access Control and CDMA-based Communication Lesson 16 Orthogonal Frequency Division Medium Access (OFDM)

Wireless Medium Access Control and CDMA-based Communication Lesson 16 Orthogonal Frequency Division Medium Access (OFDM) Wireless Medium Access Control and CDMA-based Communication Lesson 16 Orthogonal Frequency Division Medium Access (OFDM) 1 4G File transfer at 10 Mbps High resolution 1024 1920 pixel hi-vision picture

More information

CDMA Principle and Measurement

CDMA Principle and Measurement CDMA Principle and Measurement Concepts of CDMA CDMA Key Technologies CDMA Air Interface CDMA Measurement Basic Agilent Restricted Page 1 Cellular Access Methods Power Time Power Time FDMA Frequency Power

More information

S. A. Hanna Hanada Electronics, P.O. Box 56024, Abstract

S. A. Hanna Hanada Electronics, P.O. Box 56024, Abstract CONVOLUTIONAL INTERLEAVING FOR DIGITAL RADIO COMMUNICATIONS S. A. Hanna Hanada Electronics, P.O. Box 56024, 407 Laurier Ave. W., Ottawa, Ontario, K1R 721 Abstract Interleaving enhances the quality of digital

More information

Receiver Designs for the Radio Channel

Receiver Designs for the Radio Channel Receiver Designs for the Radio Channel COS 463: Wireless Networks Lecture 15 Kyle Jamieson [Parts adapted from C. Sodini, W. Ozan, J. Tan] Today 1. Delay Spread and Frequency-Selective Fading 2. Time-Domain

More information

Performance Evaluation of a UWB Channel Model with Antipodal, Orthogonal and DPSK Modulation Scheme

Performance Evaluation of a UWB Channel Model with Antipodal, Orthogonal and DPSK Modulation Scheme International Journal of Wired and Wireless Communications Vol 4, Issue April 016 Performance Evaluation of 80.15.3a UWB Channel Model with Antipodal, Orthogonal and DPSK Modulation Scheme Sachin Taran

More information

Performance Analysis of Concatenated RS-CC Codes for WiMax System using QPSK

Performance Analysis of Concatenated RS-CC Codes for WiMax System using QPSK Performance Analysis of Concatenated RS-CC Codes for WiMax System using QPSK Department of Electronics Technology, GND University Amritsar, Punjab, India Abstract-In this paper we present a practical RS-CC

More information

Basic idea: divide spectrum into several 528 MHz bands.

Basic idea: divide spectrum into several 528 MHz bands. IEEE 802.15.3a Wireless Information Transmission System Lab. Institute of Communications Engineering g National Sun Yat-sen University Overview of Multi-band OFDM Basic idea: divide spectrum into several

More information

Project: IEEE P Working Group for Wireless Personal Area Networks(WPANs)

Project: IEEE P Working Group for Wireless Personal Area Networks(WPANs) Slide 1 Project: IEEE P802.15 Working Group for Wireless Personal Area Networks(WPANs) Title: OFDM PHY Merge Proposal for TG4m Date Submitted: September 13, 2012 Source:, Cheol-ho Shin, Mi-Kyung Oh and

More information

TSTE17 System Design, CDIO. General project hints. Behavioral Model. General project hints, cont. Lecture 5. Required documents Modulation, cont.

TSTE17 System Design, CDIO. General project hints. Behavioral Model. General project hints, cont. Lecture 5. Required documents Modulation, cont. TSTE17 System Design, CDIO Lecture 5 1 General project hints 2 Project hints and deadline suggestions Required documents Modulation, cont. Requirement specification Channel coding Design specification

More information

UNIT- 7. Frequencies above 30Mhz tend to travel in straight lines they are limited in their propagation by the curvature of the earth.

UNIT- 7. Frequencies above 30Mhz tend to travel in straight lines they are limited in their propagation by the curvature of the earth. UNIT- 7 Radio wave propagation and propagation models EM waves below 2Mhz tend to travel as ground waves, These wave tend to follow the curvature of the earth and lose strength rapidly as they travel away

More information

CDMA Tutorial April 29, Michael Souryal April 29, 2006

CDMA Tutorial April 29, Michael Souryal April 29, 2006 Michael Souryal April 29, 2006 Common Components Encoding, modulation, spreading Common Features/Functionality Power control, diversity, soft handoff System Particulars cdmaone (IS-95) cdma2000 Sources:

More information

IEEE P Wireless Personal Area Networks

IEEE P Wireless Personal Area Networks IEEE P802.15 Wireless Personal Area Networks Project Title IEEE P802.15 Working Group for Wireless Personal Area Networks (WPANs) TVWS-NB-OFDM Merged Proposal to TG4m Date Submitted Sept. 18, 2009 Source

More information

M4B-4. Concatenated RS-Convolutional Codes for Ultrawideband Multiband-OFDM. Nyembezi Nyirongo, Wasim Q. Malik, and David. J.

M4B-4. Concatenated RS-Convolutional Codes for Ultrawideband Multiband-OFDM. Nyembezi Nyirongo, Wasim Q. Malik, and David. J. Concatenated RS-Convolutional Codes for Ultrawideband Multiband-OFDM Nyembezi Nyirongo, Wasim Q. Malik, and David. J. Edwards M4B-4 Department of Engineering Science, University of Oxford, Parks Road,

More information

EITN85, FREDRIK TUFVESSON, JOHAN KÅREDAL ELECTRICAL AND INFORMATION TECHNOLOGY. Why do we need UWB channel models?

EITN85, FREDRIK TUFVESSON, JOHAN KÅREDAL ELECTRICAL AND INFORMATION TECHNOLOGY. Why do we need UWB channel models? Wireless Communication Channels Lecture 9:UWB Channel Modeling EITN85, FREDRIK TUFVESSON, JOHAN KÅREDAL ELECTRICAL AND INFORMATION TECHNOLOGY Overview What is Ultra-Wideband (UWB)? Why do we need UWB channel

More information

Wireless Networks (PHY): Design for Diversity

Wireless Networks (PHY): Design for Diversity Wireless Networks (PHY): Design for Diversity Y. Richard Yang 9/20/2012 Outline Admin and recap Design for diversity 2 Admin Assignment 1 questions Assignment 1 office hours Thursday 3-4 @ AKW 307A 3 Recap:

More information

ENHANCING BER PERFORMANCE FOR OFDM

ENHANCING BER PERFORMANCE FOR OFDM RESEARCH ARTICLE OPEN ACCESS ENHANCING BER PERFORMANCE FOR OFDM Amol G. Bakane, Prof. Shraddha Mohod Electronics Engineering (Communication), TGPCET Nagpur Electronics & Telecommunication Engineering,TGPCET

More information

Mobile & Wireless Networking. Lecture 2: Wireless Transmission (2/2)

Mobile & Wireless Networking. Lecture 2: Wireless Transmission (2/2) 192620010 Mobile & Wireless Networking Lecture 2: Wireless Transmission (2/2) [Schiller, Section 2.6 & 2.7] [Reader Part 1: OFDM: An architecture for the fourth generation] Geert Heijenk Outline of Lecture

More information

Improved PHR coding of the MR-O-QPSK PHY

Improved PHR coding of the MR-O-QPSK PHY Improved PHR coding of the MR-O-QPSK PHY Michael Schmidt- ATMEL July 12, 2010 1/ 48 IEEE P802.15 Wireless Personal Area Networks Title: Improved PHR coding of the MR-O-QPSK PHY Date Submitted: July 12,

More information

Chapter 3 Introduction to OFDM-Based Systems

Chapter 3 Introduction to OFDM-Based Systems Chapter 3 Introduction to OFDM-Based Systems 3.1 Eureka 147 DAB System he Eureka 147 DAB [5] system has the following features: it has sound quality comparable to that of CD, it can provide maximal coverage

More information

Spread Spectrum. Chapter 18. FHSS Frequency Hopping Spread Spectrum DSSS Direct Sequence Spread Spectrum DSSS using CDMA Code Division Multiple Access

Spread Spectrum. Chapter 18. FHSS Frequency Hopping Spread Spectrum DSSS Direct Sequence Spread Spectrum DSSS using CDMA Code Division Multiple Access Spread Spectrum Chapter 18 FHSS Frequency Hopping Spread Spectrum DSSS Direct Sequence Spread Spectrum DSSS using CDMA Code Division Multiple Access Single Carrier The traditional way Transmitted signal

More information

1000BASE-RH PHY system simulations

1000BASE-RH PHY system simulations 1000BASE-RH PHY system simulations Rubén Pérez-Aranda (rubenpda@kdpof.com) Simulation scheme 1000BASE-RH PHY simulation scheme GMIII 64B/65B Encoding Binary Scrambler Coded PAM16 Symbol Scrambler THP Payload

More information

Comment Resolution for the MR-O-QPSK PHY

Comment Resolution for the MR-O-QPSK PHY Comment Resolution for the MR-O-QPSK PHY July 15, 2010 1/ 19 IEEE P802.15 Wireless Personal Area Networks Title: Comment Resolution for the MR-O-QPSK PHY Date Submitted: July 15, 2010 Source: Michael Schmidt

More information

Outline / Wireless Networks and Applications Lecture 7: Physical Layer OFDM. Frequency-Selective Radio Channel. How Do We Increase Rates?

Outline / Wireless Networks and Applications Lecture 7: Physical Layer OFDM. Frequency-Selective Radio Channel. How Do We Increase Rates? Page 1 Outline 18-452/18-750 Wireless Networks and Applications Lecture 7: Physical Layer OFDM Peter Steenkiste Carnegie Mellon University RF introduction Modulation and multiplexing Channel capacity Antennas

More information

Comment Resolution for the MR-O-QPSK PHY

Comment Resolution for the MR-O-QPSK PHY Comment Resolution for the MR-O-QPSK PHY July 14, 2010 1/ 19 IEEE P802.15 Wireless Personal Area Networks Title: Proposed Comment Resolution of the MR-O-QPSK PHY Date Submitted: July 14, 2010 Source: Michael

More information

Wireless Physical Layer Concepts: Part III

Wireless Physical Layer Concepts: Part III Wireless Physical Layer Concepts: Part III Raj Jain Professor of CSE Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu These slides are available on-line at: http://www.cse.wustl.edu/~jain/cse574-08/

More information

CDMA Design Library September 2004

CDMA Design Library September 2004 CDMA Design Library September 2004 Notice The information contained in this document is subject to change without notice. Agilent Technologies makes no warranty of any kind with regard to this material,

More information

#8 Adaptive Modulation Coding

#8 Adaptive Modulation Coding 06 Q Wireless Communication Engineering #8 Adaptive Modulation Coding Kei Sakaguchi sakaguchi@mobile.ee. July 5, 06 Course Schedule () Date Text Contents #7 July 5 4.6 Error correction coding #8 July 5

More information

Quick Introduction to Communication Systems

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

More information

Nutaq OFDM Reference

Nutaq OFDM Reference Nutaq OFDM Reference Design FPGA-based, SISO/MIMO OFDM PHY Transceiver PRODUCT SHEET QUEBEC I MONTREAL I NEW YORK I nutaq.com Nutaq OFDM Reference Design SISO/2x2 MIMO Implementation Simulation/Implementation

More information

A Robust and Low-Complexity Timing Synchronization Algorithm for ADSRC System Huynh Trong Anh 1, Jinsang Kim 1, Won-Kyung Cho 1, Jongchan Choi 2, Kitaek Lim 2, and Jaemin Kwak 2 1 CSA & VLSI Lab, Department

More information

Part 3. Multiple Access Methods. p. 1 ELEC6040 Mobile Radio Communications, Dept. of E.E.E., HKU

Part 3. Multiple Access Methods. p. 1 ELEC6040 Mobile Radio Communications, Dept. of E.E.E., HKU Part 3. Multiple Access Methods p. 1 ELEC6040 Mobile Radio Communications, Dept. of E.E.E., HKU Review of Multiple Access Methods Aim of multiple access To simultaneously support communications between

More information

NAVAL POSTGRADUATE SCHOOL THESIS

NAVAL POSTGRADUATE SCHOOL THESIS NAVAL POSTGRADUATE SCHOOL MONTEREY, CALIFORNIA THESIS SYNCHRONIZATION ANALYSIS AND SIMULATION OF A STANDARD IEEE 80.11G OFDM SIGNAL by Keith D. Lowham March 004 Thesis Advisor: Second Reader: Frank E.

More information

Higher Order Rotation Spreading Matrix for Block Spread OFDM

Higher Order Rotation Spreading Matrix for Block Spread OFDM University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 27 Higher Order Rotation Spreading Matrix for Block Spread OFDM Ibrahim

More information

WLAN a Spec. (Physical Layer) 2005/04/ /4/28. WLAN Group 1

WLAN a Spec. (Physical Layer) 2005/04/ /4/28. WLAN Group 1 WLAN 802.11a Spec. (Physical Layer) 2005/4/28 2005/04/28 1 802.11a PHY SPEC. for the 5GHz band Introduction The radio frequency LAN system is initially aimed for the 5.15-5.25, 5.25-5.35 GHz, & 5.725-5.825

More information

Signal Studio for IoT

Signal Studio for IoT Signal Studio for IoT N7610C TECHNICAL OVERVIEW Create Keysight validated and performance-optimized reference signals compliant to IEEE 802.15.4 (for ZigBee), 802.15.4g (for Wi-SUN), LoRa CSS and ITU-T

More information

Chapter 2 Overview - 1 -

Chapter 2 Overview - 1 - Chapter 2 Overview Part 1 (last week) Digital Transmission System Frequencies, Spectrum Allocation Radio Propagation and Radio Channels Part 2 (today) Modulation, Coding, Error Correction Part 3 (next

More information

An FPGA 1Gbps Wireless Baseband MIMO Transceiver

An FPGA 1Gbps Wireless Baseband MIMO Transceiver An FPGA 1Gbps Wireless Baseband MIMO Transceiver Center the Authors Names Here [leave blank for review] Center the Affiliations Here [leave blank for review] Center the City, State, and Country Here (address

More information

Comparison of BER for Various Digital Modulation Schemes in OFDM System

Comparison of BER for Various Digital Modulation Schemes in OFDM System ISSN: 2278 909X Comparison of BER for Various Digital Modulation Schemes in OFDM System Jaipreet Kaur, Hardeep Kaur, Manjit Sandhu Abstract In this paper, an OFDM system model is developed for various

More information

ETSI TS V1.1.1 ( )

ETSI TS V1.1.1 ( ) TS 102 887-1 V1.1.1 (2013-07) Technical Specification Electromagnetic compatibility and Radio spectrum Matters (ERM); Short Range Devices; Smart Metering Wireless Access Protocol; Part 1: PHY layer 2 TS

More information

Lecture 7/8: UWB Channel. Kommunikations

Lecture 7/8: UWB Channel. Kommunikations Lecture 7/8: UWB Channel Kommunikations Technik UWB Propagation Channel Radio Propagation Channel Model is important for Link level simulation (bit error ratios, block error ratios) Coverage evaluation

More information

Ultra Wideband Channel Model for IEEE a and Performance Comparison of DBPSK/OQPSK Systems

Ultra Wideband Channel Model for IEEE a and Performance Comparison of DBPSK/OQPSK Systems B.V. Santhosh Krishna et al, / (IJCSIT) International Journal of Computer Science and Information Technologies, Vol. 2 (1), 211, 87-96 Ultra Wideband Channel Model for IEEE 82.1.4a and Performance Comparison

More information

Transmit Diversity Schemes for CDMA-2000

Transmit Diversity Schemes for CDMA-2000 1 of 5 Transmit Diversity Schemes for CDMA-2000 Dinesh Rajan Rice University 6100 Main St. Houston, TX 77005 dinesh@rice.edu Steven D. Gray Nokia Research Center 6000, Connection Dr. Irving, TX 75240 steven.gray@nokia.com

More information

Frequency Hopping Spread Spectrum PHY of the Wireless LAN Standard. Why Frequency Hopping?

Frequency Hopping Spread Spectrum PHY of the Wireless LAN Standard. Why Frequency Hopping? Frequency Hopping Spread Spectrum PHY of the 802.11 Wireless LAN Standard Presentation to IEEE 802 March 11, 1996 Naftali Chayat BreezeCom Copyright 1996 IEEE, All rights reserved. This contains parts

More information

IEEE P Wireless Personal Area Networks

IEEE P Wireless Personal Area Networks IEEE P802.15 Wireless Personal Area Networks Project Title Date Submitted IEEE P802.15 Working Group for Wireless Personal Area Networks (WPANs) Technical Editor Contribution of IEEE Formatted Draft Text

More information

EECS 380: Wireless Technologies Week 7-8

EECS 380: Wireless Technologies Week 7-8 EECS 380: Wireless Technologies Week 7-8 Michael L. Honig Northwestern University May 2018 Outline Diversity, MIMO Multiple Access techniques FDMA, TDMA OFDMA (LTE) CDMA (3G, 802.11b, Bluetooth) Random

More information

: IEEE C802.16e-04/533r5. IEEE Broadband Wireless Access Working Group <

: IEEE C802.16e-04/533r5. IEEE Broadband Wireless Access Working Group < Project Title Date Submitted IEEE 802.16 Broadband Wireless Access Working Group Space-frequency bit-interleaved coded for MIMO-OFDM/OFDMA systems 2005-01-26 Source(s) Sumeet Sandhu,

More information

Adoption of this document as basis for broadband wireless access PHY

Adoption of this document as basis for broadband wireless access PHY Project Title Date Submitted IEEE 802.16 Broadband Wireless Access Working Group Proposal on modulation methods for PHY of FWA 1999-10-29 Source Jay Bao and Partha De Mitsubishi Electric ITA 571 Central

More information

SOFTWARE IMPLEMENTATION OF a BLOCKS ON SANDBLASTER DSP Vaidyanathan Ramadurai, Sanjay Jinturkar, Sitij Agarwal, Mayan Moudgill, John Glossner

SOFTWARE IMPLEMENTATION OF a BLOCKS ON SANDBLASTER DSP Vaidyanathan Ramadurai, Sanjay Jinturkar, Sitij Agarwal, Mayan Moudgill, John Glossner SOFTWARE IMPLEMENTATION OF 802.11a BLOCKS ON SANDBLASTER DSP Vaidyanathan Ramadurai, Sanjay Jinturkar, Sitij Agarwal, Mayan Moudgill, John Glossner Sandbridge Technologies, 1 North Lexington Avenue, White

More information

Practical issue: Group definition. TSTE17 System Design, CDIO. Quadrature Amplitude Modulation (QAM) Components of a digital communication system

Practical issue: Group definition. TSTE17 System Design, CDIO. Quadrature Amplitude Modulation (QAM) Components of a digital communication system 1 2 TSTE17 System Design, CDIO Introduction telecommunication OFDM principle How to combat ISI How to reduce out of band signaling Practical issue: Group definition Project group sign up list will be put

More information

FHTW. PSSS - Parallel Sequence Spread Spectrum A Potential Physical Layer for OBAN? Horst Schwetlick. Fachhochschule für Technik und Wirtschaft Berlin

FHTW. PSSS - Parallel Sequence Spread Spectrum A Potential Physical Layer for OBAN? Horst Schwetlick. Fachhochschule für Technik und Wirtschaft Berlin FHTW Fachhochschule für Technik und Wirtschaft Berlin University of Applied Sciences PSSS - Parallel Sequence Spread Spectrum A Potential Physical Layer for OBAN? Horst Schwetlick Content PSSS for OBAN?

More information

[Insert Document Title Here]

[Insert Document Title Here] [Insert Document Title Here] IEEE 802.16 Presentation Submission Template (Rev. 8) Document Number: IEEE 802.16.3p-00/33 Date Submitted: 2000-11-13 Source: Yossi Segal Voice: 972-3-9528440 RunCom Technologies

More information

CHAPTER 4. DESIGN OF ADAPTIVE MODULATION SYSTEM BY USING 1/3 RATE TURBO CODER (SNR Vs BER)

CHAPTER 4. DESIGN OF ADAPTIVE MODULATION SYSTEM BY USING 1/3 RATE TURBO CODER (SNR Vs BER) 112 CHAPTER 4 DESIGN OF ADAPTIVE MODULATION SYSTEM BY USING 1/3 RATE TURBO CODER (SNR Vs BER) 4.1 NECESSITY FOR SYSTEM DESIGN The improved BER was achieved by inhibiting 1/3 rated Turbo coder instead of

More information

Major Leaps in Evolution of IEEE WLAN Technologies

Major Leaps in Evolution of IEEE WLAN Technologies Major Leaps in Evolution of IEEE 802.11 WLAN Technologies Thomas A. KNEIDEL Rohde & Schwarz Product Management Mobile Radio Tester WLAN Mayor Player in Wireless Communications Wearables Smart Homes Smart

More information

WLAN Design Library August 2005

WLAN Design Library August 2005 WLAN Design Library August 2005 Notice The information contained in this document is subject to change without notice. Agilent Technologies makes no warranty of any kind with regard to this material, including,

More information

DSP IMPLEMENTATION OF HIGH SPEED WLAN USING OFDM

DSP IMPLEMENTATION OF HIGH SPEED WLAN USING OFDM DSP IMPLEMENTATION OF HIGH SPEED WLAN USING OFDM M. Fahim Tariq, Tony Horseman, Andrew Nix Centre for Communications Research, University of Bristol, Merchant Venturers Building, Woodland Road, Bristol

More information

With a lot of material from Rich Nicholls, CTL/RCL and Kurt Sundstrom, of unknown whereabouts

With a lot of material from Rich Nicholls, CTL/RCL and Kurt Sundstrom, of unknown whereabouts Signal Processing for OFDM Communication Systems Eric Jacobsen Minister of Algorithms, Intel Labs Communication Technology Laboratory/ Radio Communications Laboratory July 29, 2004 With a lot of material

More information

Project: IEEE P Working Group for Wireless Personal Area Networks N

Project: IEEE P Working Group for Wireless Personal Area Networks N Project: IEEE P802.15 Working Group for Wireless Personal Area Networks N (WPANs( WPANs) Title: [Pulsed DS-UWB with optional CS-UWB for Various Applications] Date Submitted: [January 2005] Source: [Huan-Bang

More information

Performance Enhancement of Multi User Detection for the MC-CDMA

Performance Enhancement of Multi User Detection for the MC-CDMA Performance Enhancement of Multi User Detection for the MC-CDMA Ramabhai Patel M.E., Department of Electronics & Communication, L.D.College of Engineering, Gujarat, India ABSTRACT:The bit error rate of

More information

C802.16a-02/76. IEEE Broadband Wireless Access Working Group <

C802.16a-02/76. IEEE Broadband Wireless Access Working Group < Project IEEE 802.16 Broadband Wireless Access Working Group Title Convolutional Turbo Codes for 802.16 Date Submitted 2002-07-02 Source(s) Re: Brian Edmonston icoding Technology

More information

Chapter 2 Overview - 1 -

Chapter 2 Overview - 1 - Chapter 2 Overview Part 1 (last week) Digital Transmission System Frequencies, Spectrum Allocation Radio Propagation and Radio Channels Part 2 (today) Modulation, Coding, Error Correction Part 3 (next

More information

Outline. Wireless Networks (PHY): Design for Diversity. Admin. Outline. Page 1. Recap: Impact of Channel on Decisions. [hg(t) + w(t)]g(t)dt.

Outline. Wireless Networks (PHY): Design for Diversity. Admin. Outline. Page 1. Recap: Impact of Channel on Decisions. [hg(t) + w(t)]g(t)dt. Wireless Networks (PHY): Design or Diversity Admin and recap Design or diversity Y. Richard Yang 9/2/212 2 Admin Assignment 1 questions Assignment 1 oice hours Thursday 3-4 @ AKW 37A Channel characteristics

More information

UWB for Sensor Networks:

UWB for Sensor Networks: IEEE-UBC Symposium on future wireless systems March 10 th 2006, Vancouver UWB for Sensor Networks: The 15.4a standard Andreas F. Molisch Mitsubishi Electric Research Labs, and also at Department of Electroscience,

More information

Chalmers Publication Library. Copyright Notice

Chalmers Publication Library. Copyright Notice Chalmers Publication Library Copyright Notice 2005 IEEE. Personal use of this material is permitted. However, permission to reprint/republish this material for advertising or promotional purposes or for

More information

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology CSC344 Wireless and Mobile Computing Department of Computer Science COMSATS Institute of Information Technology Wireless Physical Layer Concepts Part III Noise Error Detection and Correction Hamming Code

More information

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ICCE.2012.

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ICCE.2012. Zhu, X., Doufexi, A., & Koçak, T. (2012). A performance enhancement for 60 GHz wireless indoor applications. In ICCE 2012, Las Vegas Institute of Electrical and Electronics Engineers (IEEE). DOI: 10.1109/ICCE.2012.6161865

More information

IEEE Broadband Wireless Access Working Group < Proposal for an OFDM-based Air Interface Physical Layer

IEEE Broadband Wireless Access Working Group <  Proposal for an OFDM-based Air Interface Physical Layer Project Title Date Submitted IEEE 802.16 Broadband Wireless Access Working Group Proposal for an OFDM-based 802.16.3 Air Interface Physical Layer 2000-10-30 Source(s) José Francia

More information

Required Background (You must satisfy All of the following requirements ) BSEE GPA>3 for technical Courses

Required Background (You must satisfy All of the following requirements ) BSEE GPA>3 for technical Courses Syllabus of EL6033 Grading Policy Midterm Exam: 35% Final Exam: 35% Homework and Class Participation (email discussions): 30% Required Background (You must satisfy All of the following requirements ) BSEE

More information

ETSI SMG#24 TDoc SMG 903 / 97. December 15-19, 1997 Source: SMG2. Concept Group Alpha - Wideband Direct-Sequence CDMA: System Description Summary

ETSI SMG#24 TDoc SMG 903 / 97. December 15-19, 1997 Source: SMG2. Concept Group Alpha - Wideband Direct-Sequence CDMA: System Description Summary ETSI SMG#24 TDoc SMG 903 / 97 Madrid, Spain Agenda item 4.1: UTRA December 15-19, 1997 Source: SMG2 Concept Group Alpha - Wideband Direct-Sequence CDMA: System Description Summary Concept Group Alpha -

More information

Rep. ITU-R BO REPORT ITU-R BO SATELLITE-BROADCASTING SYSTEMS OF INTEGRATED SERVICES DIGITAL BROADCASTING

Rep. ITU-R BO REPORT ITU-R BO SATELLITE-BROADCASTING SYSTEMS OF INTEGRATED SERVICES DIGITAL BROADCASTING Rep. ITU-R BO.7- REPORT ITU-R BO.7- SATELLITE-BROADCASTING SYSTEMS OF INTEGRATED SERVICES DIGITAL BROADCASTING (Questions ITU-R 0/0 and ITU-R 0/) (990-994-998) Rep. ITU-R BO.7- Introduction The progress

More information

ALi Linear n-stage t ShiftRegister output tsequence

ALi Linear n-stage t ShiftRegister output tsequence PN CODE GENERATION (cont d) ALi Linear n-stage t ShiftRegister output tsequence Modulo-2 Adder h hn-1 h hn-2 h h2 h h1 X n-1 X n-2 X 1 X 0 Output Note: hi=1 represents a closed circuit; hi=0 represents

More information

Image transfer and Software Defined Radio using USRP and GNU Radio

Image transfer and Software Defined Radio using USRP and GNU Radio Steve Jordan, Bhaumil Patel 2481843, 2651785 CIS632 Project Final Report Image transfer and Software Defined Radio using USRP and GNU Radio Overview: Software Defined Radio (SDR) refers to the process

More information

Elham Torabi Supervisor: Dr. Robert Schober

Elham Torabi Supervisor: Dr. Robert Schober Low-Rate Ultra-Wideband Low-Power for Wireless Personal Communication Area Networks Channel Models and Signaling Schemes Department of Electrical & Computer Engineering The University of British Columbia

More information

PERFORMANCE GAIN OF SMART DUAL ANTENNAS AT HANDSETS IN 3G CDMA SYSTEM

PERFORMANCE GAIN OF SMART DUAL ANTENNAS AT HANDSETS IN 3G CDMA SYSTEM PERFORMANCE GAIN OF SMART DUAL ANTENNAS AT HANDSETS IN 3G CDMA SYSTEM Suk Won Kim 1,DongSamHa 1,andJeongHoKim 2 1 VTVT (Virginia Tech VLSI for Telecommunications) Laboratory Department of Electrical and

More information

WLAN DesignGuide September 2004

WLAN DesignGuide September 2004 WLAN DesignGuide September 2004 Notice The information contained in this document is subject to change without notice. Agilent Technologies makes no warranty of any kind with regard to this material, including,

More information

Notes 15: Concatenated Codes, Turbo Codes and Iterative Processing

Notes 15: Concatenated Codes, Turbo Codes and Iterative Processing 16.548 Notes 15: Concatenated Codes, Turbo Codes and Iterative Processing Outline! Introduction " Pushing the Bounds on Channel Capacity " Theory of Iterative Decoding " Recursive Convolutional Coding

More information

Improved concatenated (RS-CC) for OFDM systems

Improved concatenated (RS-CC) for OFDM systems Improved concatenated (RS-CC) for OFDM systems Mustafa Dh. Hassib 1a), JS Mandeep 1b), Mardina Abdullah 1c), Mahamod Ismail 1d), Rosdiadee Nordin 1e), and MT Islam 2f) 1 Department of Electrical, Electronics,

More information