SlideShare a Scribd company logo
1 of 30
POWER EFFICIENT
CHANNELIZER FOR SOFTWARE
 DEFINED RADIO USING VLSI
Overview
 Objective                        Proposed design of our
 Basic architecture of            channelizer
 channelizer                      Architecture of our design
 CIC filter                       Simulation results
 Fast Fourier transform           Synthesis results
 What is software defined radio   Conclusion
 Field programmable gate array    Reference
objective
 The objective of our project is to design a power efficient
 channelizer for software defined radio.
 We have proposed a model of increased stage CIC filter
 and FFT for channelizer.
 For designing model sim altera is used for simulation
 purpose and xilinz ISE is used for synthesis.
Basic architecture of channelizer


Discrete data's
                                                   Sequential
                  Integrator   Decimator                        8 point FFT
                                                  combination

                               CIC FILTER BLOCK
Cascaded Integrator-Comb
(CIC) Filter
 Used to achieve arbitrary and large sample rate changes in
 digital systems.
 Used as decimation or interpolation filters.
 Efficiently implemented without multipliers, utilizing only
 adders and subtractors.
Single CIC filter block diagram

            Z^-1                      Z^M


                 +                         -
        +    +            R      +     +


    integrator       decimator       comb filter
Features
 1-32-bit input data width.
 1-8 cascaded stages.
 1-4 cycles differential delay.
 Run-time programmable for both decimation and
 interpolation.
Cont…
2-16,384 decimation and interpolation sampling rate
factor.
Multi-channel (up to 4 channels) support for both
decimation and interpolation.
Fully synchronous, single-clock design.
Integrator
 An integrator is a single-pole IIR filter .
 with a unity feedback coefficient.
 operating at a higher sampling rate, fS.
Comb filter
 A comb is a FIR filter .
 with M unity differential delays .
 operating at a lower sampling rate.
Fast Fourier transform
 An efficient algorithm to compute the discrete Fourier
 transform (DFT) and its inverse.
 An FFT computes the DFT and produces exactly the
 same result as evaluating the DFT.
 Difference is that an FFT is much faster.
 DFT of N points takes O(N 2) arithmetical operations,
 FFT take only O(N log N) operations.
What is Software Defined
Radio?
 A collection of hardware and software technologies.
 Radio in which some or all of the physical layer functions
 are software defined.
 Radio’s operating functions are implemented through
 modifiable software or firmware .
 Operating on programmable processing technologies.
Benefits of SDR

 For Radio Equipment Manufacturers and System
 Integrators.
 For Radio Service Providers.
 For End Users - from business travelers to soldiers on the
 battlefield.
Field programmable gate array

An integrated circuit designed to be configured by the
customer or designer after manufacturing.
Configuration is generally specified using a hardware
description language (HDL).
Contain programmable logic components called "logic
blocks“.
Hierarchy of reconfigurable interconnects that allow the
blocks to be "wired together“.
FPGA design and programming

 The HDL form is suited to work with large structures .
 It's possible to just specify numerically rather than having
 to draw every piece by hand.
 Electronic design automation tool is used and technology-
 mapped netlist is generated.
 The netlist can then be fitted to the actual FPGA
 architecture using a process called place-and-route.
Conti…
 The user will validate the map, place and route results
 Once the design and validation process is complete
 The binary file generated is used to reconfigure the FPGA.
Proposed design of
channelizer
 5 stage integrator and 5 stage comb filter with one
 decimator .
 To increase efficiency totally there are 8 complete stages
 of CIC.
 An 8 point FFT block.
Architecture of our design
Deci val
  data

  clk
           xin                      x0                 out0
                     Stage 1
 reset
                                    x1                 out1
                     Stage 2
                     Stage 3        x2        x1       out2
                                    x3                 out3
                     Stage 4
                                         8 point FFT
                     Stage 5

                     Stage 6

                     Stage 7
                                    x7                 out7
                     Stage 8
                 CIC FILTER BLOCK
Individual CIC filter of our
     design


I1      I2     I3     I4     I5      R    C1   C2   C3   C4   C5



Where
         I1,I2,I3,I4,I5 are integrator
         R is decimator
         C1,C2,C3,C4,C5 are comb filter
