SlideShare a Scribd company logo
1 of 6
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 536
EFFICIENT RECONFIGURABLE ARCHITECTURE OF BASEBAND
DEMODULATOR IN SDR
Keyur Konkani1
1
M.E, Student, L.D. College of Engineering, Ahmedabad, Gujarat, India
Abstract
This paper presents the simulation architecture and performance analysis with the use of ZCD technic. A Zero-Crossing based All-
Digital Baseband Demodulation architecture is proposed in this work. This architecture supports demodulation of all modulation
schemes including MSK, PSK, FSK, and QAM. The proposed structure is very low area, low power, and low latency and can operate
in real-time. Moreover it can switch, in run-time, between multiple modulation schemes like GMSK (GSM), QPSK (CDMA), GFSK
(Bluetooth), 8-PSK (EDGE), Offset-QPSK (W-CDMA), etc. In addition, the phase resolution of the demodulator is scalable with
performance. In addition, bit-wise amplitude quantization based quad-decomposition approach is utilized to demodulate higher order
M-ary QAM modulations such as 16-QAM & 64-QAM, which is also a highly scalable architecture. This structure of demodulator
provides energy-efficient and resource-efficient implementation of various wireless standards in physical layer of SDR.
Keywords — Physical layer, Mobile and Wireless Communication, Software Defined radio (SDR), Zero Cross Detection
(ZCD), Modulation Schemes, Architecture, high level synthesis, FPGA.
-----------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
Software Radio, by definition, is a class of Reconfigurable
radios in which the physical layer behavior can be
significantly altered, at run-time, without change in hardware.
Thus physical layer reconfigurability is a primary feature of
SDR. The Reconfigurable radio can adapt too many different
standards and enables global mobility, multi-functionality,
compactness and ease of upgrade. The same physical layer can
be reprogrammed to support different bands of frequencies,
different modulation schemes and different data rates resulting
in a significant reduction in product development times and at
the same time offering high power efficiency and speed of
operations
The architecture choice of physical layer signal processing of
a reconfigurable radio is a critical design step. It determines
the flexibility, modularity, scalability and performance of the
final design. Signal processing algorithms can be implemented
using variety of digital hardware such as General Purpose
Processors (GPPs), Digital Signal Processors (DSPs),
Application Specific Integrated Circuits (ASICs) and Field
Programmable Gate Arrays (FPGAs). Where modular design
flows are required, FPGAs are preferred over DSPs, as they
provide high degree of parallelism and fast interconnections
between different modules of a design. FPGA also exhibit
high flexibility and reduced design times.
Fig 1.1: Comparison of FPGA, DSP, ASIP, ASIC & GPP for
SDR implementation [1]
Hence, FPGAs are highly suitable for efficient
implementations of computationally intensive signal
processing functions involved in the physical layer of
Software Defined Radio, as shown in Figure 1.3. The physical
layer involves baseband signal processing which ensures that
data received from upper layers, such as MAC, are transferred
to the other end of the channel, or recovered, with minimum
distortion.
The major functions performed by Physical Layer are as
follows:
Channel Coding- To withstand noise, interference,
fading.
Interleaving- To nullify the effect of burst errors
Modulation- For bandwidth efficiency & channel
transport
IJRET: International Journal of Research in Engineering and Technology
___________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @
2. BASEBAND DEMODULATION
Fundamental Principle of Baseband Quadrature Modulation
Demodulation involves Phase-to-Amplitude
operation at Modulator in Transmitter and Amplitude
Mapping operation at Demodulator. The Figure 2.2 depicts the
flow of operations involved in Modulator.
Fig 2.1: Fundamental Principle of Baseband Quadrature
Modulation-Demodulation
At receiver end, Amplitude-to-Phase Mapping at
Demodulator. The Figure 2.3 shows the flow of operations
involved in Demodulation. At the receiver end, phase recovery
is essential for demodulation. The digital demodulation
algorithms can be primarily classified into two categories
depending on the phase accuracy requirements:
Modulations which require accurate Phase
Reconstruction at Receiver for efficient Symbol
Recovery
o includes - GMSK, GFSK, DQPSK, 8
DPSK, 8-PSK
o all these schemes are very robust to chann
e_ects like AWGN, phase distortion,
symbol interference, fading, etc.
Modulations which directly operate on I & Q values
and thus does not require highly accurate Phase
Reconstruction for Symbol Recovery
o includes - QPSK, Offset
DBPSK, 16-QAM, 64-QAM
o not very robust to channel effects
Conventional techniques for Phase Reconstruction require Co
ordinate Rotation Digital Computer (CORDIC) which has
generally a word-parallel n-stage pipelined architecture.
Fig 2.2: Phase-to-Amplitude Mapping at Modulator
(Transmitter) [3]
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319
___________________________________________________________________________________
2014, Available @ http://www.ijret.org
Fundamental Principle of Baseband Quadrature Modulation-
Amplitude Mapping
operation at Modulator in Transmitter and Amplitude-to-Phase
Mapping operation at Demodulator. The Figure 2.2 depicts the
Fundamental Principle of Baseband Quadrature
Demodulation
Phase Mapping at
Demodulator. The Figure 2.3 shows the flow of operations
involved in Demodulation. At the receiver end, phase recovery
is essential for demodulation. The digital demodulation
fied into two categories
depending on the phase accuracy requirements:
Modulations which require accurate Phase
Reconstruction at Receiver for efficient Symbol
GMSK, GFSK, DQPSK, 8-
all these schemes are very robust to channel
ts like AWGN, phase distortion,inter-
nterference, fading, etc.
Modulations which directly operate on I & Q values
and thus does not require highly accurate Phase
Reconstruction for Symbol Recovery
QPSK, Offset-QPSK, BPSK,
QAM
not very robust to channel effects
Conventional techniques for Phase Reconstruction require Co-
ordinate Rotation Digital Computer (CORDIC) which has
stage pipelined architecture.
Mapping at Modulator
Fig 2.3: Amplitude-to-
(Receiver)
3. ACCURATE PHASE RECONSTRUCTION
USING ZERO-CROSSING DETECTION
Phase Reconstruction can be achieved by performing linear
addition/subtraction combinations of In
signals into generating several phase axes at a definite angle in
phase domain. The zero
scalable phase accuracy, i.e. the phase resolution can be
increased by increasing the number o
more addition units. This technique is realized by a purely
combinational logic, therefore enables very high speed Phase
Recovery.
The following are the advantageous features of zero
detection base phase recovery, as compar
phase recovery:
Scalable phase accuracy
Realized by combinational logic
Very high speed
Well suited to Non
Phase-Locked Loop not required
Very low design complexity compared to CORDIC
Zero Crossing based Quadrature baseband demodulation was
first proposed by E.K. B. Lee at Motorola in 1995
on improved by S. Samadian at UCLA in 2003
the implementation of Phase Axes Generator proposed by the
above author involved analog circuit com
operational-amplifiers for scaling and addition in analog
domain. Presence of opamps in the receiver circuit drastically
increases the area occupied and the power consumption of the
receiver. Therefore, to eliminate analog components, an all
digital Phase Axes Generator is proposed in this work, which
is connected in series with a standard Analog
converter circuit. Thus the entire demodulation operation is
performed in digital domain.
In the proposed demodulator, the phase axes gene
is implemented completely in digital domain and no scaling
multiplication/division operations are required. This allows
highly area efficient and timing efficient, low power,
implementation of demodulator on FPGA.
In the first step, multiple
domain by linear combination of received I and Q baseband
signals. A tree of adders produces multiple phase axes, where
eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
537
-Phase Mapping at Demodulator
(Receiver) [3]
ACCURATE PHASE RECONSTRUCTION
CROSSING DETECTION
Phase Reconstruction can be achieved by performing linear
combinations of In-phase and Quad-phase
signals into generating several phase axes at a definite angle in
phase domain. The zero-crossing detection technique has
scalable phase accuracy, i.e. the phase resolution can be
increased by increasing the number of phase axes by adding
more addition units. This technique is realized by a purely
combinational logic, therefore enables very high speed Phase
The following are the advantageous features of zero-crossing
detection base phase recovery, as compared to CORDIC based
Scalable phase accuracy
Realized by combinational logic
Well suited to Non-Coherent Demodulation
Locked Loop not required
Very low design complexity compared to CORDIC
Quadrature baseband demodulation was
first proposed by E.K. B. Lee at Motorola in 1995 [6] and later
on improved by S. Samadian at UCLA in 2003 [7]. However
the implementation of Phase Axes Generator proposed by the
above author involved analog circuit components like
amplifiers for scaling and addition in analog
domain. Presence of opamps in the receiver circuit drastically
increases the area occupied and the power consumption of the
receiver. Therefore, to eliminate analog components, an all-
igital Phase Axes Generator is proposed in this work, which
is connected in series with a standard Analog-to-Digital
converter circuit. Thus the entire demodulation operation is
performed in digital domain.
In the proposed demodulator, the phase axes generator module
is implemented completely in digital domain and no scaling
multiplication/division operations are required. This allows
highly area efficient and timing efficient, low power,
implementation of demodulator on FPGA.
In the first step, multiple phase axes are generated in phase
domain by linear combination of received I and Q baseband
signals. A tree of adders produces multiple phase axes, where
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 538
first column of adders produce phase axes at 45 degrees and
next column of adders produce a phase axes at 22.5 degrees.
Thus phase resolution can be linearly increased with increase
in adders
Fig 3.1: Phase Axes Generation Circuit for First Quadrant of
Phase Domain I-Q Plane
Thus total 14 adders are required to generate 14 extra axes
(apart from I and Q) in the phase domain I-Q plane, dividing
the phase domain in total 32 sectors resulting in a phase
resolution accuracy of 360/32 = 11.25 degrees. For tracking
the instantaneous phase of the input I-Q modulated signals, the
MSB of each of the phase axes is considered to represent a
thermometer code Indicating the current phase position of the
input modulated signal, as shown in Figure. The thermometer
code so obtained is further encoded to binary representation of
5 bits (for total 32 sectors) by a look-up table. In this way the
instantaneous phase of the modulated signal is tracked by
zero-crossing detection in MSB of multiple phase axes signals.
Fig 3.2: Phase Axes Generation Circuit for Second Quadrant
of Phase Domain I-Q Plane
4. SIMPLER DETECTOR BASED ON PHASE
ENCODING
Instead of sensing phase rotation by counting crossings across
reference axes, a more direct way is to read the instantaneous
phase from the 16-bit thermometer code at the output of the
comparator array [Fig. 4.1]. With eight 1-bit zero-crossing
detectors, this code resolves the instantaneous phase to an
accuracy of. For example, the code corresponding to the
shaded segment in Fig. 5(b) is 0000 1111 1111 1111; as the
phase of the GFSK vector rotates clockwise from the shaded
segment to the striped segment, the code changes to 0000
0111 1111 1111, whereas if the vector rotates
counterclockwise to the dotted segment, the code becomes
0001 1111 1111 1111.
The demodulator needs only to know the initial and final
values of the code across one symbol period to determine the
angle of the received waveform and the direction of rotation.
This simplifies the circuit considerably. Although for timing
synchronization it is necessary to oversample the down
converted signal, this simple detector itself clocks at the
symbol rate, 1 MHz, which lowers power consumption.
Fig 4.1: Phase Sector Encoding for Instantaneous Phase Tracking of the incoming signal
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 539
5. THE NOVEL POST PROCESSING CIRCUIT
A novel post-processing circuit is proposed for all
demodulators corresponding to all modulation schemes. The
proposed circuit improves BER performance of demodulator
by detecting a stable symbol at the output of demodulator. The
circuit parameters include:
i. Oversampling factor (N) for the modulation
scheme. Generally, N = 8.
ii. Symbol word size (m), i.e. no. of bits
representing one symbol in constellation of the
modulation scheme.
The circuit operates on the following principle: "A symbol is
Output, if and only if, it is detected at the demodulator output
continuously for ((N/2) +1) clock cycles, otherwise continue
previous symbol at output"
Where N = no. of samples per symbol (oversampling factor
specified by a wireless standard, a common characteristic of
both modulator and demodulator).
The proposed stable symbol detection circuit is shown in
Figure 5.1. This novel circuit is implemented for all
demodulators designed in this work.
Fig 5.1: Proposed Stable Symbol Detection Circuit
6. EXPERIMENTAL RESULTS
In the proposed demodulator for GSM (we can take any
Wireless Standard), the phase axes generator module is
implemented completely in digital domain and no scaling
multiplication/division operations are required. This allows
highly area efficient and timing efficient, low power,
implementation of demodulator on FPGA.
In the first step, multiple phase axes are generated in phase
domain by linear combination of received I and Q baseband
signals. A tree of adders produce multiple phase axes, where
first column of adders produce phase axes at 45 degrees and
next column of adders produce a phase axes at 22.5 degrees.
Thus phase resolution can be linearly increased with increase
in adders.
In the second step, zero crossings are detected in the multiple
phase axes signals by representing them in 2’s complement
signed integer format. Here the MSB of the signal contains
zero-crossing information.
The zero crossing information obtained from previous block is
given to a thermometer encoder which allows us to represent
the current position of the incoming phase signal in a phase
domain. Thus each phase sector is assigned a thermometric
code.
The thermometric code is converted to binary code
representation which allows us to determine the difference in
phase between consecutive sectors while the incoming signal
moves along the axes.
Fig 6.1: Proposed GMSK Demodulator based on Zero-
Crossing Phase Reconstruction and Stable Symbol Detection
Post-Processing
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 540
6.1 Phase Reconstruction Module Synthesis Results:
The HDL code for each IP was implemented in Xilinx ISE and
the resource utilization and static timing afinalysis were noted.
For comparison, standard parameterizable IP cores from
Xilinx LogiCORE generator were considered for resource
utilization assessment.
In case of demodulation, typically a arctangent function is
required for performing amplitude-to-phase conversion or
phase reconstruction. Therefore a standard atan word-parallel
CORDIC algorithm IP from LogiCORE generator was
synthesized and the resource utilization were compared with
the resource utilization of the phase reconstruction module
employed in the proposed demodulator structure. It is
observed from Table 6.1 that the resource utilization for phase
reconstruction module is nearly one-half of the CORDIC
resource utilization.
Table 6.1: Comparison of Resource Utilization between
proposed Zero-Crossing based Phase Reconstruction module
and CORDIC IP from Xilinx LogiCORE Gen-serator
Resource
Utilization
Proposed Zero-
Crossing Based
Phase
Reconstruction
CORDIC IP from
XlinikLogicCORE
Slice
Registers
15 311
Slice LUTs 274 527
Moreover, the latency of CORDIC is N clock cycles where N
is equal to the number of pipeline stages in CORDIC. On the
other hand, the phase reconstruction module in proposed
demodulator is purely combinational logic therefore
latency/delay is very very less compared to the CORDIC.
In terms of complexity, CORDIC requires pre-computation of
coefficients prior to synthesis, according to the phase accuracy
requirements. This leads to high accuracy of phase
reconstruction, nearly 0.1 degrees, as compared to 11.25
degrees for the proposed demodulator. However,
experimentally it is found that very high accuracy of phase
reconstruction is not necessary when a moderate modulation
index is specified in the standard. For example, in GSM, the
GMSK modulation index is 0.5 which results in 90 degrees
change in phase for one change in symbol. This 90 degrees
change can be efficiently detected by 11.25 degree phase
resolution and higher phase resolution is not required.
Similarly, in Bluetooth, the GFSK modulation index specified
is 0.28 to 0.35 which is nearly 60 degrees phase change, which
can also be efficiently detected by 11.25 degrees phase
resolution.
7. CONCLUSIONS
It was observed that the above mentioned algorithms
significantly reduce the complexity of the receiver architecture
and thus enable a resource-efficient, low latency, low delay,
low power, all-digital implementation on FPGA. At the same
time, there is some minor degradation in Bit Error Rate (BER)
performance as compared to the theoretical "ideal
demodulator". However this trade-off is very much in favor of
low cost, low complexity, flexible receivers which are widely
employed in modern communication devices.
Zero Crossing based Baseband Demodulation, General
Approach for Multi-standard Demodulation Novel Post-
processing circuit, with Stable symbol detection, for all
Demodulators to improve BER and All-Digital Phase Axes
Generation Scalable, Low Complexity, Hierarchical Adder
based circuit.
REFERENCES
[1] N. Bhatia,” A Physical layer implementation of
Reconfigurable Radio”, M.S. Thesis, Virginia State
University, 2004.
[2] “High Data Rate Fully Flexible SDR Modem Advanced
configurable architecture & development
methodology”. By KASPERSKI F., PIERRELEE O.,
DOTTO F., SARLOTTE M. THALES Communication
160 bd de Valmy, 92704 Colombes, FRANCE, 2009,
This Same Paper Publish In IEEE, 2010 Page No: 1039
to 1042.
[3] J. Valls, et al. "The Use of CORDIC in Software
Defined Radios: A Tutorial", Topics in Radio
Communications, IEEE Communications Magazine,
September 2006.
[4] European Patent EP2101457, Demodulator with Post-
Processing Circuit for BER Improvement, by L. Martin
at Epson Corp., 2006.
[5] US Patent US5453715, Communication Device with
Efficient Multi-level Digital Demodulator, by E. K. B.
Lee, at Motorola, 1994.
[6] US Patent US5469112, Communication Device with
Zero-Crossing Demodulator, by E. K. B. Lee, at
Motorola, 1995.
[7] S. Samadian, et al, Demodulators for a Zero-IF
Bluetooth Receiver, IEEE Jourfinal of Solid-State
Circuits, Vol. 38, No. 8, 2003.
[8] R.W. Wall, Senior Member, IEEE,” Simple Methods for
Detecting Zero Crossing” Revised: February 3, 2012
[9] K. Bok, et al. Decision Feedback Postprocessor for
Zero-Crossing Digital FM Demodulator, IEEE
Transactions on Vehicular Technology, Vol. 48, No. 6,
1999.
[10] Wireless Open-Access Research Platform (WARP),
Rice
University.WARPv3UserGuide.Online:http://warp.rice.e
du/trac/wiki/HardwareUserGuides/WARPv3
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 541
[11] RF Interfaces: WARPv3 User Guide: Online :
http://warp.rice.edu/trac/wiki/HardwareUserGuides/WA
RPv3/RF
[12] GSM Association, Market Data, www.gsmworld.com
[13] THALES Communication, www.thalesgroup.com
[14] Volcomm Communication, www.volcomm.com

