SlideShare una empresa de Scribd logo
1 de 4
Descargar para leer sin conexión
GMSK Modulation Implementation for GSM in DSP
Ashok R S 1
, Pushpalatha S 2
1
PG Scholar, Dept. of DECS, VTU Regional Centre, Mysore, Karnataka, India.
2
Asst. Professor, Dept. of DECS, GSSSIETW, Mysore, Karnataka, India.
1ashokchnagar@gmail.com
Abstract—This paper describes an implementation of GMSK
modulator on the TMS320C6713 16-bitFloating Point Processor.
GMSK is a highly bandwidth efficient scheme which is currently
popular in GSM based cellular mobile systems. The modulator is
configured for a data rate of 8 kbps and a BT product of 0.3,
both of which are fully configurable. The implementation has
been done based around a numerically Controlled Oscillator,
which provides a very flexible means of implementing most of the
modulation schemes. The improvement lies in the fact, that by
the simplification of the filtering process, inphase and
quadrature output samples in baseband remain only in a
denumerable number of points. A very simple algorithm has
been designed, which brings more accuracy and efficiency in the
generation of GMSK signals in DSP. Simulation work has been
done using Elanix software package.
Keywords— GMSK, Wireless Communication, Cellular system,
Computer Simulation
I. INTRODUCTION
There are a number of factors that influence the choice of a
modulation scheme for use in a wireless communication. The
performance of a mobile communication system is dependent
on the efficiency of the used modulation method. Linear and
constant envelope modulation techniques, such as BPSK,
QPSK, GMSK, etc…, were used to examine the features of
the required modulation scheme, and to illustrate their use in
the cellular environments. The goal of a modulation technique
is not only to transport message signal through a radio channel,
but also to achieve this with the best quality, power efficiency,
and with the least possible amount of bandwidth (1).
Cellular mobile radio systems enable high-density
geographical co-channel reuse and are effective for achieving
efficient spectrum utilization. These systems are adopted in
advanced mobile radio system plans. Digital technologies are
also effectively applied to achieve not only high-speed, highly
reliable data transmission but also high-grade, highly flexible
system control (2).
The distribution of channels and channel frequency must be
ensures that assignments within one geographical cell area
will not interfere with channels assigned in adjacent cell
locations (4). The special characteristics of the mobile-radio
environment can have an adverse effect upon radio
propagation, and consequently can affect this quality of
services provided (5). It is therefore essential to know the
cause, extent, and methods for minimizing these effects in
order to improve the quality and reliability of mobile-radio
telephone communication.
In light of many problems, many observers are now begin
to look toward a next generation of mobile radio based on the
digital signal processing and voice coding technology that
have come so far under the impetus of increasingly powerful
processors.
Digital mobile radio shares three basic characters: coding,
modulation, and multiplexing. Modulation is the technique by
which the digital bit stream is transferred onto radio carrier.
Any modulation technique can be used to carry a digital signal
of particular interest are the highly spectrum efficiency. The
choice of modulation technique for a mobile radio system will
rest on two considerations.
First, it should be spectrum-efficient and should occupy as
narrow a transmission bandwidth as possible with a sharp
power roll-off (6). Second, as with the voice oders, it should
be able to withstand a high error environment. Some spectrum
efficient techniques like QAM are highly efficient, but are not
suitable for modulation applications because they require a
stable amplitude reference not present in a fluctuating mobile
signal. Conventional PSK also is unsuitable because it
requires an absolute phase reference (7).
First, the specific requirements on the digital modulation
for mobile radio use are described. Then, premodulation
Gaussian filtered minimum shift keying (GMSK) with
coherent detection is proposed as an effective digital
modulation for the present purpose, and its fundamental
properties.
The purpose of this paper is to modeling and simulates a
GMSK system and exploited this system in the mobile
wireless applications. To achieve this we studied the behavior
of radio waves during propagation in the radio channel, from
the transmitting antenna to the receiving antenna. The
majority of signal degradation occurs, and so to develop
effective transmission methods it is necessary to have
knowledge of what actually happens in the channel. So we
simulated this channel using ELANIX package. In order to
fulfill this task we modeled and simulate the transmitter and
the receiver. The use of computer simulation has greatly aided
this process. The adaptability of simulated communication
systems is of a great advantage. Simulation also allows ease of
comparison between various models.
Fig.1. DSP Base band GMSK Modulation
x t( )Coder
Bits ak
s t( )
2h


t
 ( )t
cos()
sin()
+
-
s t r t h t( ) ( )* ( )
 k
k
a t kT 
 cos 2 cf t
 sin 2 cf t
ISBN-13: 978-1535448697
www.iaetsd.in
Proceedings of ICRMET-2016
©IAETSD 201633
This method requires that the frequency deviation factor of
the VCO exactly equals 0.5, but the modulation index of
conventional VCO based transmitter drifts over time and
temperature. The implementation in the Fig. 1 employs a
quadrature baseband process followed by a quadrature
modulator. With this implementation, the modulation index
can be maintained at exactly 0.5. This method is also cheaper
to implement. Both methods lead to the same GMSK
modulated signal.
II. IMPLEMENTATION AND PRACTICAL REALIZATION OF
GMSK MODULATOR.
A. Processor Specifications
The implementation has been done on a TMS320C6713
Processor on a DSP Starter Kit. The Starter Kit has an
ELANIX software that. The sampling frequency and gain of
the AIC can be programmed by changing the values in certain
registers. Because of the ease of implementation, this platform
was chosen.
B. Implementation Considerations:-
The Gaussian Filter needs to be implemented digitally. It
has been implemented as an FIR Filter. To meet this end the
frequency response of the analog filter can be sampled and its
inverse fourier transform found (or) the Impulse Response
could be sampled. In this implementation, the Gaussian Filter
does not have considerable response beyond 2B => therefore
it is sufficient if its Impulse Response is sampled (because
there is no aliasing). A Window (Hamming Window) has been
used to minimize the ripple.
The GMSK Modulator requires the following Modules to
be available:-
 Gaussian FIR Filter
 FM Modulator with Modulation Index 0.5
