SlideShare a Scribd company logo
International Journal of VLSI design & Communication Systems (VLSICS) Vol.5, No.3, June 2014
DOI : 10.5121/vlsic.2014.5307 73
AN EFFICIENT MULTI RESOLUTION FILTER
BANK BASED ON DA BASED MULTIPLICATION
Namitha Jose M1
and U Hari2
1
PG student Department of ECE
2
Asst. Professor Department of ECE
ABSTRACT
Multi-resolution filter bank (MRFB)-based on the fast filter bank design can be used for multiple resolution
spectrum sensing. MRFB overcomes the constraint of fixed sensing resolution in spectrum sensors based
on conventional discrete Fourier transform filter banks (DFTFB) without hardware re-implementation.
Multipliers have a greater impact on complexity and performance of the design because a large number of
constant multiplications are required in the multiplication of filter coefficients with the filter input.
Modified multiplier architecture Distributed Arithmetic(DA) is used to improve the efficiency
KEYWORDS
Filter Bank, MRFB, Multipliers, DA Based Multiplication
1. INTRODUCTION
A filter bank is an array of band-pass filters that separates the input signal into multiple
components. Signal processing systems needs more room to store data during the processing,
transmission and reception. In order to reduce the data to be processed, save storage and lower
the complexity, multi rate sampling techniques were introduced to achieve these goals. The
conventional method for sensing the multiple bandwidth channels is to have a fixed sensing
resolution using discrete Fourier transform filter banks (DFTFB), where resolution is fixed as per
the bandwidth of the channel that has the smallest bandwidth among all the channels of multiple
standards. This method will sense a wider bandwidth channel by adding together the smaller
bands of fixed resolution. But when the input signal is having channels of varying bandwidths,
the conventional method of fixed sensing using the smallest sensing resolution becomes complex
as the method needs to utilize the most stringent specification for a relaxed bandwidth. This will
increase the dynamic power and delay in obtaining the output. The proposed MRFB-based
spectrum sensor can adapt to different sensing detection bandwidths for wideband spectrum
sensing without hardware re-implementation.
The proposed MRFB for spectrum sensing is a low complexity filter design approach based on
FFB [2], with variable sensing resolution.FFB is a low complexity filter bank [2], proposed as an
alternative to DFTFBs. The FFB consists of several sub filters of lower order arranged in a tree
fashion. The FFB makes use of a technique called as frequency response masking (FRM) [4]. The
basic idea behind the FRM technique [4] is to compose the overall sharp transition-band filter
International Journal of VLSI design & Communication Systems (VLSICS) Vol.5, No.3, June 2014
74
using several wide transition-band sub filters. However, the reconfigurability potential of FFB is
hardly exploited in literature. In the proposed MRFB architecture, we modify the FFB design, by
incorporating reconfigurability to each of the sub filters for varying the sensing resolution in MR.
FFT provides the means to reduce the computational complexity of the DFT from order (N2
) to
order (N log2(N)), it is often desirable to do FFT-based processing for DSP systems.
A. Dft Fb
DFB[7] consists of a set of filter banks as shown in the figure. The process of decomposition
performed by the filter bank is called analysis (meaning analysis of the signal in terms of its
components in each sub-band); the output of analysis is referred to as a sub band signal with as
many sub bands as there are filters in the filter bank. The reconstruction process is called
synthesis, meaning reconstitution of a complete signal resulting from the filtering process.
But the disadvantage of the DFB is that all the filter banks should be active for all the time and
the resolution also should be maintained according to the smallest bandwidth.
Fig. 1: Basic Block Diagram of a DFT based Filter Bank
International Journal of VLSI design & Communication Systems (VLSICS) Vol.5, No.3, June 2014
75
Fig. 2: MRFB Architecture
TABLE I
USING MRFB FOR RE-CONFIGURABILITY WITH SELECT(S) AND ENABLE(EN) SIGNALS
S[1:0] En[0:2] No. of Channels
11 111 16(BW=0.05)
10 110 4(BW=0.1)
01 100 2(BW=0.2)
00 000 1(BW=0.4)
B. Multi Resolution Filter
The FFB is suitable for the design of filter banks due to its reduced complexity [2]. The FFB
follows a tree structure and it can be decomposed into several stages. For a k-stage FFB, we can
realize 2k
channels. The sub filters Hij(z), where j > 0 are modulated versions of prototype filter
and together they form the basic structure of FFB .Each stage is interpolated by a factor M and
we can get both the original and complementary responses from each stage. A complementary
filter can be obtained by subtracting the output of the (M+1) band response from a suitably
delayed version of the input. If each of these (M+1) bands is masked using suitably designed
International Journal of VLSI design & Communication Systems (VLSICS) Vol.5, No.3, June 2014
76
masking filters in k-1 stages, we can obtain 2k
channels. In this paper, reconfigurabilty is
incorporated into FFB architecture so that the filter response can be changed by varying the
interpolation value according to the resolution required in the spectrum sensor. Using the
proposed spectrum sensor, the sensing resolution can also be changed using software
reconfiguration.
Figure 2 shows an 8-channel MRFB architecture and Table I describe how channel bandwidth is
modified with select (S) and enable signals (En).
Fig. 3: Reconfigurable Filter Architecture for first stage
The length of the filters can be obtained from the expression (1).
(1)
The reconfigurable architecture for the first stage is shown in Fig 3. The FFB is realized in the
form of a system of filters organized in a parallel tree structure.
2. MODIFIED MULTIPLIER ARCHITECTURE
Multipliers are one of the most important arithmetic units in filter banks. Due to their complex
structure multipliers are the major source of power dissipation in such systems. The speed of
multiplier also limits the system performance. With the advance of VLSI technology, the size of
transistors becoming smaller and smaller, so that more number of transistors can be integrated
into same silicon area to achieve high functionality density and performance. On the other hand
higher transistor density also leads to higher power density. Various research works aiming at
reducing the power consumption or the speed have been reported.
3. DISTRIBUTED ARITHMETIC BASED MULTIPLICATION
The multiplier block of the digital FIR filter in its transposed form involves the multiplication of
filter coefficients with the filter input [11].
International Journal of VLSI design & Communication Systems (VLSICS) Vol.5, No.3, June 2014
77
Fig. 4: DA Block Diagram
The multiplication of filter coefficients with the input data is generally implemented under a shift
adds architecture where each constant multiplication is realized using addition/subtraction and
shift operations in an MCM operation[12]. The basic idea is to replace all multiplications and
additions by a table and a shifter-accumulator.
(2)
(3)
DA relies on the fact that the filter coefficients are known, so multiplying c[n]x[n] becomes a
multiplication with a constant.
Fig. 5: Baugh Woolean Algorithm
International Journal of VLSI design & Communication Systems (VLSICS) Vol.5, No.3, June 2014
78
4. SIMULATION AND COMPARISON RESULTS
The programs for 8 channel DFB, MRFB, Baugh Woolean Multiplier Based MRFB are designed
using Verilog codes and each filter bank is compiled using Model SIM and simulated to verify
their outputs and the simulation results are shown in Fig 6, 7, 8.The codes are synthesized in
Cadence RTL compiler using typical libraries of TSMC 0.18 um technology and area and power
analysis was done.
The table II shows the comparison of area, delay and power of the three different types of filter
bank implementations. From the table II, the area and power of the proposed Modified multiplier
Based MRFB is much less than that of the existing systems. Fig 6 and 7 shows the area and
power comparisons of different filter bankss.
Fig. 6: Simulated Result for DFB
Fig. 7: Simulated Result for MRFB
International Journal of VLSI design & Communication Systems (VLSICS) Vol.5, No.3, June 2014
79
Fig. 8: Simulated Result for MRFB with modified multiplier
International Journal of VLSI design & Communication Systems (VLSICS) Vol.5, No.3, June 2014
80
Fig. 9: Comparison plots of DFB, MRFB, Modified MRFB
TABLE II
COMPARISON OF AREA, DELAY AND POWER
DFTFB Proposed MRFB MRFB with
Modified Multiplier
Area (Number of Les) 1140 1052 670
Delay(s) 1.249531 x 10^-8 1.005126 x 10^-8 0.7620001x 10^-8
Power (nW) 1763211.53 1365499.92 1001491.02
In this paper, an efficient Multi Resolution Filter Bank is proposed by modifying the multiplier
design based on Distributed Arithmetic .This can replace the multiplier which are more
prominent in the convolution operations with shift and add mechanism. In this way, the transistor
count can be reduced to a greater extend and hence the power. In the case of 8 bit MRFB the area
has been reduced to 1052 from 1140 of DFB. In DA Based MRFB it is further reduced to 670.
From the results it can be seen that the area, power and delay of the DA based MRFB is much
less than that of DFB and the normal MRFB.
REFERENCES
[1] G. Smitha and A. P. Vinod., “A Multi-Resolution Fast Filter Bank for Spectrum Sensing in Military
Radio Receivers “IEEE Transactions On Very Large Scale Integration (VLSI) Systems, VOL. 20,
NO. 7, JULY 2012
[2] Y. C. Lim and B. F-Boroujeny, “Fast filter bank (FFB),” IEEE Trans.Circuits Syst. II, Exp. Briefs,
vol. 39, no. 5, pp. 316–318, May 1992.
[3] Y. C. Lim and B. F-Boroujeny, “Analysis and optimum design of the FFB,” in Proc. Int. Symp.
Circuits Syst., 1994, pp. 509–512.
[4] Y. C. Lim, “Frequency-response masking approach for the synthesis of sharp linear phase digital
filters,” IEEE Trans. Circuits Syst., vol. 33,no. 4, pp. 357–364, Apr. 1986.
[5] Xingguo Xiong, Muzi Lin “Low Power 8-Bit Baugh–Wooley Multiplier Based on Wallace Tree
Architecture”, Emerging Trends in Computing, Informatics, Systems Sciences, and Engineering
Lecture Notes in Electrical Engineering Volume 151, 2013, pp 851-865
[6] M. Sjalander et al., .An Efficient Twin-Precision Multiplier,. in Proc.Intl Conf. on Computer Design
(ICCD), Oct. 2004, pp. 30.331.
[7] Sheikh and B. Bing, “Cognitive spectrum sensing and detection using polyphase DFT filter banks,” in
Proc. IEEE Consumer Commun.Network. Conf., 2008, pp. 973–977
International Journal of VLSI design & Communication Systems (VLSICS) Vol.5, No.3, June 2014
81
[8] W. A. Abu-Al-Saud and G. L. Stuber, “Efficient wideband channelizer for software radio systems
using modulated PR filter banks,” IEEE Trans. Signal Process., vol. 52, no. 10, pp. 2807–2820, Oct.
2004.
[9] Y. Hur, L. Park, W.Woo, K. Lim, C.-H. Lee, H. S. Kim, and L. Laskar,“A wideband analog multi-
resolution spectrum sensing (MRSS) technique,” in Proc. Int. Symp. Circuits Syst., 2006, pp. 4090–
4093.
[10] Levent Aksoy, Cristiano Lazzari, Eduardo Costa,Paulo Flores and José Monteiro, Design of Digit-
Serial FIR Filters: Algorithms,Architectures, and a CAD Tool , IEEE TRANSACTIONS ON VERY
LARGE SCALE INTEGRATION (VLSI) SYSTEMS, VOL. 21, NO. 3, MARCH 2013
[11] Yu-Chi Tsao and Ken Choi, Area-Efficient Parallel FIR Digital Filter Structures for Symmetric
Convolutions Based on Fast FIR Algorithm, IEEE TRANSACTIONS ON VERY LARGE SCALE
INTEGRATION (VLSI) SYSTEMS, VOL. 20, NO. 2, FEBRUARY 2012