More Related Content

What's hot

Gate Diffusion Input Technology (Very Large Scale Integration)
Gate Diffusion Input Technology (Very Large Scale Integration)Gate Diffusion Input Technology (Very Large Scale Integration)
Gate Diffusion Input Technology (Very Large Scale Integration)Ashwin Shroff
 
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...IJECEIAES
 
A Review of Analysis and Modeling of Grid Connected Three Phase Multilevel Un...
A Review of Analysis and Modeling of Grid Connected Three Phase Multilevel Un...A Review of Analysis and Modeling of Grid Connected Three Phase Multilevel Un...
A Review of Analysis and Modeling of Grid Connected Three Phase Multilevel Un...IRJET Journal
 
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...VLSICS Design
 
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSIIRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSIIRJET Journal
 
International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) ijceronline
 
Design of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
Design of Low Power Energy Efficient Carry Select Adder Using CMOS TechnologyDesign of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
Design of Low Power Energy Efficient Carry Select Adder Using CMOS TechnologyAssociate Professor in VSB Coimbatore
 
A Review of Different Methods for Booth Multiplier
A Review of Different Methods for Booth MultiplierA Review of Different Methods for Booth Multiplier
A Review of Different Methods for Booth MultiplierIJERA Editor
 
Optimal Body Biasing Technique for CMOS Tapered Buffer
Optimal Body Biasing Technique for  CMOS Tapered Buffer Optimal Body Biasing Technique for  CMOS Tapered Buffer
Optimal Body Biasing Technique for CMOS Tapered Buffer IJEEE
 