The Gaussian FIR Filter requires a real-time FIR Filter with
configurable order and sampling Frequency to be
implemented on the Processor. The Modulator is built around
a real-time Numerically Controlled Oscillator with
configurable parameters. Block diagram of the practical
realization of the GMSK modulator in DSP is depicted in Fig.
2.
Fig2. Practical Realization of GMSK Modulator
Input bit sequence ak(kTB) (which is the combination of
values -1 and 1) is interpolated and filtered by the Gaussian
filter. Bandwidth of the output signal xn(nTQ) is given by the
relative filter bandwidth BGTB, where BG is 3 dB bandwidth of
the GLPF filter.
A FIR Filter needs to be implemented so the Gaussian filter
coefficients can be entered in. The FIR Filter has the
following considerations.
The Fir Filter should respond to every ADC output.
Therefore it has to be interrupt-based.
Before the next sample arrives from the ADC output the
previous sample has to process and its output sent out to the
DAC. The past N inputs must be stored as a memory block.
At each input, all the data in the block must be shifted
down to make for the new input.
Finite Word length: - All the coefficients have to quantise
before storing in the registers. This error (Coeffecient
Quantisation Error) has been simulated and the coeffs
quantised to ensure minimum error.
TQ is the selected sampling period in baseband,
interpolation rate is Ir=TB/TQ. Modulation signal xn(nTQ)
represents a frequency parameter of GMSK modulation. The
integrator is used to obtain the phase parameter Φ(nTQ),
whose function is given by the relation. Denumerable number
of output phase values in the interval <0;2π>“ First let us
consider the results obtained in [1], where the filter output
samples are based on the relation (2). Some modification of
this relation has been done, as in equation (1), in order to get
more accurate congruence with an analog definition of FIR
filter. In addition to that, the FIR length N is not arbitrary, but
it must be the product of interpolation rate Ir and (L-1), where
L is the number of input bits, which are used for the
computation of filter output wave.
(1)
(2)
Considering, that the filter energy transfer is at maximum
equal to one, we get
(3)
Now we can suppose, that we have an infinite input
sequence ak(kTB), where there are many occurrences of all
possible combinations of (L-1) bits. When the feature of h
given by the relation (3) is used in (2), maybe we will be able
to find sub-sequences, where the output phase Φ (nTQ)
changes in integral multiplies of π/2. Now a very large
simplification will be used. We do not need to compute
directly all FIR output samples and integrate them, but we
ISBN-13: 978-1535448697
www.iaetsd.in
Proceedings of ICRMET-2016
©IAETSD 201634
only need to integrate the number of occurrences of each input
bit weighted by the bit value.
Firstly, we have to find the weighted number of
occurrences Λi,l of each bit while computing one FIR output
wave according to the selected subsequence of L input bits:
(4)
Note that no value of the impulse response h is used. If we
take a more detailed look into these functions, we can say that,
when the sum of all Λ functions computed over much more
than L input bits is an integral number, see (5), then the real
phase Φ(nTQ) changes exactly in the integral multiple of π/2:
(5)
Where k is an integral number and i2>=i1+2(L-1).
Considering all aspects mentioned above, equation (5) has two
general solutions:
(6)
The analysis of the solution of equations given in (6)
implies that the phase changes only in a few discrete points, so
we are able to use the look-up table, where sine and cosine
values of the phase Φ (nTQ) trajectories are directly stored. It
follows from the analysis too, that the number of all possible
phase trajectories in one phase quadrant is 2L
.
All possible combinations of L input bits form one part of
ROM address and represent the selection of a phase trajectory.
The number of phase trajectories is equal to 2L
. All 8 possible
shapes of the phase trajectories in first quadrant for L=3 are
depicted in Fig. 3.
Fig3. All Possible shapes of Phase trajectories in first quadrant for L=3.
NCO is a very powerful tool based on the DSP concept
called Direct Digital Synthesis (DDS). Direct digital synthesis
(DDS) is a technique for using digital data processing blocks
as a means to generate a frequency- and phase-tunable output
signal referenced to a fixed-frequency precision clock source.
In essence, the reference clock frequency is “divided down” in
a DDS architecture by the scaling factor set forth in a
programmable binary tuning word.
In this architecture the sine wave samples are stored in the
processors memory. They are being read and output at every
clock rising edge. This simple technique can be used to
produce any frequency output between 0<f<fs/2
The Value of phase that has to be looked up in the LUT is
determined by the frequency word (fword). That is a fixed
increment is given to the phase at each clock edge. This value
of phase is referred in the LUT and the sample output-ed.
In this figure the jump size, m is the fword ; 2^N is the total
number of phase values for which the corresponding
amplitudes are stored in the LUT. Fc is the sampling
frequency.
Thus the basic architecture of an NCO can be described as
follows. For PM the phase jumps by the amplitude of the input
in addition to the fword every time. For FM the frequency
word is altered as some Fc + Fctrl where Fctrl is proportional
to the input
FM Using NCO
Ph<- 0 initially
Every Clock Cycle {
Fctrl <- k*Input
Ph<-ph + fword + fctrl
Output (LUT(Ph))
}
PM Using NCO
Ph<- 0 initially
Every Clock Cycle {
Fctrl <- k*Input
Ph<-ph + fword
Output (LUT(Ph + Fctrl))
}.
III. RESULTS & DISCUSSION
To demonstrate the GMSK modulation, we are using the
following randomly chosen binary data stream. {1,1,–1,1,1,–
1,–1,1,–1,1,–1,–1, 1,1,–1,1,1,–1,–1,1,–1,1,–1,–1,…}.
The beginning of this data stream can be represented
graphically. As the data passes through the filter it is shaped
and ISI (Inter Symbol Interference) is introduced since more
than one bit is passing through the filter at any time. For BN =
0.3, since the bits are spread over two bit periods, the second
bit enters the filter as the first is half way through, the third
enters as the first leaves etc is shown in fig4.
The beginning of the data stream being sent through the
filter.
Fig4 (a)GMSK Base band Modulator
ISBN-13: 978-1535448697
www.iaetsd.in
Proceedings of ICRMET-2016
©IAETSD 201635
Fig 4(b) DSP Implementation
Once we have obtained the function c(t), its sine and cosine
functions are found to produce the I and Q-baseband signals.
Taking the cosine of c(t) produces the I-baseband signal I(t),
i.e., I(t) = cos (c(t)), which can be represented graphically
show in fig 6.
Fig5. Eye diagram for GMSK Frequency Trajectories
Fig6: I and Q-baseband signals
IV.CONCLUSION
The GMSK Modulator was constructed and the output of
the modulator verified with the simulation results. The MSK
Modulator and the Gaussian Low Pass Filter were
independently verified. The results closely matched the
simulation outputs. The filter impulse response (in our case
GLPF) can be arbitrarily random, the only limitation is that
the bit count L should be small (accordingly the length N ).
Hence there is the possibility to use this approach in any other
CPM modulator with impulse shaping. With the signal
processor TMS320C6713, which has a maximum system
clock frequency of 80 MHz, we can achieve modulation rates
for GMSK well above 1 MSample/s.
REFERENCES
[1] ŠEBESTA, J., KASAL, M. : Fast GMSK modulation in DSP,
In proceedings of 17th International Conference on Applied
Electromagnetics and Communications, ICECom 2003.
Dubrovnik (Croatia), KoREMA Zagreb, 2003, p. 120-122.
ISBN 953-6037-39-4.
[2] W.C. LEE, Mobile Communication Engineering, (McGraw-
Hill, Inc., 1982).
[3] F. KAMILO., Advanced Digital Communications Systems and
Signal processing Techniques (Prentice-Hall, Inc., 1987).
[4] D.Y. MICHEL, Foundations of Mobile Radio Engineering,
(CRC Press, Inc., 1993).
[5] L.W. COUCH, Digital and analog communication systems, 4th
Ed., (Macmillan Publ. Co., New York, 1993).
[6] R.E. ZIEMER, R.L. PETERSON, Introduction to digital
communications, (Macmillan Publ. Co., 1992).
[7] S. PASUPATHY, Minimum Shift Keying: a Spectrally Effi
cient Modulation, IEEE Commun. Magazine, pp. 14-22, July
1979.
[8] C.L. LIU, K. FEHER, Noncoherent detection of π/4-Shifted
System in a CCI-AWGN Combined Interference Environment”,
Proc. of the IEEE, 40th Vehicular Techn. Conf., San Francisco,
1989.
[9] K. MUROTA, K. HIRADE, GMSK Modulation for digital
Mobile Radio Telephony, IEEE Trans. Commun., COM-29,
1044-1050, July 1981.
[10] H. SUZUKI, Optimum Gaussian Filter for Differential
Detection of MSK, IEEE Trans. Commun., COM-29, 916-917,
June 1981.
[11] J. SMITH, A Computer Generated Multipath Fading
Simulation for Mobile Radio, IEEE Trans. Vehicular Techn.,
24 (3), Aug. 1975.
[12] K. ANVARI, D. WOO, Susceptibility of π/4 DQPSK TDMA
Channel to Receiver Impairments, RF Design, pp. 49-55,
February 1991.
[13] Y. AKAIWA, Y. NAGATA, Highly Effi cient Digital Mobile
Communications with a Linear Modulation Method, IEEE J. on
Selected Areas in Commun., SAC-5 (5), 890-895, June 1987.
[14] M. GANS, A Power-Spectral Theory of Propagation in the
Mobile-Radio Environment, IEEE Trans. on Vehicular Techn.,
21 (1), Feb. 1972.
[15] F.G. JENKS, P.D. MORGAN, C.S. WARREN, Use of four-
level phase modulation for digital mobile radio, IEEE Trans.
Electromagnet. Compat., EMC-14, 113-128, November 1972.
ISBN-13: 978-1535448697
www.iaetsd.in
Proceedings of ICRMET-2016
©IAETSD 201636