More Related Content

PDF
Dynamic Spectrum Derived Mfcc and Hfcc Parameters and Human Robot Speech Inte...
PDF
09 23sept 8434 10235-1-ed performance (edit ari)update 17jan18tyas
PDF
Area Efficient Reconfigurable Fast Filter Bank for Multi-Standard Wireless R...
PDF
FPGA Based Power Efficient Chanalizer For Software Defined Radio
PDF
Efficient Design of Higher Order Variable Digital Filter for Multi Modulated ...
PDF
Energy-Efficient Image Transmission over OFDM Channel Using Huffman Coding
PDF
Gu2512391243
PDF
Design of Low-Pass Digital Differentiators Based on B-splines
Dynamic Spectrum Derived Mfcc and Hfcc Parameters and Human Robot Speech Inte...
09 23sept 8434 10235-1-ed performance (edit ari)update 17jan18tyas
Area Efficient Reconfigurable Fast Filter Bank for Multi-Standard Wireless R...
FPGA Based Power Efficient Chanalizer For Software Defined Radio
Efficient Design of Higher Order Variable Digital Filter for Multi Modulated ...
Energy-Efficient Image Transmission over OFDM Channel Using Huffman Coding
Gu2512391243
Design of Low-Pass Digital Differentiators Based on B-splines