logical effort based dual mode logic gates by mallika
logical effort based dual mode logic gates by mallikalogical effort based dual mode logic gates by mallika
logical effort based dual mode logic gates by mallikaMallika Naidu
 
IRJET- Re-Configuration Topology for On-Chip Networks by Back-Tracking
IRJET- Re-Configuration Topology for On-Chip Networks by Back-TrackingIRJET- Re-Configuration Topology for On-Chip Networks by Back-Tracking
IRJET- Re-Configuration Topology for On-Chip Networks by Back-TrackingIRJET Journal
 
Delta-sigma ADC modulator for multibit data converters using passive adder en...
Delta-sigma ADC modulator for multibit data converters using passive adder en...Delta-sigma ADC modulator for multibit data converters using passive adder en...
Delta-sigma ADC modulator for multibit data converters using passive adder en...journalBEEI
 
Modified Gate Diffusion Input-MGDI
Modified Gate Diffusion Input-MGDIModified Gate Diffusion Input-MGDI
Modified Gate Diffusion Input-MGDIshubham jha
 
Low cost high-performance vlsi architecture for montgomery modular multiplica...
Low cost high-performance vlsi architecture for montgomery modular multiplica...Low cost high-performance vlsi architecture for montgomery modular multiplica...
Low cost high-performance vlsi architecture for montgomery modular multiplica...Ratnakar Varun
 
BULK IEEE PROJECTS IN VLSI ,BULK IEEE PROJECTS, IEEE 2015-16 VLSI PROJECTS I...
 BULK IEEE PROJECTS IN VLSI ,BULK IEEE PROJECTS, IEEE 2015-16 VLSI PROJECTS I... BULK IEEE PROJECTS IN VLSI ,BULK IEEE PROJECTS, IEEE 2015-16 VLSI PROJECTS I...
BULK IEEE PROJECTS IN VLSI ,BULK IEEE PROJECTS, IEEE 2015-16 VLSI PROJECTS I...Nexgen Technology
 
497 article text-761-1-10-20190814
497 article text-761-1-10-20190814497 article text-761-1-10-20190814
497 article text-761-1-10-20190814Hoopeer Hoopeer
 
Implementation of BDDs by Various Techniques in Low Power VLSI Design
Implementation of BDDs by Various Techniques in Low Power VLSI DesignImplementation of BDDs by Various Techniques in Low Power VLSI Design
Implementation of BDDs by Various Techniques in Low Power VLSI Designidescitation
 
Optimization MVSIS vs AIG Rewriting (ABC)
Optimization MVSIS vs AIG Rewriting (ABC)Optimization MVSIS vs AIG Rewriting (ABC)
Optimization MVSIS vs AIG Rewriting (ABC)IJEEE
 

What's hot (20)