Sample coding of integrator
                          else
 For integrator section
                               begin
 always @(posedge clk)
                                x<=xin;
 begin
                                rst1<=1'b1;
 if(~rst)
                                i0<=i0+sxtx;
      begin
                          integrator 1
      i0<=26'd0;
                                 i1<=i1+i0;
      i1<=26'd0;
                          integrator 2
      i2<=26'd0;
                                i2<=i2+i1;
      i3<=26'd0;
                          integrator 3
      i4<=26'd0;
                                 i3<=i3+i2;
      rst1<=1'b0;
                          integrator 4
      end
                                 i4<=i4+i3;
                          integrator 5
                               end
Simulation results
Synthesis results
Top module
Internal blocks of top module
8 point FFT synthesized
block
CONCLUSION
Efficiency in terms of architecture optimizations such as
those made in the Polyphase FFT.
Implementation aspects leading to smaller area, low
power, radiation hardness and low cost seem very
promising.
The designed channelizer can be utilized in real time SDR
channel.
There is promising decrease in noise by the design.
REFERENCES
1. R.E. Chrochier et al., “Multirate Digital Signal Processing”,
Prentice Hall, 1981.
2. Package”, GOMAC 2002 Digest of Papers.
3. A.M. Badda and M. Donati, “The Software Defined Radio
Technique Applied to the RF Front-End for Cellular Mobile
Systems”, in Software Radio Technologies and Services”,
Editor Enrico Del Re, Springer-Verlog 2001.
4. P.P Vaidyanathan, “Multirate Digital Filters, Filter Banks,
Polyphase Networks and Applications: A Tutorial”, Proc.
IEEE, Vol. 78, pp 56-93, 1990
5. K.Roy, et. al., “Hardware Architecture and VLSI
Implementation of a Low-Power High-Performance Polyphase
Channelizer with Applications to Subband Adaptive Filtering”,
IEEE International Conference on Acoustics, Speech, and
Signal Processing 2004.
6. K. Roy, et al., “CSDC: a new complexity reduction
technique for parallel multiplierless implementation of digital
FIR filters”, submitted to IEEE Trans. Circuits and Systems II:
Analog and Digital Signal Processing.
7. K. Roy, et al., Low-Power CMOS VLSI Circuit Design,
John Wiley & Sons, Inc., ISBN 0-471-11488-X, 2000.
8. P. McGuirk, J.C. Lyke, et al., “Malleable Signal Processor:
A General-purpose Module for Sensor Integration”, Military
Applications of Programmable Logic Devices (MAPLD) 2000.
9. J. Rooks, J.Lyke, et. al., “Wafer Scale Signal Processors and
Reconfigurable Processors in a 3-
Dimensional C. Poivey, “Radiation Hardness Assurance for
Space Systems,” IEEE NSREC2002 short course,Section V,
2002.
10. C. Poivey, et. al., “Radiation Characterization of
Commercially Available 1M/4Mbit for Space Applications,”
IEEE NSREC 1998 data workshop proceedings, 1998.
PRESENTATION BY
    SOORAJ

More Related Content

What's hot

SOLUTION MANUAL OF COMPUTER ORGANIZATION BY CARL HAMACHER, ZVONKO VRANESIC & ...
SOLUTION MANUAL OF COMPUTER ORGANIZATION BY CARL HAMACHER, ZVONKO VRANESIC & ...SOLUTION MANUAL OF COMPUTER ORGANIZATION BY CARL HAMACHER, ZVONKO VRANESIC & ...
SOLUTION MANUAL OF COMPUTER ORGANIZATION BY CARL HAMACHER, ZVONKO VRANESIC & ...vtunotesbysree
 
microprocessor Questions with solution
microprocessor Questions with solutionmicroprocessor Questions with solution
microprocessor Questions with solutiondit
 
Modules and ports in Verilog HDL
Modules and ports in Verilog HDLModules and ports in Verilog HDL
Modules and ports in Verilog HDLanand hd
 
Vhdl code and project report of arithmetic and logic unit
Vhdl code and project report of arithmetic and logic unitVhdl code and project report of arithmetic and logic unit
Vhdl code and project report of arithmetic and logic unitNikhil Sahu
 
Iaetsd fpga implementation of cordic algorithm for pipelined fft realization and
Iaetsd fpga implementation of cordic algorithm for pipelined fft realization andIaetsd fpga implementation of cordic algorithm for pipelined fft realization and
Iaetsd fpga implementation of cordic algorithm for pipelined fft realization andIaetsd Iaetsd
 