Más contenido relacionado

La actualidad más candente

EEP306: Binary phase shift keying
EEP306: Binary phase shift keyingEEP306: Binary phase shift keying
EEP306: Binary phase shift keyingUmang Gupta
 
DPSK(Differential Phase Shift Keying) transmitter and receiver
DPSK(Differential Phase Shift Keying) transmitter and receiverDPSK(Differential Phase Shift Keying) transmitter and receiver
DPSK(Differential Phase Shift Keying) transmitter and receiverSumukh Athrey
 
Tele3113 wk10wed
Tele3113 wk10wedTele3113 wk10wed
Tele3113 wk10wedVin Voro
 
PSK (PHASE SHIFT KEYING )
PSK (PHASE SHIFT KEYING )PSK (PHASE SHIFT KEYING )
PSK (PHASE SHIFT KEYING )vijidhivi
 
M ary psk and m ary qam ppt
M ary psk and m ary qam pptM ary psk and m ary qam ppt
M ary psk and m ary qam pptDANISHAMIN950
 
Digital Modulation Unit 3
Digital Modulation Unit 3Digital Modulation Unit 3
Digital Modulation Unit 3Anil Nigam
 
Quadrature phase shift keying
Quadrature phase shift keyingQuadrature phase shift keying
Quadrature phase shift keyingSneheshDutta
 
M-ary Modulation, noise modelling, bandwidth, Bandpass Modulation
M-ary Modulation, noise modelling, bandwidth, Bandpass ModulationM-ary Modulation, noise modelling, bandwidth, Bandpass Modulation
M-ary Modulation, noise modelling, bandwidth, Bandpass ModulationDrAimalKhan
 
Tele3113 wk10tue
Tele3113 wk10tueTele3113 wk10tue
Tele3113 wk10tueVin Voro
 
Comparative Study and Performance Analysis of different Modulation Techniques...
Comparative Study and Performance Analysis of different Modulation Techniques...Comparative Study and Performance Analysis of different Modulation Techniques...
Comparative Study and Performance Analysis of different Modulation Techniques...Souvik Das
 
Digital modulation techniques updated
Digital modulation techniques updatedDigital modulation techniques updated
Digital modulation techniques updatedMuhammad Mohsin Raza
 