Gate Diffusion Input Technology (Very Large Scale Integration)
Gate Diffusion Input Technology (Very Large Scale Integration)Gate Diffusion Input Technology (Very Large Scale Integration)
Gate Diffusion Input Technology (Very Large Scale Integration)
 
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...
 
Bh31403408
Bh31403408Bh31403408
Bh31403408
 
A Review of Analysis and Modeling of Grid Connected Three Phase Multilevel Un...
A Review of Analysis and Modeling of Grid Connected Three Phase Multilevel Un...A Review of Analysis and Modeling of Grid Connected Three Phase Multilevel Un...
A Review of Analysis and Modeling of Grid Connected Three Phase Multilevel Un...
 
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...
 
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSIIRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
 
Multi_Vdd_IEEE_Paper
Multi_Vdd_IEEE_PaperMulti_Vdd_IEEE_Paper
Multi_Vdd_IEEE_Paper
 
International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER)
 
Design of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
Design of Low Power Energy Efficient Carry Select Adder Using CMOS TechnologyDesign of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
Design of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
 
A Review of Different Methods for Booth Multiplier
A Review of Different Methods for Booth MultiplierA Review of Different Methods for Booth Multiplier
A Review of Different Methods for Booth Multiplier
 
Optimal Body Biasing Technique for CMOS Tapered Buffer
Optimal Body Biasing Technique for  CMOS Tapered Buffer Optimal Body Biasing Technique for  CMOS Tapered Buffer
Optimal Body Biasing Technique for CMOS Tapered Buffer
 
logical effort based dual mode logic gates by mallika
logical effort based dual mode logic gates by mallikalogical effort based dual mode logic gates by mallika
logical effort based dual mode logic gates by mallika
 
IRJET- Re-Configuration Topology for On-Chip Networks by Back-Tracking
IRJET- Re-Configuration Topology for On-Chip Networks by Back-TrackingIRJET- Re-Configuration Topology for On-Chip Networks by Back-Tracking
IRJET- Re-Configuration Topology for On-Chip Networks by Back-Tracking
 
Delta-sigma ADC modulator for multibit data converters using passive adder en...
Delta-sigma ADC modulator for multibit data converters using passive adder en...Delta-sigma ADC modulator for multibit data converters using passive adder en...
Delta-sigma ADC modulator for multibit data converters using passive adder en...
 
Modified Gate Diffusion Input-MGDI
Modified Gate Diffusion Input-MGDIModified Gate Diffusion Input-MGDI
Modified Gate Diffusion Input-MGDI
 
Low cost high-performance vlsi architecture for montgomery modular multiplica...
Low cost high-performance vlsi architecture for montgomery modular multiplica...Low cost high-performance vlsi architecture for montgomery modular multiplica...
Low cost high-performance vlsi architecture for montgomery modular multiplica...
 
BULK IEEE PROJECTS IN VLSI ,BULK IEEE PROJECTS, IEEE 2015-16 VLSI PROJECTS I...
 BULK IEEE PROJECTS IN VLSI ,BULK IEEE PROJECTS, IEEE 2015-16 VLSI PROJECTS I... BULK IEEE PROJECTS IN VLSI ,BULK IEEE PROJECTS, IEEE 2015-16 VLSI PROJECTS I...
BULK IEEE PROJECTS IN VLSI ,BULK IEEE PROJECTS, IEEE 2015-16 VLSI PROJECTS I...
 
497 article text-761-1-10-20190814
497 article text-761-1-10-20190814497 article text-761-1-10-20190814
497 article text-761-1-10-20190814
 
Implementation of BDDs by Various Techniques in Low Power VLSI Design
Implementation of BDDs by Various Techniques in Low Power VLSI DesignImplementation of BDDs by Various Techniques in Low Power VLSI Design
Implementation of BDDs by Various Techniques in Low Power VLSI Design
 
Optimization MVSIS vs AIG Rewriting (ABC)
Optimization MVSIS vs AIG Rewriting (ABC)Optimization MVSIS vs AIG Rewriting (ABC)
Optimization MVSIS vs AIG Rewriting (ABC)
 

Viewers also liked

Fpga based encryption design using vhdl
Fpga based encryption design using vhdlFpga based encryption design using vhdl
Fpga based encryption design using vhdleSAT Publishing House
 
Hydrostatic transmission as an alternative to conventional gearbox
Hydrostatic transmission as an alternative to conventional gearboxHydrostatic transmission as an alternative to conventional gearbox
Hydrostatic transmission as an alternative to conventional gearboxeSAT Publishing House
 
Localization based range map stitching in wireless sensor network under non l...
Localization based range map stitching in wireless sensor network under non l...Localization based range map stitching in wireless sensor network under non l...
Localization based range map stitching in wireless sensor network under non l...eSAT Publishing House
 
Costomization of recommendation system using collaborative filtering algorith...
Costomization of recommendation system using collaborative filtering algorith...Costomization of recommendation system using collaborative filtering algorith...
Costomization of recommendation system using collaborative filtering algorith...eSAT Publishing House
 
Transient analysis on grey cast iron foam
Transient analysis on grey cast iron foamTransient analysis on grey cast iron foam
Transient analysis on grey cast iron foameSAT Publishing House
 
Reconfigurable and versatile bil rc architecture
Reconfigurable and versatile bil rc architectureReconfigurable and versatile bil rc architecture
Reconfigurable and versatile bil rc architectureeSAT Publishing House
 
Study of properties of banana fiber reinforced composites
Study of properties of banana fiber reinforced compositesStudy of properties of banana fiber reinforced composites
Study of properties of banana fiber reinforced compositeseSAT Publishing House
 
Study of various design methods for cold – formed light gauge steel sections ...
Study of various design methods for cold – formed light gauge steel sections ...Study of various design methods for cold – formed light gauge steel sections ...
Study of various design methods for cold – formed light gauge steel sections ...eSAT Publishing House
 
Product aspect ranking using domain dependent and domain independent review
Product aspect ranking using domain dependent and domain independent reviewProduct aspect ranking using domain dependent and domain independent review
Product aspect ranking using domain dependent and domain independent revieweSAT Publishing House
 
Natural and calcined clayey diatomite as cement replacement materials microst...
Natural and calcined clayey diatomite as cement replacement materials microst...Natural and calcined clayey diatomite as cement replacement materials microst...
Natural and calcined clayey diatomite as cement replacement materials microst...eSAT Publishing House
 
Explicit model predictive control of fast dynamic system
Explicit model predictive control of fast dynamic systemExplicit model predictive control of fast dynamic system
Explicit model predictive control of fast dynamic systemeSAT Publishing House
 
To analyses the effects of turning parameters on
To analyses the effects of turning parameters onTo analyses the effects of turning parameters on
To analyses the effects of turning parameters oneSAT Publishing House
 
A comprehensive study of mining web data
A comprehensive study of mining web dataA comprehensive study of mining web data
A comprehensive study of mining web dataeSAT Publishing House
 
Process monitoring, controlling and load management system in an induction motor
Process monitoring, controlling and load management system in an induction motorProcess monitoring, controlling and load management system in an induction motor
Process monitoring, controlling and load management system in an induction motoreSAT Publishing House
 
Sdci scalable distributed cache indexing for cache consistency for mobile env...
Sdci scalable distributed cache indexing for cache consistency for mobile env...Sdci scalable distributed cache indexing for cache consistency for mobile env...
Sdci scalable distributed cache indexing for cache consistency for mobile env...eSAT Publishing House
 
Design and implementation of network security using genetic algorithm
Design and implementation of network security using genetic algorithmDesign and implementation of network security using genetic algorithm
Design and implementation of network security using genetic algorithmeSAT Publishing House
 
An android based advisor system for efficient vehicle driving directions
An android based advisor system for efficient vehicle driving directionsAn android based advisor system for efficient vehicle driving directions
An android based advisor system for efficient vehicle driving directionseSAT Publishing House
 