IMPLEMENTATION OF SDC - SDF ARCHITECTURE FOR RADIX-4 FFT
IMPLEMENTATION OF SDC - SDF ARCHITECTURE FOR RADIX-4 FFT IMPLEMENTATION OF SDC - SDF ARCHITECTURE FOR RADIX-4 FFT
IMPLEMENTATION OF SDC - SDF ARCHITECTURE FOR RADIX-4 FFT VLSICS Design
 
Design and Fabrication of 4-bit processor
Design and Fabrication of  4-bit processorDesign and Fabrication of  4-bit processor
Design and Fabrication of 4-bit processorPriyatham Bollimpalli
 
Video coding technology proposal by
Video coding technology proposal by Video coding technology proposal by
Video coding technology proposal by Videoguy
 
Solution manual 8051 microcontroller by mazidi
Solution manual 8051 microcontroller by mazidiSolution manual 8051 microcontroller by mazidi
Solution manual 8051 microcontroller by mazidiMuhammad Abdullah
 
Performance Analysis of OFDM Transceiver with Folded FFT and LMS Filter
Performance Analysis of OFDM Transceiver with Folded FFT and LMS FilterPerformance Analysis of OFDM Transceiver with Folded FFT and LMS Filter
Performance Analysis of OFDM Transceiver with Folded FFT and LMS Filteridescitation
 
07 processor basics
07 processor basics07 processor basics
07 processor basicsMurali M
 

What's hot (17)

Analog to Digital Converter
Analog to Digital ConverterAnalog to Digital Converter
Analog to Digital Converter
 
Fpga 13-task-and-functions
Fpga 13-task-and-functionsFpga 13-task-and-functions
Fpga 13-task-and-functions
 
Verilog hdl
Verilog hdlVerilog hdl
Verilog hdl
 
SOLUTION MANUAL OF COMPUTER ORGANIZATION BY CARL HAMACHER, ZVONKO VRANESIC & ...
SOLUTION MANUAL OF COMPUTER ORGANIZATION BY CARL HAMACHER, ZVONKO VRANESIC & ...SOLUTION MANUAL OF COMPUTER ORGANIZATION BY CARL HAMACHER, ZVONKO VRANESIC & ...
SOLUTION MANUAL OF COMPUTER ORGANIZATION BY CARL HAMACHER, ZVONKO VRANESIC & ...
 
microprocessor Questions with solution
microprocessor Questions with solutionmicroprocessor Questions with solution
microprocessor Questions with solution
 
Modules and ports in Verilog HDL
Modules and ports in Verilog HDLModules and ports in Verilog HDL
Modules and ports in Verilog HDL
 
Verilog
VerilogVerilog
Verilog
 
DSP_Assign_1
DSP_Assign_1DSP_Assign_1
DSP_Assign_1
 
Vhdl code and project report of arithmetic and logic unit
Vhdl code and project report of arithmetic and logic unitVhdl code and project report of arithmetic and logic unit
Vhdl code and project report of arithmetic and logic unit
 
Iaetsd fpga implementation of cordic algorithm for pipelined fft realization and
Iaetsd fpga implementation of cordic algorithm for pipelined fft realization andIaetsd fpga implementation of cordic algorithm for pipelined fft realization and
Iaetsd fpga implementation of cordic algorithm for pipelined fft realization and
 
IMPLEMENTATION OF SDC - SDF ARCHITECTURE FOR RADIX-4 FFT
IMPLEMENTATION OF SDC - SDF ARCHITECTURE FOR RADIX-4 FFT IMPLEMENTATION OF SDC - SDF ARCHITECTURE FOR RADIX-4 FFT
IMPLEMENTATION OF SDC - SDF ARCHITECTURE FOR RADIX-4 FFT
 
Design and Fabrication of 4-bit processor
Design and Fabrication of  4-bit processorDesign and Fabrication of  4-bit processor
Design and Fabrication of 4-bit processor
 
Video coding technology proposal by
Video coding technology proposal by Video coding technology proposal by
Video coding technology proposal by
 
Solution manual 8051 microcontroller by mazidi
Solution manual 8051 microcontroller by mazidiSolution manual 8051 microcontroller by mazidi
Solution manual 8051 microcontroller by mazidi
 
Dld ppt
Dld  pptDld  ppt
Dld ppt
 