What's hot (17)

PDF
MartinDickThesis
PDF
COMPARISON OF DENOISING ALGORITHMS FOR DEMOSACING LOW LIGHTING IMAGES USING C...
PDF
NEW BER ANALYSIS OF OFDM SYSTEM OVER NAKAGAMI-n (RICE) FADING CHANNEL
PDF
A Peak to Average Power Ratio (PAPR) Reduction in OFDM Systems
DOCX
Novel design algorithm for low complexity programmable fir filters based on e...
PDF
Cubuc metric in 3 gpp lte
PDF
Channel estimation
PDF
Multistage Implementation of Narrowband LPF by Decimator in Multirate DSP App...
PDF
Bb2419581967
PPTX
Presentation
PDF
Analysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm System
PDF
Performance Analysis of MIMO-OFDM System Using QOSTBC Code Structure for M-PSK
PDF
IRJET- High Speed Multi-Rate Approach based Adaptive Filter using Multiplier-...
PDF
PID1063629
PDF
Do33694700
PDF
Cooperative partial transmit sequence for papr reduction in space frequency b...
PDF
Multi carrier equalization by restoration of redundanc y (merry) for adaptive...
MartinDickThesis
COMPARISON OF DENOISING ALGORITHMS FOR DEMOSACING LOW LIGHTING IMAGES USING C...
NEW BER ANALYSIS OF OFDM SYSTEM OVER NAKAGAMI-n (RICE) FADING CHANNEL
A Peak to Average Power Ratio (PAPR) Reduction in OFDM Systems
Novel design algorithm for low complexity programmable fir filters based on e...
Cubuc metric in 3 gpp lte
Channel estimation
Multistage Implementation of Narrowband LPF by Decimator in Multirate DSP App...
Bb2419581967
Presentation
Analysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm System
Performance Analysis of MIMO-OFDM System Using QOSTBC Code Structure for M-PSK
IRJET- High Speed Multi-Rate Approach based Adaptive Filter using Multiplier-...
PID1063629
Do33694700
Cooperative partial transmit sequence for papr reduction in space frequency b...
Multi carrier equalization by restoration of redundanc y (merry) for adaptive...
Ad