Design of file system architecture with cluster
Design of file system architecture with clusterDesign of file system architecture with cluster
Design of file system architecture with clustereSAT Publishing House
 
Experimental investigation on halloysite nano tubes & clay an infilled compos...
Experimental investigation on halloysite nano tubes & clay an infilled compos...Experimental investigation on halloysite nano tubes & clay an infilled compos...
Experimental investigation on halloysite nano tubes & clay an infilled compos...eSAT Publishing House
 

Viewers also liked (20)

Fpga based encryption design using vhdl
Fpga based encryption design using vhdlFpga based encryption design using vhdl
Fpga based encryption design using vhdl
 
Hydrostatic transmission as an alternative to conventional gearbox
Hydrostatic transmission as an alternative to conventional gearboxHydrostatic transmission as an alternative to conventional gearbox
Hydrostatic transmission as an alternative to conventional gearbox
 
Localization based range map stitching in wireless sensor network under non l...
Localization based range map stitching in wireless sensor network under non l...Localization based range map stitching in wireless sensor network under non l...
Localization based range map stitching in wireless sensor network under non l...
 
Costomization of recommendation system using collaborative filtering algorith...
Costomization of recommendation system using collaborative filtering algorith...Costomization of recommendation system using collaborative filtering algorith...
Costomization of recommendation system using collaborative filtering algorith...
 
Dual purpose blind navigation box
Dual purpose blind navigation boxDual purpose blind navigation box
Dual purpose blind navigation box
 
Transient analysis on grey cast iron foam
Transient analysis on grey cast iron foamTransient analysis on grey cast iron foam
Transient analysis on grey cast iron foam
 
Reconfigurable and versatile bil rc architecture
Reconfigurable and versatile bil rc architectureReconfigurable and versatile bil rc architecture
Reconfigurable and versatile bil rc architecture
 
Study of properties of banana fiber reinforced composites
Study of properties of banana fiber reinforced compositesStudy of properties of banana fiber reinforced composites
Study of properties of banana fiber reinforced composites
 
Study of various design methods for cold – formed light gauge steel sections ...
Study of various design methods for cold – formed light gauge steel sections ...Study of various design methods for cold – formed light gauge steel sections ...
Study of various design methods for cold – formed light gauge steel sections ...
 
Product aspect ranking using domain dependent and domain independent review
Product aspect ranking using domain dependent and domain independent reviewProduct aspect ranking using domain dependent and domain independent review
Product aspect ranking using domain dependent and domain independent review
 
Natural and calcined clayey diatomite as cement replacement materials microst...
Natural and calcined clayey diatomite as cement replacement materials microst...Natural and calcined clayey diatomite as cement replacement materials microst...
Natural and calcined clayey diatomite as cement replacement materials microst...
 
Explicit model predictive control of fast dynamic system
Explicit model predictive control of fast dynamic systemExplicit model predictive control of fast dynamic system
Explicit model predictive control of fast dynamic system
 
To analyses the effects of turning parameters on
To analyses the effects of turning parameters onTo analyses the effects of turning parameters on
To analyses the effects of turning parameters on
 
A comprehensive study of mining web data
A comprehensive study of mining web dataA comprehensive study of mining web data
A comprehensive study of mining web data
 
Process monitoring, controlling and load management system in an induction motor
Process monitoring, controlling and load management system in an induction motorProcess monitoring, controlling and load management system in an induction motor
Process monitoring, controlling and load management system in an induction motor
 
Sdci scalable distributed cache indexing for cache consistency for mobile env...
Sdci scalable distributed cache indexing for cache consistency for mobile env...Sdci scalable distributed cache indexing for cache consistency for mobile env...
Sdci scalable distributed cache indexing for cache consistency for mobile env...
 
Design and implementation of network security using genetic algorithm
Design and implementation of network security using genetic algorithmDesign and implementation of network security using genetic algorithm
Design and implementation of network security using genetic algorithm
 
An android based advisor system for efficient vehicle driving directions
An android based advisor system for efficient vehicle driving directionsAn android based advisor system for efficient vehicle driving directions
An android based advisor system for efficient vehicle driving directions
 
Design of file system architecture with cluster
Design of file system architecture with clusterDesign of file system architecture with cluster
Design of file system architecture with cluster
 
Experimental investigation on halloysite nano tubes & clay an infilled compos...
Experimental investigation on halloysite nano tubes & clay an infilled compos...Experimental investigation on halloysite nano tubes & clay an infilled compos...
Experimental investigation on halloysite nano tubes & clay an infilled compos...
 

Similar to Efficient reconfigurable architecture of baseband

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
 
A power efficient delta-sigma ADC with series-bilinear switch capacitor volta...
A power efficient delta-sigma ADC with series-bilinear switch capacitor volta...A power efficient delta-sigma ADC with series-bilinear switch capacitor volta...
A power efficient delta-sigma ADC with series-bilinear switch capacitor volta...TELKOMNIKA JOURNAL
 
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
 
06 ijece anil kumar_sahu edit sat
06 ijece anil kumar_sahu edit sat06 ijece anil kumar_sahu edit sat
06 ijece anil kumar_sahu edit satIAESIJEECS
 
Ieee 2015 2014 nexgen tech vlsi abstract
Ieee 2015 2014 nexgen  tech vlsi   abstractIeee 2015 2014 nexgen  tech vlsi   abstract
Ieee 2015 2014 nexgen tech vlsi abstractNexgen Technology
 
BULK IEEE PROJECTS IN VLSI ,BULK IEEE PROJECTS, IEEE 2015-16 VLSI PROJECTS IN...
BULK IEEE PROJECTS IN VLSI ,BULK IEEE PROJECTS, IEEE 2015-16 VLSI PROJECTS IN...BULK IEEE PROJECTS IN VLSI ,BULK IEEE PROJECTS, IEEE 2015-16 VLSI PROJECTS IN...
BULK IEEE PROJECTS IN VLSI ,BULK IEEE PROJECTS, IEEE 2015-16 VLSI PROJECTS IN...Nexgen Technology
 
IRJET-Protection of Buildings from Saltpetre
IRJET-Protection of Buildings from SaltpetreIRJET-Protection of Buildings from Saltpetre
IRJET-Protection of Buildings from SaltpetreIRJET Journal
 
Nexgen tech vlsi 2015 2014
Nexgen  tech vlsi 2015 2014Nexgen  tech vlsi 2015 2014
Nexgen tech vlsi 2015 2014nexgentech
 
A 15 bit third order power optimized continuous time sigma delta modulator fo...
A 15 bit third order power optimized continuous time sigma delta modulator fo...A 15 bit third order power optimized continuous time sigma delta modulator fo...
A 15 bit third order power optimized continuous time sigma delta modulator fo...eSAT Publishing House
 
A LIGHT WEIGHT VLSI FRAME WORK FOR HIGHT CIPHER ON FPGA
A LIGHT WEIGHT VLSI FRAME WORK FOR HIGHT CIPHER ON FPGAA LIGHT WEIGHT VLSI FRAME WORK FOR HIGHT CIPHER ON FPGA
A LIGHT WEIGHT VLSI FRAME WORK FOR HIGHT CIPHER ON FPGAIRJET Journal
 
An efficient reconfigurable peak cancellation model for peak to average power...
An efficient reconfigurable peak cancellation model for peak to average power...An efficient reconfigurable peak cancellation model for peak to average power...
An efficient reconfigurable peak cancellation model for peak to average power...IJECEIAES
 
Low Power VLSI Design of Modified Booth Multiplier
Low Power VLSI Design of Modified Booth MultiplierLow Power VLSI Design of Modified Booth Multiplier
Low Power VLSI Design of Modified Booth Multiplieridescitation
 