Performance Analysis of OFDM Transceiver with Folded FFT and LMS Filter
Performance Analysis of OFDM Transceiver with Folded FFT and LMS FilterPerformance Analysis of OFDM Transceiver with Folded FFT and LMS Filter
Performance Analysis of OFDM Transceiver with Folded FFT and LMS Filter
 
07 processor basics
07 processor basics07 processor basics
07 processor basics
 

Viewers also liked

History of radio
History of radioHistory of radio
History of radiomanislcj
 
History of radio
History of radioHistory of radio
History of radioshimabegum
 
History & Development of Radio
History & Development of RadioHistory & Development of Radio
History & Development of RadioAndrew Robson
 
Radio Communication
Radio CommunicationRadio Communication
Radio CommunicationJohn Grace
 
Radio communication presentation
Radio communication presentationRadio communication presentation
Radio communication presentationrandan88
 

Viewers also liked (6)

History Of Radio
History Of RadioHistory Of Radio
History Of Radio
 
History of radio
History of radioHistory of radio
History of radio
 
History of radio
History of radioHistory of radio
History of radio
 
History & Development of Radio
History & Development of RadioHistory & Development of Radio
History & Development of Radio
 
Radio Communication
Radio CommunicationRadio Communication
Radio Communication
 
Radio communication presentation
Radio communication presentationRadio communication presentation
Radio communication presentation
 

Similar to POWER EFFICIENT CHANNELIZER FOR SDR

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
 
Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...
Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...
Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...iosrjce
 
Lcdf4 chap 03_p2
Lcdf4 chap 03_p2Lcdf4 chap 03_p2
Lcdf4 chap 03_p2ozgur_can
 
Novel fpga design and implementation of digital up
Novel fpga design and implementation of digital upNovel fpga design and implementation of digital up
Novel fpga design and implementation of digital upeSAT Publishing House
 
DickeyS_presentation_2015_3_26_2_1
DickeyS_presentation_2015_3_26_2_1DickeyS_presentation_2015_3_26_2_1
DickeyS_presentation_2015_3_26_2_1Sergey Dickey
 
Design of an Efficient Reconfigurable Fir Filter for Multi Standard Digital u...
Design of an Efficient Reconfigurable Fir Filter for Multi Standard Digital u...Design of an Efficient Reconfigurable Fir Filter for Multi Standard Digital u...
Design of an Efficient Reconfigurable Fir Filter for Multi Standard Digital u...IRJET Journal
 
“FIELD PROGRAMMABLE DSP ARRAYS” - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...
“FIELD PROGRAMMABLE DSP ARRAYS” - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...“FIELD PROGRAMMABLE DSP ARRAYS” - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...
“FIELD PROGRAMMABLE DSP ARRAYS” - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...sipij
 
chapter5-Filter Implementation-pp32.pptx
chapter5-Filter Implementation-pp32.pptxchapter5-Filter Implementation-pp32.pptx
chapter5-Filter Implementation-pp32.pptxHarsh539534
 
Iaetsd finger print recognition by cordic algorithm and pipelined fft
Iaetsd finger print recognition by cordic algorithm and pipelined fftIaetsd finger print recognition by cordic algorithm and pipelined fft
Iaetsd finger print recognition by cordic algorithm and pipelined fftIaetsd Iaetsd
 
IRJET - Distributed Arithmetic Method for Complex Multiplication
IRJET -  	  Distributed Arithmetic Method for Complex MultiplicationIRJET -  	  Distributed Arithmetic Method for Complex Multiplication
IRJET - Distributed Arithmetic Method for Complex MultiplicationIRJET Journal
 
High Speed Area Efficient 8-point FFT using Vedic Multiplier
High Speed Area Efficient 8-point FFT using Vedic MultiplierHigh Speed Area Efficient 8-point FFT using Vedic Multiplier
High Speed Area Efficient 8-point FFT using Vedic MultiplierIJERA Editor
 
The Principle Of Ultrasound Imaging System
The Principle Of Ultrasound Imaging SystemThe Principle Of Ultrasound Imaging System
The Principle Of Ultrasound Imaging SystemMelissa Luster
 
Design and Power Measurement of 2 And 8 Point FFT Using Radix-2 Algorithm for...
Design and Power Measurement of 2 And 8 Point FFT Using Radix-2 Algorithm for...Design and Power Measurement of 2 And 8 Point FFT Using Radix-2 Algorithm for...
Design and Power Measurement of 2 And 8 Point FFT Using Radix-2 Algorithm for...IOSRJVSP
 
