Applied Signal Processing

Total Page:16

File Type:pdf, Size:1020Kb

Applied Signal Processing APPLIED SIGNAL PROCESSING 2004 Chapter 1 Digital ¯ltering In this section digital ¯lters are discussed, with a focus on IIR (In¯nite Impulse Re- sponse) ¯lters and their applications. The most important kinds of IIR ¯lter prototypes are discussed in section 1.1, and structures used in the implementation of IIR ¯lters are presented in section 1.2. In section 1.3 some important ¯lters designed for special purposes are discussed. Finally, the application of digital ¯ltering will be illustrated in section 1.4 by two case studies: ² Dual-tone multifrequency (DTMF) generation and detection in digital telephony, and ² Plucked-string ¯lters in synthetic music. 1.1 IIR ¯lter prototypes An IIR ¯lter of order N is described by the di®erence equation y(n) + a1y(n ¡ 1) + ¢ ¢ ¢ + aN y(n ¡ N) = b0x(n) + b1x(n ¡ 1) + ¢ ¢ ¢ + bM x(n ¡ M) (1.1) and it has the transfer function N N¡1 N¡M b0z + b1z + ¢ ¢ ¢ + bM z H(z) = N N¡1 (1.2) z + a1z + ¢ ¢ ¢ + aN IIR ¯lters provide more flexibility than FIR ¯lters due to the feedback from previous outputs. Compared to FIR ¯lters, the denominator polynomial of H(z) provides more freedom to shape the frequency response of the ¯lter. Therefore an IIR ¯lter which achieves a given set of speci¯cations is usually simpler and has much fewer parameters than a FIR ¯lters designed for the same speci¯cations. This property makes IIR ¯lters well suited for a number of applications. On the other hand, IIR ¯lters have some limitations which one should be aware of. Firstly, high-order IIR ¯lters are very sensitive to quantization errors in the coe±cients, 1 which is due to the feedback from previous ¯lter outputs y(n¡k). Quantization e®ects can therefore severely degrade the ¯lter performance, or even make it unstable. In practice this problem can, however, be overcome by using ¯lter implementations which are less sensitive to rounding errors. Secondly, in contrast to FIR ¯lters it is not possible to achieve exact linear phase shift with IIR ¯lters. IIR ¯lters can, however, be designed to achieve an approximately linear phase shift in a frequency band. Morevover, in o®- line (i.e., not real-time) computations, we will see that the ¯ltering of a signal can always be arranged in a way which guarantees zero phase shift. Standard IIR lowpass, highpass, bandpass and bandstop ¯lters are usually designed using a set of standard IIR ¯lter prototypes. These have originally been obtained from classical analog ¯lter prototypes using the bilinear transformation, which takes a continuous-time ¯lter to a discrete-time ¯lter in a way which preserves the general form (lowpass, highpass etc) of the frequency response. The digital prototype ¯lters can, however, also be derived without referring to their analog counterparts. In order to construct digital IIR ¯lters we need a building block whose frequency response magnitude varies with frequency. The transform variable z¡1 is not suitable, as its frequency response e¡j! has a constant magnitude for all frequencies. It turns out that a very useful building block is given by the function 1 ¡ z¡1 z ¡ 1 F (z) = = (1.3) 1 + z¡1 z + 1 which has the frequency response ej! ¡ 1 ej!=2 ¡ e¡j!=2 F (ej!) = = = j tan(!=2) (1.4) ej! + 1 ej!=2 + e¡j!=2 Hence the frequency response of F (z) has an amplitude which grows from zero at ! = 0 to in¯nity at ! = ¼, and the constant phase ¼=2 (90±). This can be exploited as follows. De¯ne the ¯lter 1 H(z) = (1.5) 1 + F (z)= tan(!c=2) Using (1.4), its frequency response is given by jH(ej!)j2 = H(ej!)H(e¡j!) Ã !Ã ! 1 1 = 1 + j tan(!=2)= tan(!c=2) 1 ¡ j tan(!=2)= tan(!c=2) 1 = 2 (1.6) 1 + [tan(!=2)= tan(!c=2)] Hence H(z) is a simple lowpass ¯lter with H(ej!) = 1 for ! = 0, H(ej!) = 0 for ! = ¼, and the cuto® frequency !c. All the IIR ¯lter prototypes discussed below are obtained by various generalizations of this idea. The most important digital IIR ¯lter prototypes are the Butterworth, Chebyshev and elliptic ¯lters. They are characterized by the form of their magnitude frequency 2 responses. Butterworth ¯lters have a monotonically varying response in both passband and stopband. Chebyshev ¯lters of type I have an equiripple response in the passband and a monotonic response in the stopband, whereas type II Chebyshev ¯lters have a monotonic response in the passband and equiripple response in the stopband. Elliptic ¯lters have an equiripple response in both bands. The ¯lters are usually derived as lowpass ¯lters, from which the other ¯lter types (highpass, bandpass and bandstop) are obtained by frequency transformations (see below). The standard ¯lter types are all based on the building block (1.3). Thus, (1.5) is a Butterworth ¯lter of order one with the frequency response de¯ned by (1.6). By replacing the denominator of (1.6) by a Chebyshev polynomial with argument tan(!=2)= tan(!c=2) gives a Chebyshev ¯lter, while using an elliptic function results in an elliptic ¯lter. Butterworth ¯lters. A digital low-pass Butterworth ¯lter BN (z) is a generalization of (1.5) and is con- structed in such a way that the magnitude of its frequency response (gain) is " #1=2 j! 1 jBN (e )j = 2N (1.7) 1 + [tan(!=2)= tan(!c=2)] where N is the ¯lter order and !c is the cuto® frequency. We can see that the frequency j! response magnitude is monotonically decreasing, with BN (e ) = 1 at ! = 0 and j! BN (e ) = 0 at thep Nyquist frequency ! = ¼. At the cuto® frequency !c, the gain j!c is jBN (e )j = 1= 2. Increasing ¯lter order N results in a steeper transition from passband to stopband. Digital Butterworth ¯lters can be synthesized with the Matlab routine [B,A]=butter(N,Wn,'ftype') where Wn denotes the cuto® frequency or, for a bandpass ¯lter, information about the passband. The frequencies are normalized to the interval 0 < Wn < 1, where Wn = 1 corresponds to half the sampling frequency, i.e., ¼ radians per sample. For a lowpass or bandpass ¯lter ftype is omitted, whereas ftype=high or stop is used if a highpass or bandstop ¯lter is designed. The outputs B and A are vectors with the coe±cients of the numerator and denominator polynomials, respectively (cf. equation (1.2). The required minimum order of a digital Butterworth ¯lter for a given set of speci¯cations can be determined with [N,Wn]=buttord(Wp,Ws,Rp,Rs). where Wp and Ws are the normalized passband and stopband edge frequencies, Rp is the maximum deviation in the passband (in dB), and Rs is the minimum attenuation in the stopband (in dB). Chebyshev ¯lters. There are two types of Chebyshev ¯lters. The gain of a Chebyshev ¯lter of type I is equiripple in the passband and monotonically decreasing in the stopband, whereas 3 a Chebyshev ¯lter of type II has a monotonically varying gain in the passband and is equiripple in the stopband. Chebyshev ¯lters involve the Chebyshev polynomials CN [x]. A lowpass Chebyshev ¯lter HN (z) of type I is de¯ned in such a way that it has the frequency response magnitude " #1=2 j! 1 jHN (e )j = 2 2 (1.8) 1 + ² CN [tan(!=2)= tan(!c=2)] where N is the ¯lter order, !c is the cuto® frequency, and ² is a parameter which a®ects the passband ripples. Digital Chebyshev ¯lters can be synthesized with the Matlab routines [B,A]=cheby1(N,Rp,Wn,'ftype') and [B,A]=cheby2(N,Rs,Wn,'ftype'), respectively. The minimum order of digital Chebyshev ¯lters required to achieve a given set of speci¯cations can be determined with [N,Wn]=cheb1ord(Wp,Ws,Rp,Rs) or [N,Wn]=cheb2ord(Wp,Ws,Rp,Rs). Elliptic ¯lters. Elliptic ¯lters have equiripple frequency responses in both the passband and the stop- band. The frequency response magnitude of an elliptic ¯lter of order N is given by " #1=2 j! 1 jHN (e )j = 2 2 (1.9) 1 + ² GN [tan(!=2)= tan(!c=2)] where GN [x] is a rational elliptic function of order N, !c is the cuto® frequency, and ² is a parameter which a®ects the passband ripples. Digital elliptic ¯lters can be synthesized with the Matlab routine [B,A]=ellip(N,Rp,Rs,Wn,'ftype') The required minimum order of a digital elliptic ¯lter for a given set of speci¯cations can be determined with [N,Wn]=ellipord(Wp,Ws,Rp,Rs). Elliptic ¯lters have the important property that they achieve a given set of speci¯cations on the frequency response magnitude with the lowest ¯lter order. This can be compared to the optimal FIR ¯lters, which also have equiripple frequency responses. Elliptic ¯lters are therefore the preferred ¯lter type in IIR ¯lter design. However, elliptic ¯lters have a less linear phase response in the passband than the Butterworth or Chebyshev ¯lters. In applications where the phase response is important these ¯lter types should be considered. 4 Remark 1.1 Observe that all the ¯lters described above have their classical, analogue counterparts. The analog ¯lters are formed in an analogous manner using the building block Fa(s) = s instead of (1.3). Note that Fa(s) has the frequency response Fa(j!) = j!. In analogy with (1.3) the frequency response of Fa(s) has an amplitude which grows from zero at ! = 0 to in¯nity at in¯nite !, and the constant phase ¼=2 (90±).
Recommended publications
  • Active Control of Loudspeakers: an Investigation of Practical Applications
    Downloaded from orbit.dtu.dk on: Dec 18, 2017 Active control of loudspeakers: An investigation of practical applications Bright, Andrew Paddock; Jacobsen, Finn; Polack, Jean-Dominique; Rasmussen, Karsten Bo Publication date: 2002 Document Version Early version, also known as pre-print Link back to DTU Orbit Citation (APA): Bright, A. P., Jacobsen, F., Polack, J-D., & Rasmussen, K. B. (2002). Active control of loudspeakers: An investigation of practical applications. General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. • Users may download and print one copy of any publication from the public portal for the purpose of private study or research. • You may not further distribute the material or use it for any profit-making activity or commercial gain • You may freely distribute the URL identifying the publication in the public portal If you believe that this document breaches copyright please contact us providing details, and we will remove access to the work immediately and investigate your claim. Active Control of Loudspeakers: An Investigation of Practical Applications Andrew Bright Ørsted·DTU – Acoustic Technology Technical University of Denmark Published by: Ørsted·DTU, Acoustic Technology, Technical University of Denmark, Building 352, DK-2800 Kgs. Lyngby, Denmark, 2002 3 This work is dedicated to the memory of Betty Taliaferro Lawton Paddock Hunt (1916-1999) and to Samuel Raymond Bright, Jr. (1936-2001) 4 5 Table of Contents Preface 9 Summary 11 Resumé 13 Conventions, notation, and abbreviations 15 Conventions......................................................................................................................................
    [Show full text]
  • Simple Simple Digital Filter Design for Analogue Engineers
    Simple Digital Filter Design for Analogue Engineers 1 C Vout Vin R = 1/(1 + sCR) Vin R The negative sign is the only difference between this circuit 2 and the simple RC C R circuit above - Vin Vout 0V = -1/(1 + sCR) + Vin 3 Exactly the same formula used above C Vin R - Vout 0V = -1/(1 + sCR) + Vin 4 IN -T/(CR) Delay (T) OUT T = delay time Digital Filters for Analogue Engineers by Andy Britton, June 2008 Page 1 of 14 Introduction If I’d read this document years ago it would have saved me countless hours of agony and confusion understanding what should be conceptually very simple. My biggest discontent with topical literature is that they never cleanly relate digital filters to “real world” analogue filters. This article/document sets out to: - • Describe the function of a very basic RC low pass analogue filter • Convert this filter to an analogue circuit that is digitally realizable • Explain how analogue functions are converted to digital functions • Develop a basic 1st order digital low-pass filter • Develop a 2nd order filter with independent Q and frequency control parameters • Show how digital filters can be proven/designed using a spreadsheet such as excel • Demonstrate digital filters by showing excel graphs of signals • Explain the limitations of use of digital filters i.e. when they become unstable • Show how these filters fit in to the general theory (yawn!) Before the end of this article you should hopefully find something useful to guide you on future designs and allow you to successfully implement a digital filter.
    [Show full text]
  • Simulating the Directivity Behavior of Loudspeakers with Crossover Filters
    Audio Engineering Society Convention Paper Presented at the 123rd Convention 2007 October 5–8 New York, NY, USA The papers at this Convention have been selected on the basis of a submitted abstract and extended precis that have been peer reviewed by at least two qualified anonymous reviewers. This convention paper has been reproduced from the author's advance manuscript, without editing, corrections, or consideration by the Review Board. The AES takes no responsibility for the contents. Additional papers may be obtained by sending request and remittance to Audio Engineering Society, 60 East 42nd Street, New York, New York 10165-2520, USA; also see www.aes.org. All rights reserved. Reproduction of this paper, or any portion thereof, is not permitted without direct permission from the Journal of the Audio Engineering Society. Simulating the Directivity Behavior of Loudspeakers with Crossover Filters Stefan Feistel1, Wolfgang Ahnert2, and Charles Hughes3, and Bruce Olson4 1 Ahnert Feistel Media Group, Arkonastr.45-49, 13189 Berlin, Germany [email protected] 2 Ahnert Feistel Media Group, Arkonastr.45-49, 13189 Berlin, Germany [email protected] 3 Excelsior Audio Design & Services, LLC, Gastonia, NC, USA [email protected] 4 Olson Sound Design, Brooklyn Park, MN, USA [email protected] ABSTRACT In previous publications the description of loudspeakers was introduced based on high-resolution data, comprising most importantly of complex directivity data for individual drivers as well as of crossover filters. In this work it is presented how this concept can be exploited to predict the directivity balloon of multi-way loudspeakers depending on the chosen crossover filters.
    [Show full text]
  • Framsida Msc Thesis Viktor Gunnarsson
    Assessment of Nonlinearities in Loudspeakers Volume dependent equalization Master’s Thesis in the Master’s programme in Sound and Vibration VIKTOR GUNNARSSON Department of Civil and Environmental Engineering Division of Applied Acoustics Chalmers Room Acoustics Group CHALMERS UNIVERSITY OF TECHNOLOGY Göteborg, Sweden 2010 Master’s Thesis 2010:27 MASTER’S THESIS 2010:27 Assessment of Nonlinearities in Loudspeakers Volume dependent equalization VIKTOR GUNNARSSON Department of Civil and Environmental Engineering Division of Applied Acoustics Roomacoustics Group CHALMERS UNIVERSITY OF TECHNOLOGY Goteborg,¨ Sweden 2010 CHALMERS, Master’s Thesis 2010:27 ii Assessment of Nonlinearities in Loudspeakers Volume dependent equalization © VIKTOR GUNNARSSON, 2010 Master’s Thesis 2010:27 Department of Civil and Environmental Engineering Division of Applied Acoustics Roomacoustics Group Chalmers University of Technology SE-41296 Goteborg¨ Sweden Tel. +46-(0)31 772 1000 Reproservice / Department of Civil and Environmental Engineering Goteborg,¨ Sweden 2010 Assessment of Nonlinearities in Loudspeakers Volume dependent equalization Master’s Thesis in the Master’s programme in Sound and Vibration VIKTOR GUNNARSSON Department of Civil and Environmental Engineering Division of Applied Acoustics Roomacoustics Group Chalmers University of Technology Abstract Digital room correction of loudspeakers has become popular over the latest years, yield- ing great gains in sound quality in applications ranging from home cinemas and cars to audiophile HiFi-systems. However,
    [Show full text]
  • Classic Filters There Are 4 Classic Analogue Filter Types: Butterworth, Chebyshev, Elliptic and Bessel. There Is No Ideal Filter
    Classic Filters There are 4 classic analogue filter types: Butterworth, Chebyshev, Elliptic and Bessel. There is no ideal filter; each filter is good in some areas but poor in others. • Butterworth: Flattest pass-band but a poor roll-off rate. • Chebyshev: Some pass-band ripple but a better (steeper) roll-off rate. • Elliptic: Some pass- and stop-band ripple but with the steepest roll-off rate. • Bessel: Worst roll-off rate of all four filters but the best phase response. Filters with a poor phase response will react poorly to a change in signal level. Butterworth The first, and probably best-known filter approximation is the Butterworth or maximally-flat response. It exhibits a nearly flat passband with no ripple. The rolloff is smooth and monotonic, with a low-pass or high- pass rolloff rate of 20 dB/decade (6 dB/octave) for every pole. Thus, a 5th-order Butterworth low-pass filter would have an attenuation rate of 100 dB for every factor of ten increase in frequency beyond the cutoff frequency. It has a reasonably good phase response. Figure 1 Butterworth Filter Chebyshev The Chebyshev response is a mathematical strategy for achieving a faster roll-off by allowing ripple in the frequency response. As the ripple increases (bad), the roll-off becomes sharper (good). The Chebyshev response is an optimal trade-off between these two parameters. Chebyshev filters where the ripple is only allowed in the passband are called type 1 filters. Chebyshev filters that have ripple only in the stopband are called type 2 filters , but are are seldom used.
    [Show full text]
  • A New Digital Filter Using Window Resizing for Protective Relay Applications
    A New Digital Filter Using Window Resizing for Protective Relay Applications Bogdan Kasztenny, Mangapathirao V. Mynam, Titiksha Joshi, and Chad Daniels Schweitzer Engineering Laboratories, Inc. Published in the proceedings of the 15th International Conference on Developments in Power System Protection Liverpool, United Kingdom March 9–12, 2020 A NEW DIGITAL FILTER USING WINDOW RESIZING FOR PROTECTIVE RELAY APPLICATIONS Bogdan Kasztenny1*, Mangapathirao V. Mynam1, Titiksha Joshi1, Chad Daniels1 1Schweitzer Engineering Laboratories, Inc., Pullman, Washington, USA *[email protected] Keywords: POWER SYSTEM PROTECTION, VARIABLE-WINDOW FILTER, WINDOW RESIZING. Abstract Digital protective relays use finite impulse response filters with sliding data windows for band-pass filtering of voltages and currents and measurement of phasors. Cosine, Fourier, and Walsh data windows are commonly used. Short windows yield faster protection operation but allow larger transient errors jeopardizing protection security and calling for adequate countermeasures. Often, these countermeasures erase some, if not most, benefits of shorter data windows. This paper presents the theory, implementation, laboratory test results, and a field case example of a new filtering method for protective relaying based on window resizing. The method uses a full-cycle sliding data window until a disturbance is detected, at which time the window size is considerably shortened to include only disturbance samples and exclude all pre-disturbance samples. With passing of time, the window size grows to include more disturbance samples as they become available. When the window reaches its nominal full-cycle size, it stops extending and starts sliding again. By purging the pre-disturbance data, the new filter strikes an excellent balance between speed and accuracy.
    [Show full text]
  • Switched Capacitor Networks and Techniques for the Period 19 1-1992
    Active and Passive Elec. Comp., 1994, Vol. 16, pp. 171-258 Reprints available directly from the publisher Photocopying permitted by license only 1994 Gordon and Breach Science Publishers S.A. Printed in Malaysia A CHRONOLOGICAL LIST OF REFERENCES ON SWITCHED CAPACITOR NETWORKS AND TECHNIQUES FOR THE PERIOD 19 1-1992 A.K. SINGH Electronics Lab., Department of Electronics and Communication Engineering, Delhi Institute of Technology, Kashmere Gate, Delhi 110006, India. (Received November 16, 1993; in final form December 15, 1993) A chronological list of 440 references on switched capacitor (SC) networks from 1939 to May 1981 was published in this Journal by J. Vandewalle. In this communication, we present a compilation of 1357 references covering the period from May 1981-1992 (along with a supplementary list of 43 missing references for the period before May 1981). The present compilation and the earlier one by Vandewalle put together, thus, constitute an exhaustive bibliography of 1797 references on SC-networks and tech- niques till 1992. I. INTRODUCTION The importance of SC-networks in the area of instrumentation and communication is well established. Because of their suitability to VLSI implementation, along with digital networks on the same chip and their low cost coupled with accuracy, SC- networks have greatly enhanced their applicability in the electronics world. Enor- mous volumes of literature on the SC-techniques for different applications is now available. Many design procedures including those based upon immittance simu- lation and wave concepts have been evolved. Application of SC-networks in the design of FIR and IIR filters and neural networks have also been reported.
    [Show full text]
  • Digital Filter Structures from Classical Analogue Networks
    DIGITAL FILTER STRUCTURES FROM CLASSICAL ANALOGUE NETWORKS By STUART SIMON LAWSON A THESIS SUBMITTED FOR THE Ph.D. DEGREE IN THE UNIVERSITY OF LONDON. DEPARTMENT OF ELECTRICAL ENGINEERING, IMPERIAL COLLEGE OF SCIENCE AND TECHNOLOGY, LONDON,S.W.7 OCTOBER 1975- -2- A3STRACT decent investigations have shown that a class of digital filter structures exists that poseeeces mudh lower attenuation distortion than the conventional direct or cascade forms. These structures can be derived from classical analogue doubly- terminated lossless networks by using a one-port wave variable description for circuit elements. The basic teChnique, due to Fettweis, consists of expressing the voltage-current relationship of an element in terms of incident and reflected waves and then applying the bilinear transformation to give the digital equivalent. These digital circuits are then interconnected with the aid of 'Adaptors'. An adaptor is simply the digital realization of Kirchhoff's two laws for a parallel or series junction of n ports. The use of waves in the derivation of the digital filter structures has led to the term ''rave Digital ;Filters' being applied to them. In this thesis it is shown that, by considerinf, each clement in the analogue network as a two-port, a true simulation can be achieved for the corresponding digital filter structure. In the new method, the adaptor, which is needed in the one-port description, is not required explicitly but is included as part of the equivalent wave-flow diagram. The relationship between the sensitivity of the attenuation to first-order multiplier variations and the analogue network element sensitivities is derived and it is shown that the multiplier sensitivities are not generally zero at points of maximum pseudopower transfer.
    [Show full text]
  • All-Analogue Real-Time Broadband Filter Bank Multicarrier Optical Communications System
    > REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER (DOUBLE-CLICK HERE TO EDIT) < 1 All-Analogue Real-Time Broadband Filter Bank Multicarrier Optical Communications System Fernando A. Gutiérrez, Philip Perry, Member, IEEE, Eamonn P. Martin, Andrew D. Ellis, Member, IEEE, Frank Smyth, Member, IEEE, and Liam P. Barry, Senior Member, IEEE. their optical counterparts. Consequently, wavelength division Abstract— This paper studies the key aspects of an optical link multiplexing (WDM) schemes have been implemented which transmits a broadband microwave filter bank multicarrier employing electrical subsystems in the transmitter and/or the (FBMC) signal. The work is presented in the context of creating receiver, as in coherent WDM [3] or Nyquist WDM [4]. an all-analogue real-time multi-gigabit orthogonal frequency However, to decrease the number of total optical wavelengths, division multiplexing (OFDM) electro-optical transceiver for short range and high capacity data center networks. Passive these systems require broadband baseband signals of tens of microwave filters are used to perform the pulse shaping of the bit Gbaud, which limits its performance and increases the cost streams, allowing an orthogonal transmission without the and difficulty of any practical real-time implementation. necessity of digital signal processing (DSP). Accordingly, a cyclic Subcarrier multiplexing (SCM) is a different alternative that prefix that would cause a reduction in the net data rate is not combines several RF subchannels into one signal, which is required. An experiment consisting of three orthogonally spaced then modulated onto an optical wavelength before 2.7 Gbaud quadrature phase shift keyed (QPSK) subchannels demonstrates that the spectral efficiency of traditional DSP-less transmission over fiber.
    [Show full text]
  • An Overview of Microwave Bandpass Filters with Capacitive Coupled Resonators Siniša P
    December, 2010 Microwave Review An Overview of Microwave Bandpass Filters with Capacitive Coupled Resonators Siniša P. Jovanović Abstract – This paper presents a summary of several bandpass Resonators within a filter can be mutually coupled by filters all consisting of resonators coupled only by capacitive capacitive (electric) coupling (Fig. 1a), inductive (magnetic) coupling. The basic filter’s configuration with asymmetric inductors coupling (Fig. 1b) or mixed coupling (Fig. 1c) [7]. Higher- is explained in detail as well as its modifications with asymmetric order filters usually employ all these coupling types to achieve capacitors. The filter’s design process is undemanding due to the desired characteristics. However, as shown in [8-16] it is filter’s simple configuration, while its compact size makes it suitable for integration. Six filters with central frequencies ranging from possible to realize filters made with only capacitive coupling UHF to X band were designed, realized, and tested with excellent resonators which occupy a significantly smaller area agreement between the predicted and measured results. compared to filters with inductive or mixed coupling. Keywords – Capacitive coupling, lattice structure, bandpass filters, microstrip, printed filters. II. FILTER’S CONFIGURATION I. INTRODUCTION Fig. 2 shows a basic electric scheme of a filter that consists of four identical resonators (Q1 to Q4) electrically coupled by Band pass filters with low insertion losses are essential capacitors Cr. Although the scheme has only four variables, components of all kinds of modern communication devices Cp, Cr, L1, and L2, by varying their values it is possible to because of both their band selecting and image and spurious obtain a band pass filter at a desired central frequency.
    [Show full text]
  • A Review and Modern Approach to LC Ladder Synthesis
    J. Low Power Electron. Appl. 2011, 1, 20-44; doi:10.3390/jlpea1010020 OPEN ACCESS Journal of Low Power Electronics and Applications ISSN 2079-9268 www.mdpi.com/journal/jlpea Review A Review and Modern Approach to LC Ladder Synthesis Alexander J. Casson ? and Esther Rodriguez-Villegas Circuits and Systems Research Group, Electrical and Electronic Engineering Department, Imperial College London, SW7 2AZ, UK; E-Mail: [email protected] ? Author to whom correspondence should be addressed; E-Mail: [email protected]; Tel.: +44(0)20-7594-6297; Fax: +44(0)20-7581-4419. Received: 19 November 2010; in revised form: 14 January 2011 / Accepted: 22 January 2011 / Published: 28 January 2011 Abstract: Ultra low power circuits require robust and reliable operation despite the unavoidable use of low currents and the weak inversion transistor operation region. For analogue domain filtering doubly terminated LC ladder based filter topologies are thus highly desirable as they have very low sensitivities to component values: non-exact component values have a minimal effect on the realised transfer function. However, not all transfer functions are suitable for implementation via a LC ladder prototype, and even when the transfer function is suitable the synthesis procedure is not trivial. The modern circuit designer can thus benefit from an updated treatment of this synthesis procedure. This paper presents a methodology for the design of doubly terminated LC ladder structures making use of the symbolic maths engines in programs such as MATLAB and MAPLE. The methodology is explained through the detailed synthesis of an example 7th order bandpass filter transfer function for use in electroencephalogram (EEG) analysis.
    [Show full text]
  • Crossover Filter Shape Comparisons a White Paper from Linea Research Paul Williams July 2013
    Crossover Filter Shape Comparisons A White Paper from Linea Research Paul Williams July 2013 Overview In this paper, we consider the various active crossover Fig.1 - Well behaved Magnitude Response filter types that are in general use and compare the 6 properties of these which are relevant to professional audio. We also look at a new crossover filter type and 0 consider how this compares with the more traditional 6 types. 12 Why do we need crossover filtering? 18 Professional loudspeaker systems invariably require two or more drivers with differing properties to enable the Magnitude,dB 24 system to cover the wide audio frequency range effectively. Low frequencies require large volumes of air 30 to be moved, requiring diaphragms with a large surface 36 3 4 area. Such large diaphragms would be unsuitable for 100 1 .10 1 .10 high frequencies because the large mass of the Frequency, Hz diaphragm could not be efficiently accelerated to the Low required velocities. It is clear then that we need to use High drivers with different properties in combination to cover Sum the frequency range, and to split the audio signal into bands appropriate for each driver, using a filter bank. In Phase response its simplest form, this filtering would comprise a This is a measure of how much the phase shift suffered high-pass filter for the high frequency driver and a by a signal passing from input to the summed acoustic low-pass filter for the low frequency driver. This is our output (again assuming ideal drivers) varies with crossover filter bank (or crossover network, or just changing frequency.
    [Show full text]