Fpga based low power and high performance address
Fpga based low power and high performance addressFpga based low power and high performance address
Fpga based low power and high performance addresseSAT Publishing House
 
Fpga based low power and high performance address generator for wimax deinter...
Fpga based low power and high performance address generator for wimax deinter...Fpga based low power and high performance address generator for wimax deinter...
Fpga based low power and high performance address generator for wimax deinter...eSAT Journals
 
Design and Implementation of a Programmable Truncated Multiplier
Design and Implementation of a Programmable Truncated MultiplierDesign and Implementation of a Programmable Truncated Multiplier
Design and Implementation of a Programmable Truncated Multiplierijsrd.com
 
Iaetsd gmsk modulation implementation for gsm in dsp
Iaetsd gmsk modulation implementation for gsm in dspIaetsd gmsk modulation implementation for gsm in dsp
Iaetsd gmsk modulation implementation for gsm in dspIaetsd Iaetsd
 
Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...
Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...
Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...IOSR Journals
 
Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...
Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...
Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...IOSR Journals
 

Similar to Efficient reconfigurable architecture of baseband (20)

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
 
A power efficient delta-sigma ADC with series-bilinear switch capacitor volta...
A power efficient delta-sigma ADC with series-bilinear switch capacitor volta...A power efficient delta-sigma ADC with series-bilinear switch capacitor volta...
A power efficient delta-sigma ADC with series-bilinear switch capacitor volta...
 
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
 
06 ijece anil kumar_sahu edit sat
06 ijece anil kumar_sahu edit sat06 ijece anil kumar_sahu edit sat
06 ijece anil kumar_sahu edit sat
 
Ieee 2015 2014 nexgen tech vlsi abstract
Ieee 2015 2014 nexgen  tech vlsi   abstractIeee 2015 2014 nexgen  tech vlsi   abstract
Ieee 2015 2014 nexgen tech vlsi abstract
 
BULK IEEE PROJECTS IN VLSI ,BULK IEEE PROJECTS, IEEE 2015-16 VLSI PROJECTS IN...
BULK IEEE PROJECTS IN VLSI ,BULK IEEE PROJECTS, IEEE 2015-16 VLSI PROJECTS IN...BULK IEEE PROJECTS IN VLSI ,BULK IEEE PROJECTS, IEEE 2015-16 VLSI PROJECTS IN...
BULK IEEE PROJECTS IN VLSI ,BULK IEEE PROJECTS, IEEE 2015-16 VLSI PROJECTS IN...
 
IRJET-Protection of Buildings from Saltpetre
IRJET-Protection of Buildings from SaltpetreIRJET-Protection of Buildings from Saltpetre
IRJET-Protection of Buildings from Saltpetre
 
Nexgen tech vlsi 2015 2014
Nexgen  tech vlsi 2015 2014Nexgen  tech vlsi 2015 2014
Nexgen tech vlsi 2015 2014
 
A 15 bit third order power optimized continuous time sigma delta modulator fo...
A 15 bit third order power optimized continuous time sigma delta modulator fo...A 15 bit third order power optimized continuous time sigma delta modulator fo...
A 15 bit third order power optimized continuous time sigma delta modulator fo...
 
P0450495100
P0450495100P0450495100
P0450495100
 
Implementation of cmos 3
Implementation of cmos 3Implementation of cmos 3
Implementation of cmos 3
 
A LIGHT WEIGHT VLSI FRAME WORK FOR HIGHT CIPHER ON FPGA
A LIGHT WEIGHT VLSI FRAME WORK FOR HIGHT CIPHER ON FPGAA LIGHT WEIGHT VLSI FRAME WORK FOR HIGHT CIPHER ON FPGA
A LIGHT WEIGHT VLSI FRAME WORK FOR HIGHT CIPHER ON FPGA
 
An efficient reconfigurable peak cancellation model for peak to average power...
An efficient reconfigurable peak cancellation model for peak to average power...An efficient reconfigurable peak cancellation model for peak to average power...
An efficient reconfigurable peak cancellation model for peak to average power...
 
Low Power VLSI Design of Modified Booth Multiplier
Low Power VLSI Design of Modified Booth MultiplierLow Power VLSI Design of Modified Booth Multiplier
Low Power VLSI Design of Modified Booth Multiplier
 
Fpga based low power and high performance address
Fpga based low power and high performance addressFpga based low power and high performance address
Fpga based low power and high performance address
 
Fpga based low power and high performance address generator for wimax deinter...
Fpga based low power and high performance address generator for wimax deinter...Fpga based low power and high performance address generator for wimax deinter...
Fpga based low power and high performance address generator for wimax deinter...
 
Design and Implementation of a Programmable Truncated Multiplier
Design and Implementation of a Programmable Truncated MultiplierDesign and Implementation of a Programmable Truncated Multiplier
Design and Implementation of a Programmable Truncated Multiplier
 