Design and implementation of qpsk modulator using digital subcarrier
Design and implementation of qpsk modulator using digital subcarrierDesign and implementation of qpsk modulator using digital subcarrier
Design and implementation of qpsk modulator using digital subcarrierGongadi Nagaraju
 
Qudrature Amplitude Modulation by Krishna Teja & Sunil
Qudrature Amplitude Modulation by Krishna Teja & SunilQudrature Amplitude Modulation by Krishna Teja & Sunil
Qudrature Amplitude Modulation by Krishna Teja & Sunilkrishnateja407
 
Feasibility Study of OFDM-MFSK Modulation Scheme for Smart Metering Technology
Feasibility Study of OFDM-MFSK Modulation Scheme for Smart Metering TechnologyFeasibility Study of OFDM-MFSK Modulation Scheme for Smart Metering Technology
Feasibility Study of OFDM-MFSK Modulation Scheme for Smart Metering TechnologyCommunication Systems & Networks
 
Digital communication methods
Digital communication methodsDigital communication methods
Digital communication methodsMohammad Bappy
 
M ary psk modulation
M ary psk modulationM ary psk modulation
M ary psk modulationAhmed Diaa
 

La actualidad más candente (20)

EEP306: Binary phase shift keying
EEP306: Binary phase shift keyingEEP306: Binary phase shift keying
EEP306: Binary phase shift keying
 
DPSK(Differential Phase Shift Keying) transmitter and receiver
DPSK(Differential Phase Shift Keying) transmitter and receiverDPSK(Differential Phase Shift Keying) transmitter and receiver
DPSK(Differential Phase Shift Keying) transmitter and receiver
 
Tele3113 wk10wed
Tele3113 wk10wedTele3113 wk10wed
Tele3113 wk10wed
 
PSK (PHASE SHIFT KEYING )
PSK (PHASE SHIFT KEYING )PSK (PHASE SHIFT KEYING )
PSK (PHASE SHIFT KEYING )
 
M ary psk and m ary qam ppt
M ary psk and m ary qam pptM ary psk and m ary qam ppt
M ary psk and m ary qam ppt
 
Digital Modulation Unit 3
Digital Modulation Unit 3Digital Modulation Unit 3
Digital Modulation Unit 3
 
Quadrature phase shift keying
Quadrature phase shift keyingQuadrature phase shift keying
Quadrature phase shift keying
 
Advantages of qpsk
Advantages of qpskAdvantages of qpsk
Advantages of qpsk
 
M-ary Modulation, noise modelling, bandwidth, Bandpass Modulation
M-ary Modulation, noise modelling, bandwidth, Bandpass ModulationM-ary Modulation, noise modelling, bandwidth, Bandpass Modulation
M-ary Modulation, noise modelling, bandwidth, Bandpass Modulation
 
Tele3113 wk10tue
Tele3113 wk10tueTele3113 wk10tue
Tele3113 wk10tue
 
Comparative Study and Performance Analysis of different Modulation Techniques...
Comparative Study and Performance Analysis of different Modulation Techniques...Comparative Study and Performance Analysis of different Modulation Techniques...
Comparative Study and Performance Analysis of different Modulation Techniques...
 
Digital modulation techniques updated
Digital modulation techniques updatedDigital modulation techniques updated
Digital modulation techniques updated
 
ADC Digital Modulation
ADC   Digital ModulationADC   Digital Modulation
ADC Digital Modulation
 
Digital Communication Unit 3
Digital Communication Unit 3Digital Communication Unit 3
Digital Communication Unit 3
 
Group no 11
Group no 11Group no 11
Group no 11
 
Design and implementation of qpsk modulator using digital subcarrier
Design and implementation of qpsk modulator using digital subcarrierDesign and implementation of qpsk modulator using digital subcarrier
Design and implementation of qpsk modulator using digital subcarrier
 
Qudrature Amplitude Modulation by Krishna Teja & Sunil
Qudrature Amplitude Modulation by Krishna Teja & SunilQudrature Amplitude Modulation by Krishna Teja & Sunil
Qudrature Amplitude Modulation by Krishna Teja & Sunil
 
Feasibility Study of OFDM-MFSK Modulation Scheme for Smart Metering Technology
Feasibility Study of OFDM-MFSK Modulation Scheme for Smart Metering TechnologyFeasibility Study of OFDM-MFSK Modulation Scheme for Smart Metering Technology
Feasibility Study of OFDM-MFSK Modulation Scheme for Smart Metering Technology
 
Digital communication methods
Digital communication methodsDigital communication methods
Digital communication methods
 
M ary psk modulation
M ary psk modulationM ary psk modulation
M ary psk modulation
 

Similar a Iaetsd gmsk modulation implementation for gsm in dsp

Designing and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemDesigning and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemIOSR Journals
 
Designing and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemDesigning and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemIOSR Journals
 
Digital Implementation of Costas Loop with Carrier Recovery
Digital Implementation of Costas Loop with Carrier RecoveryDigital Implementation of Costas Loop with Carrier Recovery
Digital Implementation of Costas Loop with Carrier RecoveryIJERD Editor
 
Iaetsd stbc-ofdm downlink baseband receiver for mobile wman
Iaetsd stbc-ofdm downlink baseband receiver for mobile wmanIaetsd stbc-ofdm downlink baseband receiver for mobile wman
Iaetsd stbc-ofdm downlink baseband receiver for mobile wmanIaetsd Iaetsd
 
RF Mixed Signal Guidi-McIllree-Stannard
RF Mixed Signal Guidi-McIllree-StannardRF Mixed Signal Guidi-McIllree-Stannard
RF Mixed Signal Guidi-McIllree-StannardJohn Stannard
 
Comparative study of_digital_modulation (1)
Comparative study of_digital_modulation (1)Comparative study of_digital_modulation (1)
Comparative study of_digital_modulation (1)Bindia Kumari
 
Implementation of OFDM System Using Various Channel Modulation Schemes
Implementation of OFDM System Using Various Channel Modulation SchemesImplementation of OFDM System Using Various Channel Modulation Schemes
Implementation of OFDM System Using Various Channel Modulation SchemesIJCSIS Research Publications
 
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...Performance Analysis of BER and Throughput of Different MIMO Systems using Di...
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...IRJET Journal
 
