SlideShare a Scribd company logo
1 of 6
The International Journal Of Engineering And Science (IJES)
||Volume||2 ||Issue|| 5 ||Pages|| 65-70||2013||
ISSN(e): 2319 – 1813 ISSN(p): 2319 – 1805
www.theijes.com The IJES Page 65
Design of Adaptive Heterodyne Filters for Digital Receivers
1,
G P Kadam 2,
Maheshkumar Patil
1,
Department of Electronics and Communication, KLE Society’s Dr. M S Sheshgiri College of Engineering and
Technology
2,
Department of Electronics and Communication, KLE Society’s Dr. M S Sheshgiri College of Engineering and
Technology
----------------------------------------------------------ABSTRACT-----------------------------------------------------------
Modern broad-band communication systems as well as complex systems and high-quality audio often require the
removal of narrow-band interferences through an adaptive band-stop filter with highly linear phase throughout
its pass-band. In this paper we study different techniques of adaptive tunable filters, which use complex
heterodyne process to tune the filter fully over the range DC to the Nyquist frequency. All the techniques rely on
rotating of poles and zeros in the Z-plane like a simple combination lock: clockwise once, counterclockwise
twice, then clockwise once. A simple detection circuit is proposed to identify the interference signal to be
attenuated and a numerically controlled oscillator (NCO) is proposed to interface between the detection circuit
and tunable complex heterodyne notch filter. The filters are built using blocks of SIMULINK and simulation
results are represented in the paper.
KEYWORDS : Adaptive tunable filter, LMS, MATLAB, NCO, SIMULINK.
----------------------------------------------------------------------------------------------------------------------------------------
Date of Submission: 16 ,May ,2013 Date of Publication: 5, June, 2013
----------------------------------------------------------------------------------------------------------------------------------------
I. INTRODUCTION
Modern broad-band wireless systems are designed to be co-located with older narrow-band
communications so as to share valuable spectrum. This is accomplished by using a pseudorandom number
sequence to control the spreading of the spectrum of the modern wireless transmitter so that it appears to be
background noise that easily filtered out by narrow band receiver. The five most common techniques for
achieving spread-spectrum are (1) Frequency Hopping Spread Spectrum (FHSS, e.g. IEEE 802.11-1997), (2)
Direct Sequence Spread Spectrum (DSSS, e.g.: IEEE 802.llb and 802.11g, (3) Time Hopping Spread Spectrum
(THSS, e.g.: IEEE 802.15), (4) Chirp Spread Spectrum (CSS, e.g.: IEEE 802.l5.4a-2007), and (5) Ultra Wide
Band (UWB, e.g.: IEEE 802.15.3a.
When working properly, the narrow-band transmissions licensed to the frequency spectrum do not
affect the broadband systems. They either interfere with a small portion of the broad-band transmission (which
may be re-sent or reconstructed). However, in practice the narrow-band transmissions can cause serious
problems in the spread spectrum receiver . To alleviate these problems, it is often necessary to include narrow
band interference attenuation circuit in the spread spectrum receivers. Adaptive heterodyne are effective
approach to eliminate these narrow band interferences.
1.1.THREE –WAY TUNABLE COMPLEX HETERODYNE FILTER TECHNIQUE
The basic structure for Tunable Complex Heterodyne filters is as shown in Figure 1. Three-way
Complex Heterodyne circuits consists of three complex heterodyne units and two identical prototype filters. By
selecting correct prototype filters, we are able to design tunable band-stop and notch filters, tunable cut-off
frequency low-pass and high-pass filters and tunable bandwidth band-pass and band-stop filters. These filters
are maximally tunable in that the band-pass and band-stop filters can be tuned from DC to the Nyquist
frequency and the other filters can be tuned such that their bandwidth varies from zero to half the Nyquist
frequency. There is no distortion in the filters, the prototype design transfers directly except that the pass-band
ripple is doubled, thus we must design prototype filters with half the desired pass-band ripple
Design Of Adaptive Heterodyne…
www.theijes.com The IJES Page 66
. e-jω
h
t
e j2ω
h
t
e-jω
h
t
x(n) y(n)
)()()(/)()( tjtj hh
zeHzeHzxzyzT  

Figure 1: Three-way Tunable Complex Heterodyne Filter Using Identical Real Transfer Function H(z)
In the circuit s shown above, the three complex heterodyne operations have the effect of rotating poles
and zeros of the fixed coefficient filters H(z), first to the left, then twice to the right, and finally, once to the left
much like opening a combination lock. The effect is to generate a new transfer function T(z), which shifts the
notch or band-pass frequency to a new location specified by the heterodyne frequency Wh. Usually H(z) is a
high-pass filter which is transformed into a tunable notch filter by the heterodyne process. We designed the filter
in MatLab: blp=frrpm(64, [O 1/(1 +delta) 1 *(l+delta) 1],[0 0 1 1],[2 5]);
The frequency response of prototype filter H(z) is as shown in Figure: 2
Figure 2: Frequency Response of Prototype Filter H(z)
Figure 3 and 4 shows Frequency Response When Heterodyne Frequency Changes
`
Figure 3: Frequency Response of Three Way Heterodyne Filter When ωh=1
H(z) H(z)
Design Of Adaptive Heterodyne…
www.theijes.com The IJES Page 67
Figure 4: Frequency Response of Three Way Heterodyne Filter When ωh=2
1.2NYQUIST TUNABLE HETERODYNE FILTER TECHNIQUE
The Figure 5 shows the block diagram Nyquist tunable complex heterodyne filter circuit.
e jω
h
t
e-jω
h
t
x(n) y(n)
Figure 5: Nyquist tunable complex heterodyne filter circuit
In the circuit of Figure 5 the signal is first passed through HNQ(z), a complex-coefficient digital filter that
removes all frequencies from bottom half of the unit circle in z-plane. Thus this filter removes all negative
frequencies or equivalently the frequencies above the Nyquist frequency. Such a filter is easily designed in
MatLab by designing a low-pass filter with cut-off frequency of π/2 and then rotating it in the z-plane so as to
pass positive frequencies and to attenuate negative frequencies.
Figure 6 and 7 shows poles of low-pass filter and Nyquist filter respectively.
HNQ(z) H(z)
Design Of Adaptive Heterodyne…
www.theijes.com The IJES Page 68
Figure 6: Plot of poles of prototype low-pass filter
Figure 7: Plot of poles of Nyquist filter
II. FREQUENCY DETECTION CIRCUIT
The proposed frequency detection circuit is based on the well-known second-order FIR adaptive notch
filter using the LMS adaptive algorithm. This simple adaptive notch filter is known to provide an unbiased
estimate of the narrow-band frequency to be attenuated. In addition, the Least Mean Square (LMS) algorithm is
robust and converges quickly to the desired value.
The adaptive filter adapts the single parameter β in a simple second-order FIR notch filter:
y(n) =x(n) - βx(n-1)+x(n+2) (1)
The LMS adjustment algorithm is based on finding and minimizing the square of the error function ɛ(n):
ɛ(n)=y(n)-x(n)=x(n-2)-βx(n-1) (2)
Figure 8 shows the circuit to calculate β(n), the output of Figure 8 is given by:
β(n)=2COS(θ) (3)
β(n)=2COS(2πωh/ωs) (4)
Figure 8: Detection Circuit Generates β(n) Necessary to Identify Frequency to be Attenuated.
Design Of Adaptive Heterodyne…
www.theijes.com The IJES Page 69
III. NUMERICALLY CONTROLLED OSCILLATOR
In order to tune the tunable complex heterodyne filter to the correct frequency to attenuate the narrow-
band interference detected by the circuit of Fig. 5, we must convert β into a heterodyne frequency Wh. What is
needed is an NCO that takes β as its input and generates:
e jω
h
nT
= COS(ωhnT)+ jSIN(ωhnT) (5)
Where T=2π/Ws
Hence,
ej2πω
h
n/Ws
= COS(2πωhn/ωs)+jSIN(2πωhn/ωs) (6)
From equation (4), we can calculate the heterodyne frequency by using the following formula
m=round[256arccos(β(n)/2) /2π] (7)
Figure 9 shows the proposed NCO, to be used as interconnection between the Frequency detection and tunable
heterodyne filter.
Frequency to produce notch
Frequency to produce notch
β(n)
Figure 9: Numerically Controlled Oscillator
Figure 10 shows the complete block diagram of adaptive heterodyne filters
y(n)
β(n) to m
conversion
A(n)
Complex
signal
generator
Unit
delay
Complex
signal
generator
Attenuation frequency detection
circuit
β-sensitive NCO
Tunable complex heterodyne filter
Design Of Adaptive Heterodyne…
www.theijes.com The IJES Page 70
VI. CONCLUSION
This paper mainly describes the two techniques to design tunable heterodyne filters. Then tunable
heterodyne filters are converted into adaptive tunable heterodyne filters by adding attenuation frequency
detection circuit and β-sensitive NCO. Nyquist tunable filter technique uses less chip area because it has one
less heterodyne stage compared to Three-way tunable heterodyne filter.
REFERENCES
[1] A. Azam, D. Sasidaran, K.E. Nelson, G.E. Ford, L.G. Johnson and M.A. Soderstrand, "Single-Chip Tunable Heterodyne Notch
Filters Implemented in FPGA's", IEEE Midwest Symp. Circuit and
Systems, Aug 2000, pp. 860-863 (Myril B. Reed Best Paper Award).
[2] M.A. Soderstrand, A. Azam, D. Sasidaran and K.E. Nelson, "Implementation of Complex- Arithmetic Heterodyne Filter", IEEE
Workshop on Digital Signal Processing, Seoul, Korea, August 2003, pp. 230-235.
[3] Soderstrand, Michael A. (2010a) Future of Wireless Tutorial, IEEE International Midwest Symposium on Circuits and Systems
(MWSCAS), Seattle, WA, August 1-4, 2010.
[4] G.Y. Cho, L.G. Johnson and M.A. Soderstrand, "New complex-arithmetic heterodyne filter," 2004. ISCAS '04. Proceedings of
the 2004 International Symposium on Circuits and Systems,
Volume 3, 23-26 May 2004 Page(s): III - 593-6 Vol. 3.
BIOGRAPHIES
G.P Kadam received the B.E degree in Electronics and communication and M. Tech in Digital Electronics &
Communication Systems and currently pursuing PhD in advanced digital signal processing. He has teaching
experience of 27 years and is currently working as an Assistant professor in KLE Society’s Dr. M S Sheshgiri
College of Engineering and Technology. Research interests are advanced digital signal processing.
Maheshkumar Patil received the B.E degree in Electronics and communication from BVV Sangha’s
Basaveshwar Engineering collage, Bagalkot and currently pursuing M-tech in VLSI design and Embedded
Systems in KLE Society’s Dr. M S Sheshgiri College of Engineering and Technology. Research interests
include digital signal processing, Communication systems.

More Related Content

What's hot

Adaptive transmit diversity selection (atds) based on stbc and sfbc fir 2 x1 ...
Adaptive transmit diversity selection (atds) based on stbc and sfbc fir 2 x1 ...Adaptive transmit diversity selection (atds) based on stbc and sfbc fir 2 x1 ...
Adaptive transmit diversity selection (atds) based on stbc and sfbc fir 2 x1 ...eSAT Publishing House
 
Software PLL for PLI synchronization, design, modeling and simulation , sozopol
Software PLL for PLI synchronization, design, modeling and simulation , sozopolSoftware PLL for PLI synchronization, design, modeling and simulation , sozopol
Software PLL for PLI synchronization, design, modeling and simulation , sozopoldpdobrev
 
Method for Converter Synchronization with RF Injection
Method for Converter Synchronization with RF InjectionMethod for Converter Synchronization with RF Injection
Method for Converter Synchronization with RF InjectionCSCJournals
 
ECG Signal Denoising using Digital Filter and Adaptive Filter
ECG Signal Denoising using Digital Filter and Adaptive FilterECG Signal Denoising using Digital Filter and Adaptive Filter
ECG Signal Denoising using Digital Filter and Adaptive FilterIRJET Journal
 
Effects of filtering on ber performance of an ofdm system
Effects of filtering on ber performance of an ofdm systemEffects of filtering on ber performance of an ofdm system
Effects of filtering on ber performance of an ofdm systemeSAT Journals
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Analysis of s band substrate integrated waveguide power divider, circulator a...
Analysis of s band substrate integrated waveguide power divider, circulator a...Analysis of s band substrate integrated waveguide power divider, circulator a...
Analysis of s band substrate integrated waveguide power divider, circulator a...IJCSEA Journal
 
Dwpt Based FFT and Its Application to SNR Estimation in OFDM Systems
Dwpt Based FFT and Its Application to SNR Estimation in OFDM SystemsDwpt Based FFT and Its Application to SNR Estimation in OFDM Systems
Dwpt Based FFT and Its Application to SNR Estimation in OFDM SystemsCSCJournals
 
PAPR REDUCTION OF OFDM SIGNAL BY USING COMBINED HADAMARD AND MODIFIED MEU-LAW...
PAPR REDUCTION OF OFDM SIGNAL BY USING COMBINED HADAMARD AND MODIFIED MEU-LAW...PAPR REDUCTION OF OFDM SIGNAL BY USING COMBINED HADAMARD AND MODIFIED MEU-LAW...
PAPR REDUCTION OF OFDM SIGNAL BY USING COMBINED HADAMARD AND MODIFIED MEU-LAW...IJCNCJournal
 
Blind channel estimation for mimo ofdm systems
Blind channel estimation for mimo ofdm systemsBlind channel estimation for mimo ofdm systems
Blind channel estimation for mimo ofdm systemstrungquang0207
 
Double octagonalshape microstrip antenna
Double octagonalshape microstrip antennaDouble octagonalshape microstrip antenna
Double octagonalshape microstrip antennaeSAT Publishing House
 
Dc3210881096
Dc3210881096Dc3210881096
Dc3210881096IJMER
 
Reduction of PAPR and Efficient detection ordering scheme for MIMO Transmissi...
Reduction of PAPR and Efficient detection ordering scheme for MIMO Transmissi...Reduction of PAPR and Efficient detection ordering scheme for MIMO Transmissi...
Reduction of PAPR and Efficient detection ordering scheme for MIMO Transmissi...IJERA Editor
 
11.space vector based dual zero vector random centered distribution pwm algor...
11.space vector based dual zero vector random centered distribution pwm algor...11.space vector based dual zero vector random centered distribution pwm algor...
11.space vector based dual zero vector random centered distribution pwm algor...Alexander Decker
 

What's hot (18)

ECE 104-3134
ECE 104-3134ECE 104-3134
ECE 104-3134
 
Adaptive transmit diversity selection (atds) based on stbc and sfbc fir 2 x1 ...
Adaptive transmit diversity selection (atds) based on stbc and sfbc fir 2 x1 ...Adaptive transmit diversity selection (atds) based on stbc and sfbc fir 2 x1 ...
Adaptive transmit diversity selection (atds) based on stbc and sfbc fir 2 x1 ...
 
Software PLL for PLI synchronization, design, modeling and simulation , sozopol
Software PLL for PLI synchronization, design, modeling and simulation , sozopolSoftware PLL for PLI synchronization, design, modeling and simulation , sozopol
Software PLL for PLI synchronization, design, modeling and simulation , sozopol
 
Method for Converter Synchronization with RF Injection
Method for Converter Synchronization with RF InjectionMethod for Converter Synchronization with RF Injection
Method for Converter Synchronization with RF Injection
 
ECG Signal Denoising using Digital Filter and Adaptive Filter
ECG Signal Denoising using Digital Filter and Adaptive FilterECG Signal Denoising using Digital Filter and Adaptive Filter
ECG Signal Denoising using Digital Filter and Adaptive Filter
 
Effects of filtering on ber performance of an ofdm system
Effects of filtering on ber performance of an ofdm systemEffects of filtering on ber performance of an ofdm system
Effects of filtering on ber performance of an ofdm system
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Sistec ppt
Sistec pptSistec ppt
Sistec ppt
 
Analysis of s band substrate integrated waveguide power divider, circulator a...
Analysis of s band substrate integrated waveguide power divider, circulator a...Analysis of s band substrate integrated waveguide power divider, circulator a...
Analysis of s band substrate integrated waveguide power divider, circulator a...
 
FILTER BANKS
FILTER BANKSFILTER BANKS
FILTER BANKS
 
Dwpt Based FFT and Its Application to SNR Estimation in OFDM Systems
Dwpt Based FFT and Its Application to SNR Estimation in OFDM SystemsDwpt Based FFT and Its Application to SNR Estimation in OFDM Systems
Dwpt Based FFT and Its Application to SNR Estimation in OFDM Systems
 
PAPR REDUCTION OF OFDM SIGNAL BY USING COMBINED HADAMARD AND MODIFIED MEU-LAW...
PAPR REDUCTION OF OFDM SIGNAL BY USING COMBINED HADAMARD AND MODIFIED MEU-LAW...PAPR REDUCTION OF OFDM SIGNAL BY USING COMBINED HADAMARD AND MODIFIED MEU-LAW...
PAPR REDUCTION OF OFDM SIGNAL BY USING COMBINED HADAMARD AND MODIFIED MEU-LAW...
 
Blind channel estimation for mimo ofdm systems
Blind channel estimation for mimo ofdm systemsBlind channel estimation for mimo ofdm systems
Blind channel estimation for mimo ofdm systems
 
Double octagonalshape microstrip antenna
Double octagonalshape microstrip antennaDouble octagonalshape microstrip antenna
Double octagonalshape microstrip antenna
 
Channel estimation
Channel estimationChannel estimation
Channel estimation
 
Dc3210881096
Dc3210881096Dc3210881096
Dc3210881096
 
Reduction of PAPR and Efficient detection ordering scheme for MIMO Transmissi...
Reduction of PAPR and Efficient detection ordering scheme for MIMO Transmissi...Reduction of PAPR and Efficient detection ordering scheme for MIMO Transmissi...
Reduction of PAPR and Efficient detection ordering scheme for MIMO Transmissi...
 
11.space vector based dual zero vector random centered distribution pwm algor...
11.space vector based dual zero vector random centered distribution pwm algor...11.space vector based dual zero vector random centered distribution pwm algor...
11.space vector based dual zero vector random centered distribution pwm algor...
 

Viewers also liked

The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
B02710608
B02710608B02710608
B02710608theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
F0255046056
F0255046056F0255046056
F0255046056theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
B0255016026
B0255016026B0255016026
B0255016026theijes
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 

Viewers also liked (19)

The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
B02710608
B02710608B02710608
B02710608
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
F0255046056
F0255046056F0255046056
F0255046056
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
B0255016026
B0255016026B0255016026
B0255016026
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 

Similar to H0255065070

Bandpass Filter in S-Band by D.C.Vaghela,LJIET,Ahmedabad,Gujarat.
Bandpass Filter in S-Band by D.C.Vaghela,LJIET,Ahmedabad,Gujarat.Bandpass Filter in S-Band by D.C.Vaghela,LJIET,Ahmedabad,Gujarat.
Bandpass Filter in S-Band by D.C.Vaghela,LJIET,Ahmedabad,Gujarat.Dipak Vaghela
 
DSP_2018_FOEHU - Lec 07 - IIR Filter Design
DSP_2018_FOEHU - Lec 07 - IIR Filter DesignDSP_2018_FOEHU - Lec 07 - IIR Filter Design
DSP_2018_FOEHU - Lec 07 - IIR Filter DesignAmr E. Mohamed
 
Df3211051114
Df3211051114Df3211051114
Df3211051114IJMER
 
IRJET- MASH 1-2 Delta Sigma Modulator with Quantizer for Fractional-N Frequen...
IRJET- MASH 1-2 Delta Sigma Modulator with Quantizer for Fractional-N Frequen...IRJET- MASH 1-2 Delta Sigma Modulator with Quantizer for Fractional-N Frequen...
IRJET- MASH 1-2 Delta Sigma Modulator with Quantizer for Fractional-N Frequen...IRJET Journal
 
DSP_FOEHU - Lec 11 - IIR Filter Design
DSP_FOEHU - Lec 11 - IIR Filter DesignDSP_FOEHU - Lec 11 - IIR Filter Design
DSP_FOEHU - Lec 11 - IIR Filter DesignAmr E. Mohamed
 
Analysis of Butterworth and Chebyshev Filters for ECG Denoising Using Wavelets
Analysis of Butterworth and Chebyshev Filters for ECG Denoising Using WaveletsAnalysis of Butterworth and Chebyshev Filters for ECG Denoising Using Wavelets
Analysis of Butterworth and Chebyshev Filters for ECG Denoising Using WaveletsIOSR Journals
 
04 18696 ijict
04 18696 ijict04 18696 ijict
04 18696 ijictIAESIJEECS
 
A novel modified distributed
A novel modified distributedA novel modified distributed
A novel modified distributedprj_publication
 
Paper id 252014114
Paper id 252014114Paper id 252014114
Paper id 252014114IJRAT
 
A New Method for a Nonlinear Acoustic Echo Cancellation System
A New Method for a Nonlinear Acoustic Echo Cancellation SystemA New Method for a Nonlinear Acoustic Echo Cancellation System
A New Method for a Nonlinear Acoustic Echo Cancellation SystemIRJET Journal
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-II
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-IIDesign of Linear Array Transducer Using Ultrasound Simulation Program Field-II
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-IIinventy
 
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...ijcnac
 
ECG Signal Compression Technique Based on Discrete Wavelet Transform and QRS-...
ECG Signal Compression Technique Based on Discrete Wavelet Transform and QRS-...ECG Signal Compression Technique Based on Discrete Wavelet Transform and QRS-...
ECG Signal Compression Technique Based on Discrete Wavelet Transform and QRS-...CSCJournals
 
A Compact Planar Low-Pass Filter Based on SRRMetamaterial
A Compact Planar Low-Pass Filter Based on SRRMetamaterialA Compact Planar Low-Pass Filter Based on SRRMetamaterial
A Compact Planar Low-Pass Filter Based on SRRMetamaterialIJECEIAES
 
Simulink based design simulations of band pass fir filter
Simulink based design simulations of band pass fir filterSimulink based design simulations of band pass fir filter
Simulink based design simulations of band pass fir filtereSAT Publishing House
 
Simulink based design simulations of band pass fir filter
Simulink based design simulations of band pass fir filterSimulink based design simulations of band pass fir filter
Simulink based design simulations of band pass fir filtereSAT Journals
 
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGICDESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGICVLSICS Design
 
DUAL PORT COGNITIVE RADIO ANTENNA USING TUNABLE BAND PASS FILTER
DUAL PORT COGNITIVE RADIO ANTENNA USING TUNABLE BAND PASS FILTERDUAL PORT COGNITIVE RADIO ANTENNA USING TUNABLE BAND PASS FILTER
DUAL PORT COGNITIVE RADIO ANTENNA USING TUNABLE BAND PASS FILTERjmicro
 
Image denoising using dual tree complex wavelet
Image denoising using dual tree complex waveletImage denoising using dual tree complex wavelet
Image denoising using dual tree complex waveleteSAT Publishing House
 

Similar to H0255065070 (20)

Bandpass Filter in S-Band by D.C.Vaghela,LJIET,Ahmedabad,Gujarat.
Bandpass Filter in S-Band by D.C.Vaghela,LJIET,Ahmedabad,Gujarat.Bandpass Filter in S-Band by D.C.Vaghela,LJIET,Ahmedabad,Gujarat.
Bandpass Filter in S-Band by D.C.Vaghela,LJIET,Ahmedabad,Gujarat.
 
DSP_2018_FOEHU - Lec 07 - IIR Filter Design
DSP_2018_FOEHU - Lec 07 - IIR Filter DesignDSP_2018_FOEHU - Lec 07 - IIR Filter Design
DSP_2018_FOEHU - Lec 07 - IIR Filter Design
 
Df3211051114
Df3211051114Df3211051114
Df3211051114
 
IRJET- MASH 1-2 Delta Sigma Modulator with Quantizer for Fractional-N Frequen...
IRJET- MASH 1-2 Delta Sigma Modulator with Quantizer for Fractional-N Frequen...IRJET- MASH 1-2 Delta Sigma Modulator with Quantizer for Fractional-N Frequen...
IRJET- MASH 1-2 Delta Sigma Modulator with Quantizer for Fractional-N Frequen...
 
DSP_FOEHU - Lec 11 - IIR Filter Design
DSP_FOEHU - Lec 11 - IIR Filter DesignDSP_FOEHU - Lec 11 - IIR Filter Design
DSP_FOEHU - Lec 11 - IIR Filter Design
 
Analysis of Butterworth and Chebyshev Filters for ECG Denoising Using Wavelets
Analysis of Butterworth and Chebyshev Filters for ECG Denoising Using WaveletsAnalysis of Butterworth and Chebyshev Filters for ECG Denoising Using Wavelets
Analysis of Butterworth and Chebyshev Filters for ECG Denoising Using Wavelets
 
04 18696 ijict
04 18696 ijict04 18696 ijict
04 18696 ijict
 
A novel modified distributed
A novel modified distributedA novel modified distributed
A novel modified distributed
 
Paper id 252014114
Paper id 252014114Paper id 252014114
Paper id 252014114
 
A New Method for a Nonlinear Acoustic Echo Cancellation System
A New Method for a Nonlinear Acoustic Echo Cancellation SystemA New Method for a Nonlinear Acoustic Echo Cancellation System
A New Method for a Nonlinear Acoustic Echo Cancellation System
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-II
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-IIDesign of Linear Array Transducer Using Ultrasound Simulation Program Field-II
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-II
 
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
 
ECG Signal Compression Technique Based on Discrete Wavelet Transform and QRS-...
ECG Signal Compression Technique Based on Discrete Wavelet Transform and QRS-...ECG Signal Compression Technique Based on Discrete Wavelet Transform and QRS-...
ECG Signal Compression Technique Based on Discrete Wavelet Transform and QRS-...
 
A Compact Planar Low-Pass Filter Based on SRRMetamaterial
A Compact Planar Low-Pass Filter Based on SRRMetamaterialA Compact Planar Low-Pass Filter Based on SRRMetamaterial
A Compact Planar Low-Pass Filter Based on SRRMetamaterial
 
Simulink based design simulations of band pass fir filter
Simulink based design simulations of band pass fir filterSimulink based design simulations of band pass fir filter
Simulink based design simulations of band pass fir filter
 
Simulink based design simulations of band pass fir filter
Simulink based design simulations of band pass fir filterSimulink based design simulations of band pass fir filter
Simulink based design simulations of band pass fir filter
 
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGICDESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
 
DUAL PORT COGNITIVE RADIO ANTENNA USING TUNABLE BAND PASS FILTER
DUAL PORT COGNITIVE RADIO ANTENNA USING TUNABLE BAND PASS FILTERDUAL PORT COGNITIVE RADIO ANTENNA USING TUNABLE BAND PASS FILTER
DUAL PORT COGNITIVE RADIO ANTENNA USING TUNABLE BAND PASS FILTER
 
Image denoising using dual tree complex wavelet
Image denoising using dual tree complex waveletImage denoising using dual tree complex wavelet
Image denoising using dual tree complex wavelet
 

Recently uploaded

[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 

Recently uploaded (20)

[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 

H0255065070

  • 1. The International Journal Of Engineering And Science (IJES) ||Volume||2 ||Issue|| 5 ||Pages|| 65-70||2013|| ISSN(e): 2319 – 1813 ISSN(p): 2319 – 1805 www.theijes.com The IJES Page 65 Design of Adaptive Heterodyne Filters for Digital Receivers 1, G P Kadam 2, Maheshkumar Patil 1, Department of Electronics and Communication, KLE Society’s Dr. M S Sheshgiri College of Engineering and Technology 2, Department of Electronics and Communication, KLE Society’s Dr. M S Sheshgiri College of Engineering and Technology ----------------------------------------------------------ABSTRACT----------------------------------------------------------- Modern broad-band communication systems as well as complex systems and high-quality audio often require the removal of narrow-band interferences through an adaptive band-stop filter with highly linear phase throughout its pass-band. In this paper we study different techniques of adaptive tunable filters, which use complex heterodyne process to tune the filter fully over the range DC to the Nyquist frequency. All the techniques rely on rotating of poles and zeros in the Z-plane like a simple combination lock: clockwise once, counterclockwise twice, then clockwise once. A simple detection circuit is proposed to identify the interference signal to be attenuated and a numerically controlled oscillator (NCO) is proposed to interface between the detection circuit and tunable complex heterodyne notch filter. The filters are built using blocks of SIMULINK and simulation results are represented in the paper. KEYWORDS : Adaptive tunable filter, LMS, MATLAB, NCO, SIMULINK. ---------------------------------------------------------------------------------------------------------------------------------------- Date of Submission: 16 ,May ,2013 Date of Publication: 5, June, 2013 ---------------------------------------------------------------------------------------------------------------------------------------- I. INTRODUCTION Modern broad-band wireless systems are designed to be co-located with older narrow-band communications so as to share valuable spectrum. This is accomplished by using a pseudorandom number sequence to control the spreading of the spectrum of the modern wireless transmitter so that it appears to be background noise that easily filtered out by narrow band receiver. The five most common techniques for achieving spread-spectrum are (1) Frequency Hopping Spread Spectrum (FHSS, e.g. IEEE 802.11-1997), (2) Direct Sequence Spread Spectrum (DSSS, e.g.: IEEE 802.llb and 802.11g, (3) Time Hopping Spread Spectrum (THSS, e.g.: IEEE 802.15), (4) Chirp Spread Spectrum (CSS, e.g.: IEEE 802.l5.4a-2007), and (5) Ultra Wide Band (UWB, e.g.: IEEE 802.15.3a. When working properly, the narrow-band transmissions licensed to the frequency spectrum do not affect the broadband systems. They either interfere with a small portion of the broad-band transmission (which may be re-sent or reconstructed). However, in practice the narrow-band transmissions can cause serious problems in the spread spectrum receiver . To alleviate these problems, it is often necessary to include narrow band interference attenuation circuit in the spread spectrum receivers. Adaptive heterodyne are effective approach to eliminate these narrow band interferences. 1.1.THREE –WAY TUNABLE COMPLEX HETERODYNE FILTER TECHNIQUE The basic structure for Tunable Complex Heterodyne filters is as shown in Figure 1. Three-way Complex Heterodyne circuits consists of three complex heterodyne units and two identical prototype filters. By selecting correct prototype filters, we are able to design tunable band-stop and notch filters, tunable cut-off frequency low-pass and high-pass filters and tunable bandwidth band-pass and band-stop filters. These filters are maximally tunable in that the band-pass and band-stop filters can be tuned from DC to the Nyquist frequency and the other filters can be tuned such that their bandwidth varies from zero to half the Nyquist frequency. There is no distortion in the filters, the prototype design transfers directly except that the pass-band ripple is doubled, thus we must design prototype filters with half the desired pass-band ripple
  • 2. Design Of Adaptive Heterodyne… www.theijes.com The IJES Page 66 . e-jω h t e j2ω h t e-jω h t x(n) y(n) )()()(/)()( tjtj hh zeHzeHzxzyzT    Figure 1: Three-way Tunable Complex Heterodyne Filter Using Identical Real Transfer Function H(z) In the circuit s shown above, the three complex heterodyne operations have the effect of rotating poles and zeros of the fixed coefficient filters H(z), first to the left, then twice to the right, and finally, once to the left much like opening a combination lock. The effect is to generate a new transfer function T(z), which shifts the notch or band-pass frequency to a new location specified by the heterodyne frequency Wh. Usually H(z) is a high-pass filter which is transformed into a tunable notch filter by the heterodyne process. We designed the filter in MatLab: blp=frrpm(64, [O 1/(1 +delta) 1 *(l+delta) 1],[0 0 1 1],[2 5]); The frequency response of prototype filter H(z) is as shown in Figure: 2 Figure 2: Frequency Response of Prototype Filter H(z) Figure 3 and 4 shows Frequency Response When Heterodyne Frequency Changes ` Figure 3: Frequency Response of Three Way Heterodyne Filter When ωh=1 H(z) H(z)
  • 3. Design Of Adaptive Heterodyne… www.theijes.com The IJES Page 67 Figure 4: Frequency Response of Three Way Heterodyne Filter When ωh=2 1.2NYQUIST TUNABLE HETERODYNE FILTER TECHNIQUE The Figure 5 shows the block diagram Nyquist tunable complex heterodyne filter circuit. e jω h t e-jω h t x(n) y(n) Figure 5: Nyquist tunable complex heterodyne filter circuit In the circuit of Figure 5 the signal is first passed through HNQ(z), a complex-coefficient digital filter that removes all frequencies from bottom half of the unit circle in z-plane. Thus this filter removes all negative frequencies or equivalently the frequencies above the Nyquist frequency. Such a filter is easily designed in MatLab by designing a low-pass filter with cut-off frequency of π/2 and then rotating it in the z-plane so as to pass positive frequencies and to attenuate negative frequencies. Figure 6 and 7 shows poles of low-pass filter and Nyquist filter respectively. HNQ(z) H(z)
  • 4. Design Of Adaptive Heterodyne… www.theijes.com The IJES Page 68 Figure 6: Plot of poles of prototype low-pass filter Figure 7: Plot of poles of Nyquist filter II. FREQUENCY DETECTION CIRCUIT The proposed frequency detection circuit is based on the well-known second-order FIR adaptive notch filter using the LMS adaptive algorithm. This simple adaptive notch filter is known to provide an unbiased estimate of the narrow-band frequency to be attenuated. In addition, the Least Mean Square (LMS) algorithm is robust and converges quickly to the desired value. The adaptive filter adapts the single parameter β in a simple second-order FIR notch filter: y(n) =x(n) - βx(n-1)+x(n+2) (1) The LMS adjustment algorithm is based on finding and minimizing the square of the error function ɛ(n): ɛ(n)=y(n)-x(n)=x(n-2)-βx(n-1) (2) Figure 8 shows the circuit to calculate β(n), the output of Figure 8 is given by: β(n)=2COS(θ) (3) β(n)=2COS(2πωh/ωs) (4) Figure 8: Detection Circuit Generates β(n) Necessary to Identify Frequency to be Attenuated.
  • 5. Design Of Adaptive Heterodyne… www.theijes.com The IJES Page 69 III. NUMERICALLY CONTROLLED OSCILLATOR In order to tune the tunable complex heterodyne filter to the correct frequency to attenuate the narrow- band interference detected by the circuit of Fig. 5, we must convert β into a heterodyne frequency Wh. What is needed is an NCO that takes β as its input and generates: e jω h nT = COS(ωhnT)+ jSIN(ωhnT) (5) Where T=2π/Ws Hence, ej2πω h n/Ws = COS(2πωhn/ωs)+jSIN(2πωhn/ωs) (6) From equation (4), we can calculate the heterodyne frequency by using the following formula m=round[256arccos(β(n)/2) /2π] (7) Figure 9 shows the proposed NCO, to be used as interconnection between the Frequency detection and tunable heterodyne filter. Frequency to produce notch Frequency to produce notch β(n) Figure 9: Numerically Controlled Oscillator Figure 10 shows the complete block diagram of adaptive heterodyne filters y(n) β(n) to m conversion A(n) Complex signal generator Unit delay Complex signal generator Attenuation frequency detection circuit β-sensitive NCO Tunable complex heterodyne filter
  • 6. Design Of Adaptive Heterodyne… www.theijes.com The IJES Page 70 VI. CONCLUSION This paper mainly describes the two techniques to design tunable heterodyne filters. Then tunable heterodyne filters are converted into adaptive tunable heterodyne filters by adding attenuation frequency detection circuit and β-sensitive NCO. Nyquist tunable filter technique uses less chip area because it has one less heterodyne stage compared to Three-way tunable heterodyne filter. REFERENCES [1] A. Azam, D. Sasidaran, K.E. Nelson, G.E. Ford, L.G. Johnson and M.A. Soderstrand, "Single-Chip Tunable Heterodyne Notch Filters Implemented in FPGA's", IEEE Midwest Symp. Circuit and Systems, Aug 2000, pp. 860-863 (Myril B. Reed Best Paper Award). [2] M.A. Soderstrand, A. Azam, D. Sasidaran and K.E. Nelson, "Implementation of Complex- Arithmetic Heterodyne Filter", IEEE Workshop on Digital Signal Processing, Seoul, Korea, August 2003, pp. 230-235. [3] Soderstrand, Michael A. (2010a) Future of Wireless Tutorial, IEEE International Midwest Symposium on Circuits and Systems (MWSCAS), Seattle, WA, August 1-4, 2010. [4] G.Y. Cho, L.G. Johnson and M.A. Soderstrand, "New complex-arithmetic heterodyne filter," 2004. ISCAS '04. Proceedings of the 2004 International Symposium on Circuits and Systems, Volume 3, 23-26 May 2004 Page(s): III - 593-6 Vol. 3. BIOGRAPHIES G.P Kadam received the B.E degree in Electronics and communication and M. Tech in Digital Electronics & Communication Systems and currently pursuing PhD in advanced digital signal processing. He has teaching experience of 27 years and is currently working as an Assistant professor in KLE Society’s Dr. M S Sheshgiri College of Engineering and Technology. Research interests are advanced digital signal processing. Maheshkumar Patil received the B.E degree in Electronics and communication from BVV Sangha’s Basaveshwar Engineering collage, Bagalkot and currently pursuing M-tech in VLSI design and Embedded Systems in KLE Society’s Dr. M S Sheshgiri College of Engineering and Technology. Research interests include digital signal processing, Communication systems.