Iaetsd gmsk modulation implementation for gsm in dsp
Iaetsd gmsk modulation implementation for gsm in dspIaetsd gmsk modulation implementation for gsm in dsp
Iaetsd gmsk modulation implementation for gsm in dsp
 
Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...
Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...
Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...
 
Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...
Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...
Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
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
 
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
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
(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
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
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
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 

Recently uploaded (20)

chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
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
 
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
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
(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...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
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
 
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
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 

Efficient reconfigurable architecture of baseband

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 536 EFFICIENT RECONFIGURABLE ARCHITECTURE OF BASEBAND DEMODULATOR IN SDR Keyur Konkani1 1 M.E, Student, L.D. College of Engineering, Ahmedabad, Gujarat, India Abstract This paper presents the simulation architecture and performance analysis with the use of ZCD technic. A Zero-Crossing based All- Digital Baseband Demodulation architecture is proposed in this work. This architecture supports demodulation of all modulation schemes including MSK, PSK, FSK, and QAM. The proposed structure is very low area, low power, and low latency and can operate in real-time. Moreover it can switch, in run-time, between multiple modulation schemes like GMSK (GSM), QPSK (CDMA), GFSK (Bluetooth), 8-PSK (EDGE), Offset-QPSK (W-CDMA), etc. In addition, the phase resolution of the demodulator is scalable with performance. In addition, bit-wise amplitude quantization based quad-decomposition approach is utilized to demodulate higher order M-ary QAM modulations such as 16-QAM & 64-QAM, which is also a highly scalable architecture. This structure of demodulator provides energy-efficient and resource-efficient implementation of various wireless standards in physical layer of SDR. Keywords — Physical layer, Mobile and Wireless Communication, Software Defined radio (SDR), Zero Cross Detection (ZCD), Modulation Schemes, Architecture, high level synthesis, FPGA. -----------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION Software Radio, by definition, is a class of Reconfigurable radios in which the physical layer behavior can be significantly altered, at run-time, without change in hardware. Thus physical layer reconfigurability is a primary feature of SDR. The Reconfigurable radio can adapt too many different standards and enables global mobility, multi-functionality, compactness and ease of upgrade. The same physical layer can be reprogrammed to support different bands of frequencies, different modulation schemes and different data rates resulting in a significant reduction in product development times and at the same time offering high power efficiency and speed of operations The architecture choice of physical layer signal processing of a reconfigurable radio is a critical design step. It determines the flexibility, modularity, scalability and performance of the final design. Signal processing algorithms can be implemented using variety of digital hardware such as General Purpose Processors (GPPs), Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs) and Field Programmable Gate Arrays (FPGAs). Where modular design flows are required, FPGAs are preferred over DSPs, as they provide high degree of parallelism and fast interconnections between different modules of a design. FPGA also exhibit high flexibility and reduced design times. Fig 1.1: Comparison of FPGA, DSP, ASIP, ASIC & GPP for SDR implementation [1] Hence, FPGAs are highly suitable for efficient implementations of computationally intensive signal processing functions involved in the physical layer of Software Defined Radio, as shown in Figure 1.3. The physical layer involves baseband signal processing which ensures that data received from upper layers, such as MAC, are transferred to the other end of the channel, or recovered, with minimum distortion. The major functions performed by Physical Layer are as follows: Channel Coding- To withstand noise, interference, fading. Interleaving- To nullify the effect of burst errors Modulation- For bandwidth efficiency & channel transport
  • 2. IJRET: International Journal of Research in Engineering and Technology ___________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ 2. BASEBAND DEMODULATION Fundamental Principle of Baseband Quadrature Modulation Demodulation involves Phase-to-Amplitude operation at Modulator in Transmitter and Amplitude Mapping operation at Demodulator. The Figure 2.2 depicts the flow of operations involved in Modulator. Fig 2.1: Fundamental Principle of Baseband Quadrature Modulation-Demodulation At receiver end, Amplitude-to-Phase Mapping at Demodulator. The Figure 2.3 shows the flow of operations involved in Demodulation. At the receiver end, phase recovery is essential for demodulation. The digital demodulation algorithms can be primarily classified into two categories depending on the phase accuracy requirements: Modulations which require accurate Phase Reconstruction at Receiver for efficient Symbol Recovery o includes - GMSK, GFSK, DQPSK, 8 DPSK, 8-PSK o all these schemes are very robust to chann e_ects like AWGN, phase distortion, symbol interference, fading, etc. Modulations which directly operate on I & Q values and thus does not require highly accurate Phase Reconstruction for Symbol Recovery o includes - QPSK, Offset DBPSK, 16-QAM, 64-QAM o not very robust to channel effects Conventional techniques for Phase Reconstruction require Co ordinate Rotation Digital Computer (CORDIC) which has generally a word-parallel n-stage pipelined architecture. Fig 2.2: Phase-to-Amplitude Mapping at Modulator (Transmitter) [3] IJRET: International Journal of Research in Engineering and Technology eISSN: 2319 ___________________________________________________________________________________ 2014, Available @ http://www.ijret.org Fundamental Principle of Baseband Quadrature Modulation- Amplitude Mapping operation at Modulator in Transmitter and Amplitude-to-Phase Mapping operation at Demodulator. The Figure 2.2 depicts the Fundamental Principle of Baseband Quadrature Demodulation Phase Mapping at Demodulator. The Figure 2.3 shows the flow of operations involved in Demodulation. At the receiver end, phase recovery is essential for demodulation. The digital demodulation fied into two categories depending on the phase accuracy requirements: Modulations which require accurate Phase Reconstruction at Receiver for efficient Symbol GMSK, GFSK, DQPSK, 8- all these schemes are very robust to channel ts like AWGN, phase distortion,inter- nterference, fading, etc. Modulations which directly operate on I & Q values and thus does not require highly accurate Phase Reconstruction for Symbol Recovery QPSK, Offset-QPSK, BPSK, QAM not very robust to channel effects Conventional techniques for Phase Reconstruction require Co- ordinate Rotation Digital Computer (CORDIC) which has stage pipelined architecture. Mapping at Modulator Fig 2.3: Amplitude-to- (Receiver) 3. ACCURATE PHASE RECONSTRUCTION USING ZERO-CROSSING DETECTION Phase Reconstruction can be achieved by performing linear addition/subtraction combinations of In signals into generating several phase axes at a definite angle in phase domain. The zero scalable phase accuracy, i.e. the phase resolution can be increased by increasing the number o more addition units. This technique is realized by a purely combinational logic, therefore enables very high speed Phase Recovery. The following are the advantageous features of zero detection base phase recovery, as compar phase recovery: Scalable phase accuracy Realized by combinational logic Very high speed Well suited to Non Phase-Locked Loop not required Very low design complexity compared to CORDIC Zero Crossing based Quadrature baseband demodulation was first proposed by E.K. B. Lee at Motorola in 1995 on improved by S. Samadian at UCLA in 2003 the implementation of Phase Axes Generator proposed by the above author involved analog circuit com operational-amplifiers for scaling and addition in analog domain. Presence of opamps in the receiver circuit drastically increases the area occupied and the power consumption of the receiver. Therefore, to eliminate analog components, an all digital Phase Axes Generator is proposed in this work, which is connected in series with a standard Analog converter circuit. Thus the entire demodulation operation is performed in digital domain. In the proposed demodulator, the phase axes gene is implemented completely in digital domain and no scaling multiplication/division operations are required. This allows highly area efficient and timing efficient, low power, implementation of demodulator on FPGA. In the first step, multiple domain by linear combination of received I and Q baseband signals. A tree of adders produces multiple phase axes, where eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ 537 -Phase Mapping at Demodulator (Receiver) [3] ACCURATE PHASE RECONSTRUCTION CROSSING DETECTION Phase Reconstruction can be achieved by performing linear combinations of In-phase and Quad-phase signals into generating several phase axes at a definite angle in phase domain. The zero-crossing detection technique has scalable phase accuracy, i.e. the phase resolution can be increased by increasing the number of phase axes by adding more addition units. This technique is realized by a purely combinational logic, therefore enables very high speed Phase The following are the advantageous features of zero-crossing detection base phase recovery, as compared to CORDIC based Scalable phase accuracy Realized by combinational logic Well suited to Non-Coherent Demodulation Locked Loop not required Very low design complexity compared to CORDIC Quadrature baseband demodulation was first proposed by E.K. B. Lee at Motorola in 1995 [6] and later on improved by S. Samadian at UCLA in 2003 [7]. However the implementation of Phase Axes Generator proposed by the above author involved analog circuit components like amplifiers for scaling and addition in analog domain. Presence of opamps in the receiver circuit drastically increases the area occupied and the power consumption of the receiver. Therefore, to eliminate analog components, an all- igital Phase Axes Generator is proposed in this work, which is connected in series with a standard Analog-to-Digital converter circuit. Thus the entire demodulation operation is performed in digital domain. In the proposed demodulator, the phase axes generator module is implemented completely in digital domain and no scaling multiplication/division operations are required. This allows highly area efficient and timing efficient, low power, implementation of demodulator on FPGA. In the first step, multiple phase axes are generated in phase domain by linear combination of received I and Q baseband signals. A tree of adders produces multiple phase axes, where
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 538 first column of adders produce phase axes at 45 degrees and next column of adders produce a phase axes at 22.5 degrees. Thus phase resolution can be linearly increased with increase in adders Fig 3.1: Phase Axes Generation Circuit for First Quadrant of Phase Domain I-Q Plane Thus total 14 adders are required to generate 14 extra axes (apart from I and Q) in the phase domain I-Q plane, dividing the phase domain in total 32 sectors resulting in a phase resolution accuracy of 360/32 = 11.25 degrees. For tracking the instantaneous phase of the input I-Q modulated signals, the MSB of each of the phase axes is considered to represent a thermometer code Indicating the current phase position of the input modulated signal, as shown in Figure. The thermometer code so obtained is further encoded to binary representation of 5 bits (for total 32 sectors) by a look-up table. In this way the instantaneous phase of the modulated signal is tracked by zero-crossing detection in MSB of multiple phase axes signals. Fig 3.2: Phase Axes Generation Circuit for Second Quadrant of Phase Domain I-Q Plane 4. SIMPLER DETECTOR BASED ON PHASE ENCODING Instead of sensing phase rotation by counting crossings across reference axes, a more direct way is to read the instantaneous phase from the 16-bit thermometer code at the output of the comparator array [Fig. 4.1]. With eight 1-bit zero-crossing detectors, this code resolves the instantaneous phase to an accuracy of. For example, the code corresponding to the shaded segment in Fig. 5(b) is 0000 1111 1111 1111; as the phase of the GFSK vector rotates clockwise from the shaded segment to the striped segment, the code changes to 0000 0111 1111 1111, whereas if the vector rotates counterclockwise to the dotted segment, the code becomes 0001 1111 1111 1111. The demodulator needs only to know the initial and final values of the code across one symbol period to determine the angle of the received waveform and the direction of rotation. This simplifies the circuit considerably. Although for timing synchronization it is necessary to oversample the down converted signal, this simple detector itself clocks at the symbol rate, 1 MHz, which lowers power consumption. Fig 4.1: Phase Sector Encoding for Instantaneous Phase Tracking of the incoming signal
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 539 5. THE NOVEL POST PROCESSING CIRCUIT A novel post-processing circuit is proposed for all demodulators corresponding to all modulation schemes. The proposed circuit improves BER performance of demodulator by detecting a stable symbol at the output of demodulator. The circuit parameters include: i. Oversampling factor (N) for the modulation scheme. Generally, N = 8. ii. Symbol word size (m), i.e. no. of bits representing one symbol in constellation of the modulation scheme. The circuit operates on the following principle: "A symbol is Output, if and only if, it is detected at the demodulator output continuously for ((N/2) +1) clock cycles, otherwise continue previous symbol at output" Where N = no. of samples per symbol (oversampling factor specified by a wireless standard, a common characteristic of both modulator and demodulator). The proposed stable symbol detection circuit is shown in Figure 5.1. This novel circuit is implemented for all demodulators designed in this work. Fig 5.1: Proposed Stable Symbol Detection Circuit 6. EXPERIMENTAL RESULTS In the proposed demodulator for GSM (we can take any Wireless Standard), the phase axes generator module is implemented completely in digital domain and no scaling multiplication/division operations are required. This allows highly area efficient and timing efficient, low power, implementation of demodulator on FPGA. In the first step, multiple phase axes are generated in phase domain by linear combination of received I and Q baseband signals. A tree of adders produce multiple phase axes, where first column of adders produce phase axes at 45 degrees and next column of adders produce a phase axes at 22.5 degrees. Thus phase resolution can be linearly increased with increase in adders. In the second step, zero crossings are detected in the multiple phase axes signals by representing them in 2’s complement signed integer format. Here the MSB of the signal contains zero-crossing information. The zero crossing information obtained from previous block is given to a thermometer encoder which allows us to represent the current position of the incoming phase signal in a phase domain. Thus each phase sector is assigned a thermometric code. The thermometric code is converted to binary code representation which allows us to determine the difference in phase between consecutive sectors while the incoming signal moves along the axes. Fig 6.1: Proposed GMSK Demodulator based on Zero- Crossing Phase Reconstruction and Stable Symbol Detection Post-Processing
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 540 6.1 Phase Reconstruction Module Synthesis Results: The HDL code for each IP was implemented in Xilinx ISE and the resource utilization and static timing afinalysis were noted. For comparison, standard parameterizable IP cores from Xilinx LogiCORE generator were considered for resource utilization assessment. In case of demodulation, typically a arctangent function is required for performing amplitude-to-phase conversion or phase reconstruction. Therefore a standard atan word-parallel CORDIC algorithm IP from LogiCORE generator was synthesized and the resource utilization were compared with the resource utilization of the phase reconstruction module employed in the proposed demodulator structure. It is observed from Table 6.1 that the resource utilization for phase reconstruction module is nearly one-half of the CORDIC resource utilization. Table 6.1: Comparison of Resource Utilization between proposed Zero-Crossing based Phase Reconstruction module and CORDIC IP from Xilinx LogiCORE Gen-serator Resource Utilization Proposed Zero- Crossing Based Phase Reconstruction CORDIC IP from XlinikLogicCORE Slice Registers 15 311 Slice LUTs 274 527 Moreover, the latency of CORDIC is N clock cycles where N is equal to the number of pipeline stages in CORDIC. On the other hand, the phase reconstruction module in proposed demodulator is purely combinational logic therefore latency/delay is very very less compared to the CORDIC. In terms of complexity, CORDIC requires pre-computation of coefficients prior to synthesis, according to the phase accuracy requirements. This leads to high accuracy of phase reconstruction, nearly 0.1 degrees, as compared to 11.25 degrees for the proposed demodulator. However, experimentally it is found that very high accuracy of phase reconstruction is not necessary when a moderate modulation index is specified in the standard. For example, in GSM, the GMSK modulation index is 0.5 which results in 90 degrees change in phase for one change in symbol. This 90 degrees change can be efficiently detected by 11.25 degree phase resolution and higher phase resolution is not required. Similarly, in Bluetooth, the GFSK modulation index specified is 0.28 to 0.35 which is nearly 60 degrees phase change, which can also be efficiently detected by 11.25 degrees phase resolution. 7. CONCLUSIONS It was observed that the above mentioned algorithms significantly reduce the complexity of the receiver architecture and thus enable a resource-efficient, low latency, low delay, low power, all-digital implementation on FPGA. At the same time, there is some minor degradation in Bit Error Rate (BER) performance as compared to the theoretical "ideal demodulator". However this trade-off is very much in favor of low cost, low complexity, flexible receivers which are widely employed in modern communication devices. Zero Crossing based Baseband Demodulation, General Approach for Multi-standard Demodulation Novel Post- processing circuit, with Stable symbol detection, for all Demodulators to improve BER and All-Digital Phase Axes Generation Scalable, Low Complexity, Hierarchical Adder based circuit. REFERENCES [1] N. Bhatia,” A Physical layer implementation of Reconfigurable Radio”, M.S. Thesis, Virginia State University, 2004. [2] “High Data Rate Fully Flexible SDR Modem Advanced configurable architecture & development methodology”. By KASPERSKI F., PIERRELEE O., DOTTO F., SARLOTTE M. THALES Communication 160 bd de Valmy, 92704 Colombes, FRANCE, 2009, This Same Paper Publish In IEEE, 2010 Page No: 1039 to 1042. [3] J. Valls, et al. "The Use of CORDIC in Software Defined Radios: A Tutorial", Topics in Radio Communications, IEEE Communications Magazine, September 2006. [4] European Patent EP2101457, Demodulator with Post- Processing Circuit for BER Improvement, by L. Martin at Epson Corp., 2006. [5] US Patent US5453715, Communication Device with Efficient Multi-level Digital Demodulator, by E. K. B. Lee, at Motorola, 1994. [6] US Patent US5469112, Communication Device with Zero-Crossing Demodulator, by E. K. B. Lee, at Motorola, 1995. [7] S. Samadian, et al, Demodulators for a Zero-IF Bluetooth Receiver, IEEE Jourfinal of Solid-State Circuits, Vol. 38, No. 8, 2003. [8] R.W. Wall, Senior Member, IEEE,” Simple Methods for Detecting Zero Crossing” Revised: February 3, 2012 [9] K. Bok, et al. Decision Feedback Postprocessor for Zero-Crossing Digital FM Demodulator, IEEE Transactions on Vehicular Technology, Vol. 48, No. 6, 1999. [10] Wireless Open-Access Research Platform (WARP), Rice University.WARPv3UserGuide.Online:http://warp.rice.e du/trac/wiki/HardwareUserGuides/WARPv3
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 541 [11] RF Interfaces: WARPv3 User Guide: Online : http://warp.rice.edu/trac/wiki/HardwareUserGuides/WA RPv3/RF [12] GSM Association, Market Data, www.gsmworld.com [13] THALES Communication, www.thalesgroup.com [14] Volcomm Communication, www.volcomm.com