Types Of Window Being Used For The Selected Granule
Types Of Window Being Used For The Selected GranuleTypes Of Window Being Used For The Selected Granule
Types Of Window Being Used For The Selected GranuleLeslie Lee
 
O N THE E VALUATION OF G MSK S CHEME W ITH ECC T ECHNIQUES IN W IRELESS S...
O N THE E VALUATION OF G MSK  S CHEME  W ITH  ECC T ECHNIQUES IN W IRELESS  S...O N THE E VALUATION OF G MSK  S CHEME  W ITH  ECC T ECHNIQUES IN W IRELESS  S...
O N THE E VALUATION OF G MSK S CHEME W ITH ECC T ECHNIQUES IN W IRELESS S...ijwmn
 
08 13085 performance analysis rv ed
08 13085 performance analysis rv ed08 13085 performance analysis rv ed
08 13085 performance analysis rv edIAESIJEECS
 
Design of delta sigma modulators for integrated sensor applications
Design of delta sigma modulators for integrated sensor applicationsDesign of delta sigma modulators for integrated sensor applications
Design of delta sigma modulators for integrated sensor applicationsAlexander Decker
 
GNU Radio based Real Time Data Transmission and Reception
GNU Radio based Real Time Data Transmission and ReceptionGNU Radio based Real Time Data Transmission and Reception
GNU Radio based Real Time Data Transmission and ReceptionIRJET Journal
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Comparative Analysis of DP QPSK and DP 16-QAM Optical Coherent Receiver, with...
Comparative Analysis of DP QPSK and DP 16-QAM Optical Coherent Receiver, with...Comparative Analysis of DP QPSK and DP 16-QAM Optical Coherent Receiver, with...
Comparative Analysis of DP QPSK and DP 16-QAM Optical Coherent Receiver, with...IRJET Journal
 
Lecture Notes: EEEC6440315 Communication Systems - Spectral Efficiency
Lecture Notes:  EEEC6440315 Communication Systems - Spectral EfficiencyLecture Notes:  EEEC6440315 Communication Systems - Spectral Efficiency
Lecture Notes: EEEC6440315 Communication Systems - Spectral EfficiencyAIMST University
 
Efficient reconfigurable architecture of baseband demodulator in sdr
Efficient reconfigurable architecture of baseband demodulator in sdrEfficient reconfigurable architecture of baseband demodulator in sdr
Efficient reconfigurable architecture of baseband demodulator in sdreSAT Journals
 

Similar a Iaetsd gmsk modulation implementation for gsm in dsp (20)

Designing and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemDesigning and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM System
 
Designing and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemDesigning and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM System
 
Digital Implementation of Costas Loop with Carrier Recovery
Digital Implementation of Costas Loop with Carrier RecoveryDigital Implementation of Costas Loop with Carrier Recovery
Digital Implementation of Costas Loop with Carrier Recovery
 
Iaetsd stbc-ofdm downlink baseband receiver for mobile wman
Iaetsd stbc-ofdm downlink baseband receiver for mobile wmanIaetsd stbc-ofdm downlink baseband receiver for mobile wman
Iaetsd stbc-ofdm downlink baseband receiver for mobile wman
 
RF Mixed Signal Guidi-McIllree-Stannard
RF Mixed Signal Guidi-McIllree-StannardRF Mixed Signal Guidi-McIllree-Stannard
RF Mixed Signal Guidi-McIllree-Stannard
 
Comparative study of_digital_modulation (1)
Comparative study of_digital_modulation (1)Comparative study of_digital_modulation (1)
Comparative study of_digital_modulation (1)
 
Implementation of OFDM System Using Various Channel Modulation Schemes
Implementation of OFDM System Using Various Channel Modulation SchemesImplementation of OFDM System Using Various Channel Modulation Schemes
Implementation of OFDM System Using Various Channel Modulation Schemes
 
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...Performance Analysis of BER and Throughput of Different MIMO Systems using Di...
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...
 
Types Of Window Being Used For The Selected Granule
Types Of Window Being Used For The Selected GranuleTypes Of Window Being Used For The Selected Granule
Types Of Window Being Used For The Selected Granule
 
O N THE E VALUATION OF G MSK S CHEME W ITH ECC T ECHNIQUES IN W IRELESS S...
O N THE E VALUATION OF G MSK  S CHEME  W ITH  ECC T ECHNIQUES IN W IRELESS  S...O N THE E VALUATION OF G MSK  S CHEME  W ITH  ECC T ECHNIQUES IN W IRELESS  S...
O N THE E VALUATION OF G MSK S CHEME W ITH ECC T ECHNIQUES IN W IRELESS S...
 
08 13085 performance analysis rv ed
08 13085 performance analysis rv ed08 13085 performance analysis rv ed
08 13085 performance analysis rv ed
 
THROUGHPUT ANALYSIS OF MOBILE WIMAX NETWORK UNDER MULTIPATH RICIAN FADING CHA...
THROUGHPUT ANALYSIS OF MOBILE WIMAX NETWORK UNDER MULTIPATH RICIAN FADING CHA...THROUGHPUT ANALYSIS OF MOBILE WIMAX NETWORK UNDER MULTIPATH RICIAN FADING CHA...
THROUGHPUT ANALYSIS OF MOBILE WIMAX NETWORK UNDER MULTIPATH RICIAN FADING CHA...
 
Ln3619761985
Ln3619761985Ln3619761985
Ln3619761985
 
Design of delta sigma modulators for integrated sensor applications
Design of delta sigma modulators for integrated sensor applicationsDesign of delta sigma modulators for integrated sensor applications
Design of delta sigma modulators for integrated sensor applications
 
Ff34970973
Ff34970973Ff34970973
Ff34970973
 