High Speed and Time Efficient 1-D DWT on Xilinx Virtex4 DWT Using 9/7 Filter ...
High Speed and Time Efficient 1-D DWT on Xilinx Virtex4 DWT Using 9/7 Filter ...High Speed and Time Efficient 1-D DWT on Xilinx Virtex4 DWT Using 9/7 Filter ...
High Speed and Time Efficient 1-D DWT on Xilinx Virtex4 DWT Using 9/7 Filter ...IOSR Journals
 
High Performance FPGA Based Decimal-to-Binary Conversion Schemes
High Performance FPGA Based Decimal-to-Binary Conversion SchemesHigh Performance FPGA Based Decimal-to-Binary Conversion Schemes
High Performance FPGA Based Decimal-to-Binary Conversion SchemesSilicon Mentor
 
Software Design of Digital Receiver using FPGA
Software Design of Digital Receiver using FPGASoftware Design of Digital Receiver using FPGA
Software Design of Digital Receiver using FPGAIRJET Journal
 

Similar to POWER EFFICIENT CHANNELIZER FOR SDR (20)

FPGA Implementation of High Speed FIR Filters and less power consumption stru...
FPGA Implementation of High Speed FIR Filters and less power consumption stru...FPGA Implementation of High Speed FIR Filters and less power consumption stru...
FPGA Implementation of High Speed FIR Filters and less power consumption stru...
 
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)
 
Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...
Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...
Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...
 
Lcdf4 chap 03_p2
Lcdf4 chap 03_p2Lcdf4 chap 03_p2
Lcdf4 chap 03_p2
 
Novel fpga design and implementation of digital up
Novel fpga design and implementation of digital upNovel fpga design and implementation of digital up
Novel fpga design and implementation of digital up
 
DickeyS_presentation_2015_3_26_2_1
DickeyS_presentation_2015_3_26_2_1DickeyS_presentation_2015_3_26_2_1
DickeyS_presentation_2015_3_26_2_1
 
Design of an Efficient Reconfigurable Fir Filter for Multi Standard Digital u...
Design of an Efficient Reconfigurable Fir Filter for Multi Standard Digital u...Design of an Efficient Reconfigurable Fir Filter for Multi Standard Digital u...
Design of an Efficient Reconfigurable Fir Filter for Multi Standard Digital u...
 
“FIELD PROGRAMMABLE DSP ARRAYS” - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...
“FIELD PROGRAMMABLE DSP ARRAYS” - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...“FIELD PROGRAMMABLE DSP ARRAYS” - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...
“FIELD PROGRAMMABLE DSP ARRAYS” - A NOVEL RECONFIGURABLE ARCHITECTURE FOR EFF...
 
chapter5-Filter Implementation-pp32.pptx
chapter5-Filter Implementation-pp32.pptxchapter5-Filter Implementation-pp32.pptx
chapter5-Filter Implementation-pp32.pptx
 
Iaetsd finger print recognition by cordic algorithm and pipelined fft
Iaetsd finger print recognition by cordic algorithm and pipelined fftIaetsd finger print recognition by cordic algorithm and pipelined fft
Iaetsd finger print recognition by cordic algorithm and pipelined fft
 
F0213137
F0213137F0213137
F0213137
 
IRJET - Distributed Arithmetic Method for Complex Multiplication
IRJET -  	  Distributed Arithmetic Method for Complex MultiplicationIRJET -  	  Distributed Arithmetic Method for Complex Multiplication
IRJET - Distributed Arithmetic Method for Complex Multiplication
 
High Speed Area Efficient 8-point FFT using Vedic Multiplier
High Speed Area Efficient 8-point FFT using Vedic MultiplierHigh Speed Area Efficient 8-point FFT using Vedic Multiplier
High Speed Area Efficient 8-point FFT using Vedic Multiplier
 
The Principle Of Ultrasound Imaging System
The Principle Of Ultrasound Imaging SystemThe Principle Of Ultrasound Imaging System
The Principle Of Ultrasound Imaging System
 
