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

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
Iaetsd Iaetsd
 
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 mazidi
Muhammad Abdullah
 

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 (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 SDR channelizer by sooraj

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
Sergey Dickey
 
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
Iaetsd Iaetsd
 
The Principle Of Ultrasound Imaging System
The Principle Of Ultrasound Imaging SystemThe Principle Of Ultrasound Imaging System
The Principle Of Ultrasound Imaging System
Melissa Luster
 

Similar to SDR channelizer by sooraj (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 india
sooraj 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 issues
sooraj yadav
 
Human resource management and store organization
Human resource management and store organizationHuman resource management and store organization
Human resource management and store organization
sooraj yadav
 
Emerging areas in accounting
Emerging areas in accountingEmerging areas in accounting
Emerging areas in accounting
sooraj 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 industry
sooraj yadav
 
Dropbox - stratigies and business policies
Dropbox - stratigies and business policiesDropbox - stratigies and business policies
Dropbox - stratigies and business policies
sooraj yadav
 
Video conferencing
Video conferencingVideo conferencing
Video conferencing
sooraj yadav
 
Globalization sooraj
Globalization soorajGlobalization sooraj
Globalization sooraj
sooraj yadav
 
Some thoughts on hrd education
Some thoughts on hrd educationSome thoughts on hrd education
Some thoughts on hrd education
sooraj yadav
 
Insurance, system of insurance accounting
Insurance, system of insurance accountingInsurance, system of insurance accounting
Insurance, system of insurance accounting
sooraj yadav
 
Sooraj boeing presentation
Sooraj boeing presentationSooraj boeing presentation
Sooraj boeing presentation
sooraj yadav
 
Worker rights violation
Worker rights violationWorker rights violation
Worker rights violation
sooraj yadav
 
Analysis of risk and uncertainity
Analysis of risk and uncertainityAnalysis of risk and uncertainity
Analysis of risk and uncertainity
sooraj yadav
 
Speaking and listening skills
Speaking and listening skillsSpeaking and listening skills
Speaking and listening skills
sooraj 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

Recently uploaded (20)

Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 

SDR channelizer by sooraj

  • 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