GNU Radio based Real Time Data Transmission and Reception
GNU Radio based Real Time Data Transmission and ReceptionGNU Radio based Real Time Data Transmission and Reception
GNU Radio based Real Time Data Transmission and Reception
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Comparative Analysis of DP QPSK and DP 16-QAM Optical Coherent Receiver, with...
Comparative Analysis of DP QPSK and DP 16-QAM Optical Coherent Receiver, with...Comparative Analysis of DP QPSK and DP 16-QAM Optical Coherent Receiver, with...
Comparative Analysis of DP QPSK and DP 16-QAM Optical Coherent Receiver, with...
 
Lecture Notes: EEEC6440315 Communication Systems - Spectral Efficiency
Lecture Notes:  EEEC6440315 Communication Systems - Spectral EfficiencyLecture Notes:  EEEC6440315 Communication Systems - Spectral Efficiency
Lecture Notes: EEEC6440315 Communication Systems - Spectral Efficiency
 
Efficient reconfigurable architecture of baseband demodulator in sdr
Efficient reconfigurable architecture of baseband demodulator in sdrEfficient reconfigurable architecture of baseband demodulator in sdr
Efficient reconfigurable architecture of baseband demodulator in sdr
 

Más de Iaetsd Iaetsd

iaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissioniaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissionIaetsd Iaetsd
 
iaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdliaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdlIaetsd Iaetsd
 
iaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmiaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmIaetsd Iaetsd
 
iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...Iaetsd Iaetsd
 
iaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatiaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatIaetsd Iaetsd
 
iaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationiaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationIaetsd Iaetsd
 
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSREVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSIaetsd Iaetsd
 
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...Iaetsd Iaetsd
 
Fabrication of dual power bike
Fabrication of dual power bikeFabrication of dual power bike
Fabrication of dual power bikeIaetsd Iaetsd
 
Blue brain technology
Blue brain technologyBlue brain technology
Blue brain technologyIaetsd Iaetsd
 
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...Iaetsd Iaetsd
 
iirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdiirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdIaetsd Iaetsd
 
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growthiirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid GrowthIaetsd Iaetsd
 
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithmiirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT AlgorithmIaetsd Iaetsd
 
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...Iaetsd Iaetsd
 
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...Iaetsd Iaetsd
 
iaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocoliaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocolIaetsd Iaetsd
 
iaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesiaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesIaetsd Iaetsd
 
iaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesiaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesIaetsd Iaetsd
 
iaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using paraboliciaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using parabolicIaetsd Iaetsd
 

Más de Iaetsd Iaetsd (20)

iaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissioniaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmission
 
iaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdliaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdl
 
iaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmiaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarm
 
iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...
 
iaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatiaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seat
 
iaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationiaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan application
 
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSREVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
 
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
 
Fabrication of dual power bike
Fabrication of dual power bikeFabrication of dual power bike
Fabrication of dual power bike
 
Blue brain technology
Blue brain technologyBlue brain technology
Blue brain technology
 
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
 
iirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdiirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic bird
 
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growthiirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
 
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithmiirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
 
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
 
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
 
iaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocoliaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocol
 
iaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesiaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databases
 
iaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesiaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineries
 
iaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using paraboliciaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using parabolic
 

Último

UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 

Último (20)

UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 