Design and Power Measurement of 2 And 8 Point FFT Using Radix-2 Algorithm for...
Design and Power Measurement of 2 And 8 Point FFT Using Radix-2 Algorithm for...Design and Power Measurement of 2 And 8 Point FFT Using Radix-2 Algorithm for...
Design and Power Measurement of 2 And 8 Point FFT Using Radix-2 Algorithm for...
 
High Speed and Time Efficient 1-D DWT on Xilinx Virtex4 DWT Using 9/7 Filter ...
High Speed and Time Efficient 1-D DWT on Xilinx Virtex4 DWT Using 9/7 Filter ...High Speed and Time Efficient 1-D DWT on Xilinx Virtex4 DWT Using 9/7 Filter ...
High Speed and Time Efficient 1-D DWT on Xilinx Virtex4 DWT Using 9/7 Filter ...
 
High Performance FPGA Based Decimal-to-Binary Conversion Schemes
High Performance FPGA Based Decimal-to-Binary Conversion SchemesHigh Performance FPGA Based Decimal-to-Binary Conversion Schemes
High Performance FPGA Based Decimal-to-Binary Conversion Schemes
 
Gn3311521155
Gn3311521155Gn3311521155
Gn3311521155
 
Design Radix-4 64-Point Pipeline FFT/IFFT Processor for Wireless Application
Design Radix-4 64-Point Pipeline FFT/IFFT Processor for Wireless ApplicationDesign Radix-4 64-Point Pipeline FFT/IFFT Processor for Wireless Application
Design Radix-4 64-Point Pipeline FFT/IFFT Processor for Wireless Application
 
Software Design of Digital Receiver using FPGA
Software Design of Digital Receiver using FPGASoftware Design of Digital Receiver using FPGA
Software Design of Digital Receiver using FPGA
 

More from sooraj yadav

Analysis of low broadband penetration in india
Analysis of low broadband penetration in indiaAnalysis of low broadband penetration in india
Analysis of low broadband penetration in indiasooraj yadav
 
The environment of retailing and decision making issues
The environment of retailing and decision making issuesThe environment of retailing and decision making issues
The environment of retailing and decision making issuessooraj yadav
 
Human resource management and store organization
Human resource management and store organizationHuman resource management and store organization
Human resource management and store organizationsooraj yadav
 
Emerging areas in accounting
Emerging areas in accountingEmerging areas in accounting
Emerging areas in accountingsooraj yadav
 
Gap analysis of service offered in theatre industry
Gap analysis of service offered in theatre industryGap analysis of service offered in theatre industry
Gap analysis of service offered in theatre industrysooraj yadav
 
Dropbox - stratigies and business policies
Dropbox - stratigies and business policiesDropbox - stratigies and business policies
Dropbox - stratigies and business policiessooraj yadav
 
Consumer behaviour on fairness creams
Consumer behaviour on fairness creamsConsumer behaviour on fairness creams
Consumer behaviour on fairness creamssooraj yadav
 
Video conferencing
Video conferencingVideo conferencing
Video conferencingsooraj yadav
 
Hr challenges in it industry
Hr challenges in it industryHr challenges in it industry
Hr challenges in it industrysooraj yadav
 
Globalization sooraj
Globalization soorajGlobalization sooraj
Globalization soorajsooraj yadav
 
Some thoughts on hrd education
Some thoughts on hrd educationSome thoughts on hrd education
Some thoughts on hrd educationsooraj yadav
 
Insurance, system of insurance accounting
Insurance, system of insurance accountingInsurance, system of insurance accounting
Insurance, system of insurance accountingsooraj yadav
 
Sooraj boeing presentation
Sooraj boeing presentationSooraj boeing presentation
Sooraj boeing presentationsooraj yadav
 
Worker rights violation
Worker rights violationWorker rights violation
Worker rights violationsooraj yadav
 
Analysis of risk and uncertainity
Analysis of risk and uncertainityAnalysis of risk and uncertainity
Analysis of risk and uncertainitysooraj yadav
 
Speaking and listening skills
Speaking and listening skillsSpeaking and listening skills
Speaking and listening skillssooraj yadav
 

More from sooraj yadav (19)

Analysis of low broadband penetration in india
Analysis of low broadband penetration in indiaAnalysis of low broadband penetration in india
Analysis of low broadband penetration in india
 
The environment of retailing and decision making issues
The environment of retailing and decision making issuesThe environment of retailing and decision making issues
The environment of retailing and decision making issues
 
