SlideShare a Scribd company logo
1 of 9
Download to read offline
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

What's hot

MartinDickThesis
MartinDickThesisMartinDickThesis
MartinDickThesisMartin Dick
 
COMPARISON OF DENOISING ALGORITHMS FOR DEMOSACING LOW LIGHTING IMAGES USING C...
COMPARISON OF DENOISING ALGORITHMS FOR DEMOSACING LOW LIGHTING IMAGES USING C...COMPARISON OF DENOISING ALGORITHMS FOR DEMOSACING LOW LIGHTING IMAGES USING C...
COMPARISON OF DENOISING ALGORITHMS FOR DEMOSACING LOW LIGHTING IMAGES USING C...sipij
 
NEW BER ANALYSIS OF OFDM SYSTEM OVER NAKAGAMI-n (RICE) FADING CHANNEL
NEW BER ANALYSIS OF OFDM SYSTEM OVER NAKAGAMI-n (RICE) FADING CHANNELNEW BER ANALYSIS OF OFDM SYSTEM OVER NAKAGAMI-n (RICE) FADING CHANNEL
NEW BER ANALYSIS OF OFDM SYSTEM OVER NAKAGAMI-n (RICE) FADING CHANNELijcseit
 
A Peak to Average Power Ratio (PAPR) Reduction in OFDM Systems
A Peak to Average Power Ratio (PAPR) Reduction in OFDM SystemsA Peak to Average Power Ratio (PAPR) Reduction in OFDM Systems
A Peak to Average Power Ratio (PAPR) Reduction in OFDM SystemsIRJET Journal
 
Novel design algorithm for low complexity programmable fir filters based on e...
Novel design algorithm for low complexity programmable fir filters based on e...Novel design algorithm for low complexity programmable fir filters based on e...
Novel design algorithm for low complexity programmable fir filters based on e...jpstudcorner
 
Cubuc metric in 3 gpp lte
Cubuc metric in 3 gpp lteCubuc metric in 3 gpp lte
Cubuc metric in 3 gpp ltederejew
 
Multistage Implementation of Narrowband LPF by Decimator in Multirate DSP App...
Multistage Implementation of Narrowband LPF by Decimator in Multirate DSP App...Multistage Implementation of Narrowband LPF by Decimator in Multirate DSP App...
Multistage Implementation of Narrowband LPF by Decimator in Multirate DSP App...iosrjce
 
Bb2419581967
Bb2419581967Bb2419581967
Bb2419581967IJMER
 
Presentation
PresentationPresentation
PresentationVirak Sou
 
Analysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm System
Analysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm SystemAnalysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm System
Analysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm SystemIOSR Journals
 
Performance Analysis of MIMO-OFDM System Using QOSTBC Code Structure for M-PSK
Performance Analysis of MIMO-OFDM System Using QOSTBC Code Structure for M-PSKPerformance Analysis of MIMO-OFDM System Using QOSTBC Code Structure for M-PSK
Performance Analysis of MIMO-OFDM System Using QOSTBC Code Structure for M-PSKCSCJournals
 
IRJET- High Speed Multi-Rate Approach based Adaptive Filter using Multiplier-...
IRJET- High Speed Multi-Rate Approach based Adaptive Filter using Multiplier-...IRJET- High Speed Multi-Rate Approach based Adaptive Filter using Multiplier-...
IRJET- High Speed Multi-Rate Approach based Adaptive Filter using Multiplier-...IRJET Journal
 
Cooperative partial transmit sequence for papr reduction in space frequency b...
Cooperative partial transmit sequence for papr reduction in space frequency b...Cooperative partial transmit sequence for papr reduction in space frequency b...
Cooperative partial transmit sequence for papr reduction in space frequency b...IAEME Publication
 
Multi carrier equalization by restoration of redundanc y (merry) for adaptive...
Multi carrier equalization by restoration of redundanc y (merry) for adaptive...Multi carrier equalization by restoration of redundanc y (merry) for adaptive...
Multi carrier equalization by restoration of redundanc y (merry) for adaptive...IJNSA Journal
 

What's hot (17)

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

Viewers also liked

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

Viewers also liked (17)

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

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

International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Design of Optimized FIR Filter Using FCSD Representation
Design  of  Optimized  FIR  Filter  Using  FCSD Representation Design  of  Optimized  FIR  Filter  Using  FCSD Representation
Design of Optimized FIR Filter Using FCSD Representation IJEEE
 