Iaetsd gmsk modulation implementation for gsm in dsp

  • 1. GMSK Modulation Implementation for GSM in DSP Ashok R S 1 , Pushpalatha S 2 1 PG Scholar, Dept. of DECS, VTU Regional Centre, Mysore, Karnataka, India. 2 Asst. Professor, Dept. of DECS, GSSSIETW, Mysore, Karnataka, India. 1ashokchnagar@gmail.com Abstract—This paper describes an implementation of GMSK modulator on the TMS320C6713 16-bitFloating Point Processor. GMSK is a highly bandwidth efficient scheme which is currently popular in GSM based cellular mobile systems. The modulator is configured for a data rate of 8 kbps and a BT product of 0.3, both of which are fully configurable. The implementation has been done based around a numerically Controlled Oscillator, which provides a very flexible means of implementing most of the modulation schemes. The improvement lies in the fact, that by the simplification of the filtering process, inphase and quadrature output samples in baseband remain only in a denumerable number of points. A very simple algorithm has been designed, which brings more accuracy and efficiency in the generation of GMSK signals in DSP. Simulation work has been done using Elanix software package. Keywords— GMSK, Wireless Communication, Cellular system, Computer Simulation I. INTRODUCTION There are a number of factors that influence the choice of a modulation scheme for use in a wireless communication. The performance of a mobile communication system is dependent on the efficiency of the used modulation method. Linear and constant envelope modulation techniques, such as BPSK, QPSK, GMSK, etc…, were used to examine the features of the required modulation scheme, and to illustrate their use in the cellular environments. The goal of a modulation technique is not only to transport message signal through a radio channel, but also to achieve this with the best quality, power efficiency, and with the least possible amount of bandwidth (1). Cellular mobile radio systems enable high-density geographical co-channel reuse and are effective for achieving efficient spectrum utilization. These systems are adopted in advanced mobile radio system plans. Digital technologies are also effectively applied to achieve not only high-speed, highly reliable data transmission but also high-grade, highly flexible system control (2). The distribution of channels and channel frequency must be ensures that assignments within one geographical cell area will not interfere with channels assigned in adjacent cell locations (4). The special characteristics of the mobile-radio environment can have an adverse effect upon radio propagation, and consequently can affect this quality of services provided (5). It is therefore essential to know the cause, extent, and methods for minimizing these effects in order to improve the quality and reliability of mobile-radio telephone communication. In light of many problems, many observers are now begin to look toward a next generation of mobile radio based on the digital signal processing and voice coding technology that have come so far under the impetus of increasingly powerful processors. Digital mobile radio shares three basic characters: coding, modulation, and multiplexing. Modulation is the technique by which the digital bit stream is transferred onto radio carrier. Any modulation technique can be used to carry a digital signal of particular interest are the highly spectrum efficiency. The choice of modulation technique for a mobile radio system will rest on two considerations. First, it should be spectrum-efficient and should occupy as narrow a transmission bandwidth as possible with a sharp power roll-off (6). Second, as with the voice oders, it should be able to withstand a high error environment. Some spectrum efficient techniques like QAM are highly efficient, but are not suitable for modulation applications because they require a stable amplitude reference not present in a fluctuating mobile signal. Conventional PSK also is unsuitable because it requires an absolute phase reference (7). First, the specific requirements on the digital modulation for mobile radio use are described. Then, premodulation Gaussian filtered minimum shift keying (GMSK) with coherent detection is proposed as an effective digital modulation for the present purpose, and its fundamental properties. The purpose of this paper is to modeling and simulates a GMSK system and exploited this system in the mobile wireless applications. To achieve this we studied the behavior of radio waves during propagation in the radio channel, from the transmitting antenna to the receiving antenna. The majority of signal degradation occurs, and so to develop effective transmission methods it is necessary to have knowledge of what actually happens in the channel. So we simulated this channel using ELANIX package. In order to fulfill this task we modeled and simulate the transmitter and the receiver. The use of computer simulation has greatly aided this process. The adaptability of simulated communication systems is of a great advantage. Simulation also allows ease of comparison between various models. Fig.1. DSP Base band GMSK Modulation x t( )Coder Bits ak s t( ) 2h   t  ( )t cos() sin() + - s t r t h t( ) ( )* ( )  k k a t kT   cos 2 cf t  sin 2 cf t ISBN-13: 978-1535448697 www.iaetsd.in Proceedings of ICRMET-2016 ©IAETSD 201633
  • 2. This method requires that the frequency deviation factor of the VCO exactly equals 0.5, but the modulation index of conventional VCO based transmitter drifts over time and temperature. The implementation in the Fig. 1 employs a quadrature baseband process followed by a quadrature modulator. With this implementation, the modulation index can be maintained at exactly 0.5. This method is also cheaper to implement. Both methods lead to the same GMSK modulated signal. II. IMPLEMENTATION AND PRACTICAL REALIZATION OF GMSK MODULATOR. A. Processor Specifications The implementation has been done on a TMS320C6713 Processor on a DSP Starter Kit. The Starter Kit has an ELANIX software that. The sampling frequency and gain of the AIC can be programmed by changing the values in certain registers. Because of the ease of implementation, this platform was chosen. B. Implementation Considerations:- The Gaussian Filter needs to be implemented digitally. It has been implemented as an FIR Filter. To meet this end the frequency response of the analog filter can be sampled and its inverse fourier transform found (or) the Impulse Response could be sampled. In this implementation, the Gaussian Filter does not have considerable response beyond 2B => therefore it is sufficient if its Impulse Response is sampled (because there is no aliasing). A Window (Hamming Window) has been used to minimize the ripple. The GMSK Modulator requires the following Modules to be available:-  Gaussian FIR Filter  FM Modulator with Modulation Index 0.5 The Gaussian FIR Filter requires a real-time FIR Filter with configurable order and sampling Frequency to be implemented on the Processor. The Modulator is built around a real-time Numerically Controlled Oscillator with configurable parameters. Block diagram of the practical realization of the GMSK modulator in DSP is depicted in Fig. 2. Fig2. Practical Realization of GMSK Modulator Input bit sequence ak(kTB) (which is the combination of values -1 and 1) is interpolated and filtered by the Gaussian filter. Bandwidth of the output signal xn(nTQ) is given by the relative filter bandwidth BGTB, where BG is 3 dB bandwidth of the GLPF filter. A FIR Filter needs to be implemented so the Gaussian filter coefficients can be entered in. The FIR Filter has the following considerations. The Fir Filter should respond to every ADC output. Therefore it has to be interrupt-based. Before the next sample arrives from the ADC output the previous sample has to process and its output sent out to the DAC. The past N inputs must be stored as a memory block. At each input, all the data in the block must be shifted down to make for the new input. Finite Word length: - All the coefficients have to quantise before storing in the registers. This error (Coeffecient Quantisation Error) has been simulated and the coeffs quantised to ensure minimum error. TQ is the selected sampling period in baseband, interpolation rate is Ir=TB/TQ. Modulation signal xn(nTQ) represents a frequency parameter of GMSK modulation. The integrator is used to obtain the phase parameter Φ(nTQ), whose function is given by the relation. Denumerable number of output phase values in the interval <0;2π>“ First let us consider the results obtained in [1], where the filter output samples are based on the relation (2). Some modification of this relation has been done, as in equation (1), in order to get more accurate congruence with an analog definition of FIR filter. In addition to that, the FIR length N is not arbitrary, but it must be the product of interpolation rate Ir and (L-1), where L is the number of input bits, which are used for the computation of filter output wave. (1) (2) Considering, that the filter energy transfer is at maximum equal to one, we get (3) Now we can suppose, that we have an infinite input sequence ak(kTB), where there are many occurrences of all possible combinations of (L-1) bits. When the feature of h given by the relation (3) is used in (2), maybe we will be able to find sub-sequences, where the output phase Φ (nTQ) changes in integral multiplies of π/2. Now a very large simplification will be used. We do not need to compute directly all FIR output samples and integrate them, but we ISBN-13: 978-1535448697 www.iaetsd.in Proceedings of ICRMET-2016 ©IAETSD 201634
  • 3. only need to integrate the number of occurrences of each input bit weighted by the bit value. Firstly, we have to find the weighted number of occurrences Λi,l of each bit while computing one FIR output wave according to the selected subsequence of L input bits: (4) Note that no value of the impulse response h is used. If we take a more detailed look into these functions, we can say that, when the sum of all Λ functions computed over much more than L input bits is an integral number, see (5), then the real phase Φ(nTQ) changes exactly in the integral multiple of π/2: (5) Where k is an integral number and i2>=i1+2(L-1). Considering all aspects mentioned above, equation (5) has two general solutions: (6) The analysis of the solution of equations given in (6) implies that the phase changes only in a few discrete points, so we are able to use the look-up table, where sine and cosine values of the phase Φ (nTQ) trajectories are directly stored. It follows from the analysis too, that the number of all possible phase trajectories in one phase quadrant is 2L . All possible combinations of L input bits form one part of ROM address and represent the selection of a phase trajectory. The number of phase trajectories is equal to 2L . All 8 possible shapes of the phase trajectories in first quadrant for L=3 are depicted in Fig. 3. Fig3. All Possible shapes of Phase trajectories in first quadrant for L=3. NCO is a very powerful tool based on the DSP concept called Direct Digital Synthesis (DDS). Direct digital synthesis (DDS) is a technique for using digital data processing blocks as a means to generate a frequency- and phase-tunable output signal referenced to a fixed-frequency precision clock source. In essence, the reference clock frequency is “divided down” in a DDS architecture by the scaling factor set forth in a programmable binary tuning word. In this architecture the sine wave samples are stored in the processors memory. They are being read and output at every clock rising edge. This simple technique can be used to produce any frequency output between 0<f<fs/2 The Value of phase that has to be looked up in the LUT is determined by the frequency word (fword). That is a fixed increment is given to the phase at each clock edge. This value of phase is referred in the LUT and the sample output-ed. In this figure the jump size, m is the fword ; 2^N is the total number of phase values for which the corresponding amplitudes are stored in the LUT. Fc is the sampling frequency. Thus the basic architecture of an NCO can be described as follows. For PM the phase jumps by the amplitude of the input in addition to the fword every time. For FM the frequency word is altered as some Fc + Fctrl where Fctrl is proportional to the input FM Using NCO Ph<- 0 initially Every Clock Cycle { Fctrl <- k*Input Ph<-ph + fword + fctrl Output (LUT(Ph)) } PM Using NCO Ph<- 0 initially Every Clock Cycle { Fctrl <- k*Input Ph<-ph + fword Output (LUT(Ph + Fctrl)) }. III. RESULTS & DISCUSSION To demonstrate the GMSK modulation, we are using the following randomly chosen binary data stream. {1,1,–1,1,1,– 1,–1,1,–1,1,–1,–1, 1,1,–1,1,1,–1,–1,1,–1,1,–1,–1,…}. The beginning of this data stream can be represented graphically. As the data passes through the filter it is shaped and ISI (Inter Symbol Interference) is introduced since more than one bit is passing through the filter at any time. For BN = 0.3, since the bits are spread over two bit periods, the second bit enters the filter as the first is half way through, the third enters as the first leaves etc is shown in fig4. The beginning of the data stream being sent through the filter. Fig4 (a)GMSK Base band Modulator ISBN-13: 978-1535448697 www.iaetsd.in Proceedings of ICRMET-2016 ©IAETSD 201635
  • 4. Fig 4(b) DSP Implementation Once we have obtained the function c(t), its sine and cosine functions are found to produce the I and Q-baseband signals. Taking the cosine of c(t) produces the I-baseband signal I(t), i.e., I(t) = cos (c(t)), which can be represented graphically show in fig 6. Fig5. Eye diagram for GMSK Frequency Trajectories Fig6: I and Q-baseband signals IV.CONCLUSION The GMSK Modulator was constructed and the output of the modulator verified with the simulation results. The MSK Modulator and the Gaussian Low Pass Filter were independently verified. The results closely matched the simulation outputs. The filter impulse response (in our case GLPF) can be arbitrarily random, the only limitation is that the bit count L should be small (accordingly the length N ). Hence there is the possibility to use this approach in any other CPM modulator with impulse shaping. With the signal processor TMS320C6713, which has a maximum system clock frequency of 80 MHz, we can achieve modulation rates for GMSK well above 1 MSample/s. REFERENCES [1] ŠEBESTA, J., KASAL, M. : Fast GMSK modulation in DSP, In proceedings of 17th International Conference on Applied Electromagnetics and Communications, ICECom 2003. Dubrovnik (Croatia), KoREMA Zagreb, 2003, p. 120-122. ISBN 953-6037-39-4. [2] W.C. LEE, Mobile Communication Engineering, (McGraw- Hill, Inc., 1982). [3] F. KAMILO., Advanced Digital Communications Systems and Signal processing Techniques (Prentice-Hall, Inc., 1987). [4] D.Y. MICHEL, Foundations of Mobile Radio Engineering, (CRC Press, Inc., 1993). [5] L.W. COUCH, Digital and analog communication systems, 4th Ed., (Macmillan Publ. Co., New York, 1993). [6] R.E. ZIEMER, R.L. PETERSON, Introduction to digital communications, (Macmillan Publ. Co., 1992). [7] S. PASUPATHY, Minimum Shift Keying: a Spectrally Effi cient Modulation, IEEE Commun. Magazine, pp. 14-22, July 1979. [8] C.L. LIU, K. FEHER, Noncoherent detection of π/4-Shifted System in a CCI-AWGN Combined Interference Environment”, Proc. of the IEEE, 40th Vehicular Techn. Conf., San Francisco, 1989. [9] K. MUROTA, K. HIRADE, GMSK Modulation for digital Mobile Radio Telephony, IEEE Trans. Commun., COM-29, 1044-1050, July 1981. [10] H. SUZUKI, Optimum Gaussian Filter for Differential Detection of MSK, IEEE Trans. Commun., COM-29, 916-917, June 1981. [11] J. SMITH, A Computer Generated Multipath Fading Simulation for Mobile Radio, IEEE Trans. Vehicular Techn., 24 (3), Aug. 1975. [12] K. ANVARI, D. WOO, Susceptibility of π/4 DQPSK TDMA Channel to Receiver Impairments, RF Design, pp. 49-55, February 1991. [13] Y. AKAIWA, Y. NAGATA, Highly Effi cient Digital Mobile Communications with a Linear Modulation Method, IEEE J. on Selected Areas in Commun., SAC-5 (5), 890-895, June 1987. [14] M. GANS, A Power-Spectral Theory of Propagation in the Mobile-Radio Environment, IEEE Trans. on Vehicular Techn., 21 (1), Feb. 1972. [15] F.G. JENKS, P.D. MORGAN, C.S. WARREN, Use of four- level phase modulation for digital mobile radio, IEEE Trans. Electromagnet. Compat., EMC-14, 113-128, November 1972. ISBN-13: 978-1535448697 www.iaetsd.in Proceedings of ICRMET-2016 ©IAETSD 201636