Human resource management and store organization
Human resource management and store organizationHuman resource management and store organization
Human resource management and store organization
 
Emerging areas in accounting
Emerging areas in accountingEmerging areas in accounting
Emerging areas in accounting
 
Trade unions
Trade unionsTrade unions
Trade unions
 
Gap analysis of service offered in theatre industry
Gap analysis of service offered in theatre industryGap analysis of service offered in theatre industry
Gap analysis of service offered in theatre industry
 
Dropbox - stratigies and business policies
Dropbox - stratigies and business policiesDropbox - stratigies and business policies
Dropbox - stratigies and business policies
 
Consumer behaviour on fairness creams
Consumer behaviour on fairness creamsConsumer behaviour on fairness creams
Consumer behaviour on fairness creams
 
Video conferencing
Video conferencingVideo conferencing
Video conferencing
 
Hr challenges in it industry
Hr challenges in it industryHr challenges in it industry
Hr challenges in it industry
 
Globalization sooraj
Globalization soorajGlobalization sooraj
Globalization sooraj
 
Some thoughts on hrd education
Some thoughts on hrd educationSome thoughts on hrd education
Some thoughts on hrd education
 
Insurance, system of insurance accounting
Insurance, system of insurance accountingInsurance, system of insurance accounting
Insurance, system of insurance accounting
 
Jain industries
Jain industriesJain industries
Jain industries
 
Sooraj boeing presentation
Sooraj boeing presentationSooraj boeing presentation
Sooraj boeing presentation
 
Worker rights violation
Worker rights violationWorker rights violation
Worker rights violation
 
Analysis of risk and uncertainity
Analysis of risk and uncertainityAnalysis of risk and uncertainity
Analysis of risk and uncertainity
 
Speaking and listening skills
Speaking and listening skillsSpeaking and listening skills
Speaking and listening skills
 
Boeing by sooraj
Boeing by soorajBoeing by sooraj
Boeing by sooraj
 

Recently uploaded

Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 

Recently uploaded (20)

Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 