Viewers also liked (17)

PDF
Design of a novel current balanced voltage controlled delay element
PDF
Energy Efficient Full Adder Cell Design with Using Carbon Nanotube Field Effe...
PDF
A NEW LOW VOLTAGE P-MOS BULK DRIVEN CURRENT MIRROR CIRCUIT
PDF
Vlsics040307DESIGN AND IMPLEMENTATION OF CAR PARKING SYSTEM ON FPGA
PDF
Dynamic floating output stage for low power buffer amplifier for lcd application
PDF
EVALUATION OF OPTICALLY ILLUMINATED MOSFET CHARACTERISTICS BY TCAD SIMULATION
PDF
A DAPTIVE S UPPLY V OLTAGE M ANAGEMENT F OR L OW P OWER L OGIC C IRCU...
PPTX
PDF
An operational amplifier with recycling folded cascode topology and adaptive ...
PPTX
Elements to Consider When Checking Onsite and Offsite Factors
PDF
Tracking cancer patients medical history using wireless emerging technology ...
PDF
ANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODEL
PDF
The Road to Traffic Attraction
PDF
ANALYSIS OF SMALL-SIGNAL PARAMETERS OF 2-D MODFET WITH POLARIZATION EFFECTS F...
PDF
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...
PDF
DESIGN AND PERFORMANCE ANALYSIS OF ZBT SRAM CONTROLLER
Design of a novel current balanced voltage controlled delay element
Energy Efficient Full Adder Cell Design with Using Carbon Nanotube Field Effe...
A NEW LOW VOLTAGE P-MOS BULK DRIVEN CURRENT MIRROR CIRCUIT
Vlsics040307DESIGN AND IMPLEMENTATION OF CAR PARKING SYSTEM ON FPGA
Dynamic floating output stage for low power buffer amplifier for lcd application
EVALUATION OF OPTICALLY ILLUMINATED MOSFET CHARACTERISTICS BY TCAD SIMULATION
A DAPTIVE S UPPLY V OLTAGE M ANAGEMENT F OR L OW P OWER L OGIC C IRCU...
An operational amplifier with recycling folded cascode topology and adaptive ...
Elements to Consider When Checking Onsite and Offsite Factors
Tracking cancer patients medical history using wireless emerging technology ...
ANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODEL
The Road to Traffic Attraction
ANALYSIS OF SMALL-SIGNAL PARAMETERS OF 2-D MODFET WITH POLARIZATION EFFECTS F...
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...
DESIGN AND PERFORMANCE ANALYSIS OF ZBT SRAM CONTROLLER
Ad