A high performance fir filter architecture for fixed and reconfigurable appli...
A high performance fir filter architecture for fixed and reconfigurable appli...A high performance fir filter architecture for fixed and reconfigurable appli...
A high performance fir filter architecture for fixed and reconfigurable appli...Ieee Xpert
 
37 9144 new technique based peasant multiplication (edit lafi)
37 9144 new technique based peasant multiplication (edit lafi)37 9144 new technique based peasant multiplication (edit lafi)
37 9144 new technique based peasant multiplication (edit lafi)IAESIJEECS
 
08 13085 performance analysis rv ed
08 13085 performance analysis rv ed08 13085 performance analysis rv ed
08 13085 performance analysis rv edIAESIJEECS
 
Design and implementation of DA FIR filter for bio-inspired computing archite...
Design and implementation of DA FIR filter for bio-inspired computing archite...Design and implementation of DA FIR filter for bio-inspired computing archite...
Design and implementation of DA FIR filter for bio-inspired computing archite...IJECEIAES
 
A DESIGN AND ANALYSIS OF COMPACT MICROSTRIP BANDPASS FILTER WITH INTEGRATED L...
A DESIGN AND ANALYSIS OF COMPACT MICROSTRIP BANDPASS FILTER WITH INTEGRATED L...A DESIGN AND ANALYSIS OF COMPACT MICROSTRIP BANDPASS FILTER WITH INTEGRATED L...
A DESIGN AND ANALYSIS OF COMPACT MICROSTRIP BANDPASS FILTER WITH INTEGRATED L...jmicro
 
Design and Implementation of Efficient Analysis and Synthesis QMF Bank for Mu...
Design and Implementation of Efficient Analysis and Synthesis QMF Bank for Mu...Design and Implementation of Efficient Analysis and Synthesis QMF Bank for Mu...
Design and Implementation of Efficient Analysis and Synthesis QMF Bank for Mu...TELKOMNIKA JOURNAL
 
A Novel Approach of Area-Efficient FIR Filter Design Using Distributed Arithm...
A Novel Approach of Area-Efficient FIR Filter Design Using Distributed Arithm...A Novel Approach of Area-Efficient FIR Filter Design Using Distributed Arithm...
A Novel Approach of Area-Efficient FIR Filter Design Using Distributed Arithm...IOSR Journals
 
A Design and Analysis of Compact Microstrip Bandpass filter with Integrated L...
A Design and Analysis of Compact Microstrip Bandpass filter with Integrated L...A Design and Analysis of Compact Microstrip Bandpass filter with Integrated L...
A Design and Analysis of Compact Microstrip Bandpass filter with Integrated L...jmicro
 
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...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...VLSICS Design
 
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...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...VLSICS Design
 
Design, Simulation and Fabrication of a Microstrip Bandpass Filter
Design, Simulation and Fabrication of a Microstrip Bandpass FilterDesign, Simulation and Fabrication of a Microstrip Bandpass Filter
Design, Simulation and Fabrication of a Microstrip Bandpass FilterEditor IJCATR
 
Design of Microstrip UWB Bandpass Filter using open-circuited resonators
Design of Microstrip UWB Bandpass Filter using open-circuited resonatorsDesign of Microstrip UWB Bandpass Filter using open-circuited resonators
Design of Microstrip UWB Bandpass Filter using open-circuited resonatorsIJERD Editor
 
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...VLSICS Design
 
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...
DESIGN AND IMPLEMENTATION OF COMBINED PIPELINING AND PARALLEL PROCESSING ARCH...VLSICS Design
 
Performance evaluation of efficient structure for fir decimation filters usin...
Performance evaluation of efficient structure for fir decimation filters usin...Performance evaluation of efficient structure for fir decimation filters usin...
Performance evaluation of efficient structure for fir decimation filters usin...IAEME Publication
 
Ber performance of ofdm with discrete wavelet transform for time dispersive c...
Ber performance of ofdm with discrete wavelet transform for time dispersive c...Ber performance of ofdm with discrete wavelet transform for time dispersive c...
Ber performance of ofdm with discrete wavelet transform for time dispersive c...eSAT Publishing House
 
Digital Receiver Architectures for OFDMA Systems.pdf
Digital Receiver Architectures for OFDMA Systems.pdfDigital Receiver Architectures for OFDMA Systems.pdf
Digital Receiver Architectures for OFDMA Systems.pdfTondeGamariel1
 

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

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

Recently uploaded

08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Hyundai Motor Group
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 

Recently uploaded (20)

08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
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
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 

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