POWER EFFICIENT CHANNELIZER FOR SDR

  • 1. POWER EFFICIENT CHANNELIZER FOR SOFTWARE DEFINED RADIO USING VLSI
  • 2. Overview Objective Proposed design of our Basic architecture of channelizer channelizer Architecture of our design CIC filter Simulation results Fast Fourier transform Synthesis results What is software defined radio Conclusion Field programmable gate array Reference
  • 3. objective The objective of our project is to design a power efficient channelizer for software defined radio. We have proposed a model of increased stage CIC filter and FFT for channelizer. For designing model sim altera is used for simulation purpose and xilinz ISE is used for synthesis.
  • 4. Basic architecture of channelizer Discrete data's Sequential Integrator Decimator 8 point FFT combination CIC FILTER BLOCK
  • 5. Cascaded Integrator-Comb (CIC) Filter Used to achieve arbitrary and large sample rate changes in digital systems. Used as decimation or interpolation filters. Efficiently implemented without multipliers, utilizing only adders and subtractors.
  • 6. Single CIC filter block diagram Z^-1 Z^M + - + + R + + integrator decimator comb filter
  • 7. Features 1-32-bit input data width. 1-8 cascaded stages. 1-4 cycles differential delay. Run-time programmable for both decimation and interpolation.
  • 8. Cont… 2-16,384 decimation and interpolation sampling rate factor. Multi-channel (up to 4 channels) support for both decimation and interpolation. Fully synchronous, single-clock design.
  • 9. Integrator An integrator is a single-pole IIR filter . with a unity feedback coefficient. operating at a higher sampling rate, fS.
  • 10. Comb filter A comb is a FIR filter . with M unity differential delays . operating at a lower sampling rate.
  • 11. Fast Fourier transform An efficient algorithm to compute the discrete Fourier transform (DFT) and its inverse. An FFT computes the DFT and produces exactly the same result as evaluating the DFT. Difference is that an FFT is much faster. DFT of N points takes O(N 2) arithmetical operations, FFT take only O(N log N) operations.
  • 12. What is Software Defined Radio? A collection of hardware and software technologies. Radio in which some or all of the physical layer functions are software defined. Radio’s operating functions are implemented through modifiable software or firmware . Operating on programmable processing technologies.
  • 13. Benefits of SDR For Radio Equipment Manufacturers and System Integrators. For Radio Service Providers. For End Users - from business travelers to soldiers on the battlefield.
  • 14. Field programmable gate array An integrated circuit designed to be configured by the customer or designer after manufacturing. Configuration is generally specified using a hardware description language (HDL). Contain programmable logic components called "logic blocks“. Hierarchy of reconfigurable interconnects that allow the blocks to be "wired together“.
  • 15. FPGA design and programming The HDL form is suited to work with large structures . It's possible to just specify numerically rather than having to draw every piece by hand. Electronic design automation tool is used and technology- mapped netlist is generated. The netlist can then be fitted to the actual FPGA architecture using a process called place-and-route.
  • 16. Conti… The user will validate the map, place and route results Once the design and validation process is complete The binary file generated is used to reconfigure the FPGA.
  • 17. Proposed design of channelizer 5 stage integrator and 5 stage comb filter with one decimator . To increase efficiency totally there are 8 complete stages of CIC. An 8 point FFT block.
  • 18. Architecture of our design Deci val data clk xin x0 out0 Stage 1 reset x1 out1 Stage 2 Stage 3 x2 x1 out2 x3 out3 Stage 4 8 point FFT Stage 5 Stage 6 Stage 7 x7 out7 Stage 8 CIC FILTER BLOCK
  • 19. Individual CIC filter of our design I1 I2 I3 I4 I5 R C1 C2 C3 C4 C5 Where I1,I2,I3,I4,I5 are integrator R is decimator C1,C2,C3,C4,C5 are comb filter
  • 20. Sample coding of integrator else For integrator section begin always @(posedge clk) x<=xin; begin rst1<=1'b1; if(~rst) i0<=i0+sxtx; begin integrator 1 i0<=26'd0; i1<=i1+i0; i1<=26'd0; integrator 2 i2<=26'd0; i2<=i2+i1; i3<=26'd0; integrator 3 i4<=26'd0; i3<=i3+i2; rst1<=1'b0; integrator 4 end i4<=i4+i3; integrator 5 end
  • 21.
  • 23.
  • 25. Internal blocks of top module
  • 26. 8 point FFT synthesized block
  • 27. CONCLUSION Efficiency in terms of architecture optimizations such as those made in the Polyphase FFT. Implementation aspects leading to smaller area, low power, radiation hardness and low cost seem very promising. The designed channelizer can be utilized in real time SDR channel. There is promising decrease in noise by the design.
  • 28. REFERENCES 1. R.E. Chrochier et al., “Multirate Digital Signal Processing”, Prentice Hall, 1981. 2. Package”, GOMAC 2002 Digest of Papers. 3. A.M. Badda and M. Donati, “The Software Defined Radio Technique Applied to the RF Front-End for Cellular Mobile Systems”, in Software Radio Technologies and Services”, Editor Enrico Del Re, Springer-Verlog 2001. 4. P.P Vaidyanathan, “Multirate Digital Filters, Filter Banks, Polyphase Networks and Applications: A Tutorial”, Proc. IEEE, Vol. 78, pp 56-93, 1990 5. K.Roy, et. al., “Hardware Architecture and VLSI Implementation of a Low-Power High-Performance Polyphase Channelizer with Applications to Subband Adaptive Filtering”, IEEE International Conference on Acoustics, Speech, and Signal Processing 2004.
  • 29. 6. K. Roy, et al., “CSDC: a new complexity reduction technique for parallel multiplierless implementation of digital FIR filters”, submitted to IEEE Trans. Circuits and Systems II: Analog and Digital Signal Processing. 7. K. Roy, et al., Low-Power CMOS VLSI Circuit Design, John Wiley & Sons, Inc., ISBN 0-471-11488-X, 2000. 8. P. McGuirk, J.C. Lyke, et al., “Malleable Signal Processor: A General-purpose Module for Sensor Integration”, Military Applications of Programmable Logic Devices (MAPLD) 2000. 9. J. Rooks, J.Lyke, et. al., “Wafer Scale Signal Processors and Reconfigurable Processors in a 3- Dimensional C. Poivey, “Radiation Hardness Assurance for Space Systems,” IEEE NSREC2002 short course,Section V, 2002. 10. C. Poivey, et. al., “Radiation Characterization of Commercially Available 1M/4Mbit for Space Applications,” IEEE NSREC 1998 data workshop proceedings, 1998.
  • 30. PRESENTATION BY SOORAJ