Similar to An efficient multi resolution filter bank based on da based multiplication (20)

PDF
International Journal of Engineering Research and Development (IJERD)
PDF
A05410105
PDF
Design of Optimized FIR Filter Using FCSD Representation
DOCX
A high performance fir filter architecture for fixed and reconfigurable appli...
PDF
37 9144 new technique based peasant multiplication (edit lafi)
PDF
08 13085 performance analysis rv ed
PDF
Design and implementation of DA FIR filter for bio-inspired computing archite...
PDF
A DESIGN AND ANALYSIS OF COMPACT MICROSTRIP BANDPASS FILTER WITH INTEGRATED L...
PDF
Design and Implementation of Efficient Analysis and Synthesis QMF Bank for Mu...
PDF
A Novel Approach of Area-Efficient FIR Filter Design Using Distributed Arithm...
PDF
A Design and Analysis of Compact Microstrip Bandpass filter with Integrated L...
PDF
Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...
PDF
Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...
PDF
Design, Simulation and Fabrication of a Microstrip Bandpass Filter
PDF
Design of Microstrip UWB Bandpass Filter using open-circuited resonators
PDF
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
PDF
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
PDF
Performance evaluation of efficient structure for fir decimation filters usin...
PDF
Ber performance of ofdm with discrete wavelet transform for time dispersive c...
PDF
Digital Receiver Architectures for OFDMA Systems.pdf
International Journal of Engineering Research and Development (IJERD)
A05410105
Design of Optimized FIR Filter Using FCSD Representation
A high performance fir filter architecture for fixed and reconfigurable appli...
37 9144 new technique based peasant multiplication (edit lafi)
08 13085 performance analysis rv ed
Design and implementation of DA FIR filter for bio-inspired computing archite...
A DESIGN AND ANALYSIS OF COMPACT MICROSTRIP BANDPASS FILTER WITH INTEGRATED L...
Design and Implementation of Efficient Analysis and Synthesis QMF Bank for Mu...
A Novel Approach of Area-Efficient FIR Filter Design Using Distributed Arithm...
A Design and Analysis of Compact Microstrip Bandpass filter with Integrated L...
Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...
Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...
Design, Simulation and Fabrication of a Microstrip Bandpass Filter
Design of Microstrip UWB Bandpass Filter using open-circuited resonators
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
Performance evaluation of efficient structure for fir decimation filters usin...
Ber performance of ofdm with discrete wavelet transform for time dispersive c...
Digital Receiver Architectures for OFDMA Systems.pdf

Recently uploaded (20)

PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
Cloud computing and distributed systems.
PPT
Teaching material agriculture food technology
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
Big Data Technologies - Introduction.pptx
PDF
Approach and Philosophy of On baking technology
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
sap open course for s4hana steps from ECC to s4
PDF
cuic standard and advanced reporting.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
The Rise and Fall of 3GPP – Time for a Sabbatical?
Digital-Transformation-Roadmap-for-Companies.pptx
Spectral efficient network and resource selection model in 5G networks
Network Security Unit 5.pdf for BCA BBA.
Encapsulation_ Review paper, used for researhc scholars
Advanced methodologies resolving dimensionality complications for autism neur...
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
MIND Revenue Release Quarter 2 2025 Press Release
Cloud computing and distributed systems.
Teaching material agriculture food technology
Per capita expenditure prediction using model stacking based on satellite ima...
Big Data Technologies - Introduction.pptx
Approach and Philosophy of On baking technology
Chapter 3 Spatial Domain Image Processing.pdf
sap open course for s4hana steps from ECC to s4
cuic standard and advanced reporting.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Building Integrated photovoltaic BIPV_UPV.pdf
The AUB Centre for AI in Media Proposal.docx

An efficient multi resolution filter bank based on da based multiplication

  • 1. International Journal of VLSI design & Communication Systems (VLSICS) Vol.5, No.3, June 2014 DOI : 10.5121/vlsic.2014.5307 73 AN EFFICIENT MULTI RESOLUTION FILTER BANK BASED ON DA BASED MULTIPLICATION Namitha Jose M1 and U Hari2 1 PG student Department of ECE 2 Asst. Professor Department of ECE ABSTRACT Multi-resolution filter bank (MRFB)-based on the fast filter bank design can be used for multiple resolution spectrum sensing. MRFB overcomes the constraint of fixed sensing resolution in spectrum sensors based on conventional discrete Fourier transform filter banks (DFTFB) without hardware re-implementation. Multipliers have a greater impact on complexity and performance of the design because a large number of constant multiplications are required in the multiplication of filter coefficients with the filter input. Modified multiplier architecture Distributed Arithmetic(DA) is used to improve the efficiency KEYWORDS Filter Bank, MRFB, Multipliers, DA Based Multiplication 1. INTRODUCTION A filter bank is an array of band-pass filters that separates the input signal into multiple components. Signal processing systems needs more room to store data during the processing, transmission and reception. In order to reduce the data to be processed, save storage and lower the complexity, multi rate sampling techniques were introduced to achieve these goals. The conventional method for sensing the multiple bandwidth channels is to have a fixed sensing resolution using discrete Fourier transform filter banks (DFTFB), where resolution is fixed as per the bandwidth of the channel that has the smallest bandwidth among all the channels of multiple standards. This method will sense a wider bandwidth channel by adding together the smaller bands of fixed resolution. But when the input signal is having channels of varying bandwidths, the conventional method of fixed sensing using the smallest sensing resolution becomes complex as the method needs to utilize the most stringent specification for a relaxed bandwidth. This will increase the dynamic power and delay in obtaining the output. The proposed MRFB-based spectrum sensor can adapt to different sensing detection bandwidths for wideband spectrum sensing without hardware re-implementation. The proposed MRFB for spectrum sensing is a low complexity filter design approach based on FFB [2], with variable sensing resolution.FFB is a low complexity filter bank [2], proposed as an alternative to DFTFBs. The FFB consists of several sub filters of lower order arranged in a tree fashion. The FFB makes use of a technique called as frequency response masking (FRM) [4]. The basic idea behind the FRM technique [4] is to compose the overall sharp transition-band filter
  • 2. International Journal of VLSI design & Communication Systems (VLSICS) Vol.5, No.3, June 2014 74 using several wide transition-band sub filters. However, the reconfigurability potential of FFB is hardly exploited in literature. In the proposed MRFB architecture, we modify the FFB design, by incorporating reconfigurability to each of the sub filters for varying the sensing resolution in MR. FFT provides the means to reduce the computational complexity of the DFT from order (N2 ) to order (N log2(N)), it is often desirable to do FFT-based processing for DSP systems. A. Dft Fb DFB[7] consists of a set of filter banks as shown in the figure. The process of decomposition performed by the filter bank is called analysis (meaning analysis of the signal in terms of its components in each sub-band); the output of analysis is referred to as a sub band signal with as many sub bands as there are filters in the filter bank. The reconstruction process is called synthesis, meaning reconstitution of a complete signal resulting from the filtering process. But the disadvantage of the DFB is that all the filter banks should be active for all the time and the resolution also should be maintained according to the smallest bandwidth. Fig. 1: Basic Block Diagram of a DFT based Filter Bank
  • 3. International Journal of VLSI design & Communication Systems (VLSICS) Vol.5, No.3, June 2014 75 Fig. 2: MRFB Architecture TABLE I USING MRFB FOR RE-CONFIGURABILITY WITH SELECT(S) AND ENABLE(EN) SIGNALS S[1:0] En[0:2] No. of Channels 11 111 16(BW=0.05) 10 110 4(BW=0.1) 01 100 2(BW=0.2) 00 000 1(BW=0.4) B. Multi Resolution Filter The FFB is suitable for the design of filter banks due to its reduced complexity [2]. The FFB follows a tree structure and it can be decomposed into several stages. For a k-stage FFB, we can realize 2k channels. The sub filters Hij(z), where j > 0 are modulated versions of prototype filter and together they form the basic structure of FFB .Each stage is interpolated by a factor M and we can get both the original and complementary responses from each stage. A complementary filter can be obtained by subtracting the output of the (M+1) band response from a suitably delayed version of the input. If each of these (M+1) bands is masked using suitably designed
  • 4. International Journal of VLSI design & Communication Systems (VLSICS) Vol.5, No.3, June 2014 76 masking filters in k-1 stages, we can obtain 2k channels. In this paper, reconfigurabilty is incorporated into FFB architecture so that the filter response can be changed by varying the interpolation value according to the resolution required in the spectrum sensor. Using the proposed spectrum sensor, the sensing resolution can also be changed using software reconfiguration. Figure 2 shows an 8-channel MRFB architecture and Table I describe how channel bandwidth is modified with select (S) and enable signals (En). Fig. 3: Reconfigurable Filter Architecture for first stage The length of the filters can be obtained from the expression (1). (1) The reconfigurable architecture for the first stage is shown in Fig 3. The FFB is realized in the form of a system of filters organized in a parallel tree structure. 2. MODIFIED MULTIPLIER ARCHITECTURE Multipliers are one of the most important arithmetic units in filter banks. Due to their complex structure multipliers are the major source of power dissipation in such systems. The speed of multiplier also limits the system performance. With the advance of VLSI technology, the size of transistors becoming smaller and smaller, so that more number of transistors can be integrated into same silicon area to achieve high functionality density and performance. On the other hand higher transistor density also leads to higher power density. Various research works aiming at reducing the power consumption or the speed have been reported. 3. DISTRIBUTED ARITHMETIC BASED MULTIPLICATION The multiplier block of the digital FIR filter in its transposed form involves the multiplication of filter coefficients with the filter input [11].
  • 5. International Journal of VLSI design & Communication Systems (VLSICS) Vol.5, No.3, June 2014 77 Fig. 4: DA Block Diagram The multiplication of filter coefficients with the input data is generally implemented under a shift adds architecture where each constant multiplication is realized using addition/subtraction and shift operations in an MCM operation[12]. The basic idea is to replace all multiplications and additions by a table and a shifter-accumulator. (2) (3) DA relies on the fact that the filter coefficients are known, so multiplying c[n]x[n] becomes a multiplication with a constant. Fig. 5: Baugh Woolean Algorithm
  • 6. International Journal of VLSI design & Communication Systems (VLSICS) Vol.5, No.3, June 2014 78 4. SIMULATION AND COMPARISON RESULTS The programs for 8 channel DFB, MRFB, Baugh Woolean Multiplier Based MRFB are designed using Verilog codes and each filter bank is compiled using Model SIM and simulated to verify their outputs and the simulation results are shown in Fig 6, 7, 8.The codes are synthesized in Cadence RTL compiler using typical libraries of TSMC 0.18 um technology and area and power analysis was done. The table II shows the comparison of area, delay and power of the three different types of filter bank implementations. From the table II, the area and power of the proposed Modified multiplier Based MRFB is much less than that of the existing systems. Fig 6 and 7 shows the area and power comparisons of different filter bankss. Fig. 6: Simulated Result for DFB Fig. 7: Simulated Result for MRFB
  • 7. International Journal of VLSI design & Communication Systems (VLSICS) Vol.5, No.3, June 2014 79 Fig. 8: Simulated Result for MRFB with modified multiplier
  • 8. International Journal of VLSI design & Communication Systems (VLSICS) Vol.5, No.3, June 2014 80 Fig. 9: Comparison plots of DFB, MRFB, Modified MRFB TABLE II COMPARISON OF AREA, DELAY AND POWER DFTFB Proposed MRFB MRFB with Modified Multiplier Area (Number of Les) 1140 1052 670 Delay(s) 1.249531 x 10^-8 1.005126 x 10^-8 0.7620001x 10^-8 Power (nW) 1763211.53 1365499.92 1001491.02 In this paper, an efficient Multi Resolution Filter Bank is proposed by modifying the multiplier design based on Distributed Arithmetic .This can replace the multiplier which are more prominent in the convolution operations with shift and add mechanism. In this way, the transistor count can be reduced to a greater extend and hence the power. In the case of 8 bit MRFB the area has been reduced to 1052 from 1140 of DFB. In DA Based MRFB it is further reduced to 670. From the results it can be seen that the area, power and delay of the DA based MRFB is much less than that of DFB and the normal MRFB. REFERENCES [1] G. Smitha and A. P. Vinod., “A Multi-Resolution Fast Filter Bank for Spectrum Sensing in Military Radio Receivers “IEEE Transactions On Very Large Scale Integration (VLSI) Systems, VOL. 20, NO. 7, JULY 2012 [2] Y. C. Lim and B. F-Boroujeny, “Fast filter bank (FFB),” IEEE Trans.Circuits Syst. II, Exp. Briefs, vol. 39, no. 5, pp. 316–318, May 1992. [3] Y. C. Lim and B. F-Boroujeny, “Analysis and optimum design of the FFB,” in Proc. Int. Symp. Circuits Syst., 1994, pp. 509–512. [4] Y. C. Lim, “Frequency-response masking approach for the synthesis of sharp linear phase digital filters,” IEEE Trans. Circuits Syst., vol. 33,no. 4, pp. 357–364, Apr. 1986. [5] Xingguo Xiong, Muzi Lin “Low Power 8-Bit Baugh–Wooley Multiplier Based on Wallace Tree Architecture”, Emerging Trends in Computing, Informatics, Systems Sciences, and Engineering Lecture Notes in Electrical Engineering Volume 151, 2013, pp 851-865 [6] M. Sjalander et al., .An Efficient Twin-Precision Multiplier,. in Proc.Intl Conf. on Computer Design (ICCD), Oct. 2004, pp. 30.331. [7] Sheikh and B. Bing, “Cognitive spectrum sensing and detection using polyphase DFT filter banks,” in Proc. IEEE Consumer Commun.Network. Conf., 2008, pp. 973–977
  • 9. International Journal of VLSI design & Communication Systems (VLSICS) Vol.5, No.3, June 2014 81 [8] W. A. Abu-Al-Saud and G. L. Stuber, “Efficient wideband channelizer for software radio systems using modulated PR filter banks,” IEEE Trans. Signal Process., vol. 52, no. 10, pp. 2807–2820, Oct. 2004. [9] Y. Hur, L. Park, W.Woo, K. Lim, C.-H. Lee, H. S. Kim, and L. Laskar,“A wideband analog multi- resolution spectrum sensing (MRSS) technique,” in Proc. Int. Symp. Circuits Syst., 2006, pp. 4090– 4093. [10] Levent Aksoy, Cristiano Lazzari, Eduardo Costa,Paulo Flores and José Monteiro, Design of Digit- Serial FIR Filters: Algorithms,Architectures, and a CAD Tool , IEEE TRANSACTIONS ON VERY LARGE SCALE INTEGRATION (VLSI) SYSTEMS, VOL. 21, NO. 3, MARCH 2013 [11] Yu-Chi Tsao and Ken Choi, Area-Efficient Parallel FIR Digital Filter Structures for Symmetric Convolutions Based on Fast FIR Algorithm, IEEE TRANSACTIONS ON VERY LARGE SCALE INTEGRATION (VLSI) SYSTEMS, VOL. 20, NO. 2, FEBRUARY 2012