Mathematical Development of the Elliptic Filter

Total Page:16

File Type:pdf, Size:1020Kb

Mathematical Development of the Elliptic Filter Mathematical Development of the Elliptic Filter Mark Kleehammer Queen’s University August 26, 2013 The elliptic filter is a very powerful tool for signal processing, however it also requires some sophisticated mathematics to properly describe it. Signal process- ing plays a crucial role in a large part in nearly everything electronic today, from phones, to computers to music. We begin with an abstract introduction to signal processing and prove some basic results. Then we will apply the abstract theory to discuss the Butterworth, Chebyshev and elliptic filters, with a primary focus on the elliptic filter. However, before we can discuss the elliptic filter, we transition into an in depth discussion of elliptic functions. 1 Contents 1 Signal Processing 3 1.1 The Ideal Lowpass Filter . .5 1.2 The Causal Filter . .6 1.3 The Transfer Function . .8 2 The Butterworth Filter 10 2.1 Butterworth Polynomials . 10 2.2 TheButterworthFilter .................................. 11 2.3 Conclusions . 13 3 The Chebyshev Filter 15 3.1 Chebyshev Polynomials . 15 3.2 Transfer Function H(s) for the Chebyshev Filter . 16 3.3 The Chebyshev Filter . 17 3.4 Conclusions . 18 4 Elliptic Functions 20 4.1 Elliptic Integrals . 20 4.2 Jacobi’s Elliptic Functions . 22 4.3 The Addition Theorems for the Jacobi Elliptic Functions . 24 4.4 Transformations of Jacobi Elliptic Functions . 27 4.4.1 The First Degree Transformation . 28 4.4.2 The nth Degree Transformation . 29 4.5 The Jacobi Theta Functions . 31 5 Elliptic Rational Function 33 5.1 Statement of the Problems . 33 5.2 Solution to Problem C . 36 5.3 Elliptic Rational Function . 37 5.3.1 Connections Between Texts . 42 5.4 Zeros and Poles of the Elliptic Rational Function . 43 5.5 The Elliptic Rational function for n 1,2,3 . 45 Æ 6 The Elliptic Filter 47 6.1 The Elliptic Rational Function . 47 6.2 The Transfer Function for the Elliptic Filter . 47 6.3 Transfer Function Poles for Order n .......................... 48 6.4 Transfer Function Poles for Orders n 1,2,3 . 49 Æ 6.5 The Elliptic Filter . 52 6.6 Conclusions . 52 7 Appendix 55 References 71 2 1 Signal Processing A signal is a physical quantity or quality that conveys information [LTE01, p. 1]. For exam- ple a person’s voice is a signal, and it may cause the listener to act in a certain manner. This evaluation of the signal is called signal processing. Signals are found in all kinds of places; they could be the voltage produced in an electric circuit, computer graphics, or music. Many electronic signals travel through space, and while traveling they tend to pick up other unde- sirable signals such as white noise, or static. The kinds of signals we will focus on will be sine waves, and we call these signals sinusoidal. The problem which motivates our discussion is given some signal, we must remove the undesirable frequencies from it. A filter takes a signal as its input, performs some operations on the signal which remove these undesirable frequencies, and outputs a "clean" signal. Al- gebraically we think of a filter as a function that maps signals to signals. Definition 1.1. A filter is a function that is used to modify or reshape the frequency spectrum of a signal according to some prescribed requirements [LTE01, p. 241] An everyday example of this problem is used in cell phones all the time. When you make a call (or text, etc...), the phone sends a signal to a satellite in space, and that satellite then redirects the signal to your friend’s phone. When the signal was traveling through space it picks up static, so when your friend gets the signal, his/her phone filters out that static. How does the phone filter out the static? Many electrical engineers are well versed in this problem, and there is a solid amount of literature on the subject from an engineering perspective [Cau58] [Dan74] [LTE01], however there is little if any from mathematicians. As such many of the results are explained with little detail and background, and it’s difficult to see the bigger picture with these details omitted. My goal is to present this material in a straight forward and simple manner, with justifications given for each step. It is important that one can see why we get these results, with less of a "this is how it is" mentality. Many of the functions we will encounter are functions of the complex frequency s σ i! Æ Å (where i p 1) . The variable s comes from the Laplace transform; given some function v(t) Æ ¡ (for example a voltage dependent on time) its Laplace transform is defined as [Dan74, p. 2] Z 1 st V (s) L [v(t)] : v(t)e¡ dt (1.1) Æ Æ 0 For our purposes we will view the Laplace transformation as taking a function in the time domain, and translating it into the frequency domain. Typically we will investigate the filter problem in the frequency domain (since the filter requirements given to an engineer will typ- ically be expressed in the frequency domain), and then use the inverse Laplace transform to express our results in the time domain. Let’s begin by analyzing the following example. Suppose we have a sinusoidal input signal x (t) sin!t, and the engineer only needs this signal for a specific range of frequencies, in Æ say [!a,!b]. The engineer will design a filter that preserves those desired frequencies, and 3 eliminates everything else. And after the signal has been filtered, the output signal will also be a sine wave, but with the amplitude and phase likely altered by the filter, i.e. x (t) C sin(!t ') out Æ Å for some real constants C,' [Dan74, p. 3]. Definition 1.2. The transfer function T (s) is defined to be the ratio of the Laplace transform of the output signal (denoted xout(t)), to the Laplace transform of the input signal (denoted xin(t)) [Dan74, p. 3]. Explicitly Xout(s) L [xout(t)] T (s) (1.2) Æ Xin(s) Æ L [xin(t)] Often we will consider the function H(s) 1/T (s), which is referred to as the input/output Æ transfer function. Theorem 1.1. Let x (t) A sin!t represent an input signal with amplitude A 0, and in Æ 1 1 È x (t) A sin(!t ') represent the output signal with amplitude A 0. Then out Æ 2 Å 2 È A2 T (i!) (1.3) A1 Æ j j This means that for a sinusoidal signal, the ratio of the output amplitude to the input am- plitude is equal to the magnitude of the transfer function evaluated at s i!. Æ Proof. Compute the Laplace transforms of xin and xout Z 1 st ! Xin(s) L [xin(t)] A1 sin(!t)e¡ dt A1 2 2 Æ Æ 0 Æ s ! Å Z !cos' s sin' 1 st Å Xout(s) L [xout(t)] A2 sin(!t ')e¡ dt A2 2 2 Æ Æ 0 Å Æ s ! Å Therefore ¯ ¯ A2 ¯!cos' i!sin'¯ T (i!) ¯ Å ¯ j j Æ A1 ¯ ! ¯ A2 Æ A1 We should take note that, in general the frequency of the input sine wave !, is not con- stant, and the amplitude A1 depends on the frequency !. While the theorem above seems to implicitly assume that these are constant. So to be more precise we will denote the ampli- tude as amp(!) and reformulate the theorem we just proved (the proof still works the same). Perhaps we should also denote the signals x(t) as a function of two variables x(!,t), however the frequency ! – while non-constant – is not completely independent of time (we cannot have two different frequencies occurring at the same time). So we think of the signal x as a function of time, the frequency of the signal ! is not constant, and we want to filter out some frequencies of x that may occur. 4 Theorem 1.2. Let x (t) amp (!)sin!t represent an input signal with amplitude in Æ in amp (!) 0, and x (t) amp (!)sin(!t ') represent the output of the filter with am- in È out Æ out Å plitude ampout(!) 0. Then È amp (!) out T (i!) (1.4) ampin(!) Æ j j We say that a sinusoidal signal has been attenuated if the output signal has a smaller am- plitude than the input [Dan74, p. 3]. With this in mind our problem is to create a filter that attenuates certain frequencies of the signal, while leaving others invariant. Regions of low attenuation are called passbands, and we say that the filter passes such frequencies. On the other hand, regions of high attenuation are called stopbands, and we say the filter stops these frequencies. A lowpass filter passes frequencies less than some specific frequency, and attenuates those higher, and a highpass filter does the opposite [Dan74, p. 4]. We will focus our discussion on the lowpass filter. 1.1 The Ideal Lowpass Filter For the lowpass filter, we pass the frequencies ! with ! ! , where ! is some fixed fre- j j · b b quency [Dan74, p. 8]. That is in the passband {! : ! ! }, we want the input amplitude to j j · b equal the output amplitude, so their ratio is 1, hence for ! ! we require j j · b T (i!) 1 (1.5) j j Æ In the stopband, we want very high attenuation, so the output amplitude should be zero. Thus we also require for ! ! , j j È b T (i!) 0 (1.6) j j Æ Equivalently, in terms of H(s) 1/T (s) we desire Æ ½ 1 : ! ! H(i!) j j · b (1.7) j j Æ : ! ! 1 j j È b Such a function is impossible to realize (with the discontinuities), and so we will examine different ways of approximating this ideal.
Recommended publications
  • IIR Filterdesign
    UNIVERSITY OF OSLO IIR filterdesign Sverre Holm INF34700 Digital signalbehandling DEPARTMENT OF INFORMATICS UNIVERSITY OF OSLO Filterdesign 1. Spesifikasjon • Kjenne anven de lsen • Kjenne designmetoder (hva som er mulig, FIR/IIR) 2. Apppproksimas jon • Fokus her 3. Analyse • Filtre er som rege l spes ifiser t i fre kvens domene t • Også analysere i tid (fase, forsinkelse, ...) 4. Realisering • DSP, FPGA, PC: Matlab, C, Java ... DEPARTMENT OF INFORMATICS 2 UNIVERSITY OF OSLO Sources • The slides about Digital Filter Specifications have been a dap te d from s lides by S. Mitra, 2001 • Butterworth, Chebychev, etc filters are based on Wikipedia • Builds on Oppenheim & Schafer with Buck: Discrete-Time Signal Processing, 1999. DEPARTMENT OF INFORMATICS 3 UNIVERSITY OF OSLO IIR kontra FIR • IIR filtre er mer effektive enn FIR – færre koe ffisi en ter f or samme magnitu de- spesifikasjon • Men bare FIR kan gi eksakt lineær fase – Lineær fase symmetrisk h[n] ⇒ Nullpunkter symmetrisk om |z|=1 – Lineær fase IIR? ⇒ Poler utenfor enhetssirkelen ⇒ ustabilt • IIR kan også bli ustabile pga avrunding i aritme tikken, de t kan ikke FIR DEPARTMENT OF INFORMATICS 4 UNIVERSITY OF OSLO Ideal filters • Lavpass, høypass, båndpass, båndstopp j j HLP(e ) HHP(e ) 1 1 – 0 c c – c 0 c j j HBS(e ) HBP (e ) –1 1 – –c1 – – c2 c2 c1 c2 c2 c1 c1 DEPARTMENT OF INFORMATICS 5 UNIVERSITY OF OSLO Prototype low-pass filter • All filter design methods are specificed for low-pass only • It can be transformed into a high-pass filter • OiOr it can be p lace
    [Show full text]
  • 13.2 Analog Elliptic Filter Design
    CHAPTER 13 IIR FILTER DESIGN 13.2 Analog Elliptic Filter Design This document carries out design of an elliptic IIR lowpass analog filter. You define the following parameters: fp, the passband edge fs, the stopband edge frequency , the maximum ripple Mathcad then calculates the filter order and finds the zeros, poles, and coefficients for the filter transfer function. Background Elliptic filters, so called because they employ elliptic functions to generate the filter function, are useful because they have equiripple characteristics in the pass and stopband regions. This ensures that the lowest order filter can be used to meet design constraints. For information on how to transform a continuous-time IIR filter to a discrete-time IIR filter, see Section 13.1: Analog/Digital Lowpass Butterworth Filter. For information on the lowest order polynomial (as opposed to elliptic) filters, see Section 14: Chebyshev Polynomials. Mathcad Implementation This document implements an analog elliptic lowpass filter design. The definitions below of elliptic functions are used throughout the document to calculate filter characteristics. Elliptic Function Definitions TOL ≡10−5 Im (ϕ) Re (ϕ) ⌠ 1 ⌠ 1 U(ϕ,k)≡1i⋅ ⎮――――――dy+ ⎮―――――――――dy ‾‾‾‾‾‾‾‾‾‾‾‾2‾ ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾2‾ ⎮ 2 ⎮ 2 ⌡ 1−k ⋅sin(1j⋅y) ⌡ 1−k ⋅sin(1j⋅ Im(ϕ)+y) 0 0 ϕ≡1i sn(uk, )≡sin(root(U(ϕ,k)−u,ϕ)) π ― 2 ⌠ 1 L(k)≡⎮――――――dy ‾‾‾‾‾‾‾‾‾‾2‾ ⎮ 2 ⌡ 1−k ⋅sin(y) 0 ⎛⎛ ⎞⎞ 2 1− ‾1‾−‾k‾2‾ V(k)≡――――⋅L⎜⎜――――⎟⎟ 1+ ‾1‾−‾k‾2‾ ⎝⎜⎝⎜ 1+ ‾1‾−‾k‾2‾⎠⎟⎠⎟ K(k)≡if(k<.9999,L(k),V(k)) Design Specifications First, the passband edge is normalized to 1 and the maximum passband response is set at one.
    [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]
  • Electronic Filters Design Tutorial - 3
    Electronic filters design tutorial - 3 High pass, low pass and notch passive filters In the first and second part of this tutorial we visited the band pass filters, with lumped and distributed elements. In this third part we will discuss about low-pass, high-pass and notch filters. The approach will be without mathematics, the goal will be to introduce readers to a physical knowledge of filters. People interested in a mathematical analysis will find in the appendix some books on the topic. Fig.2 ∗ The constant K low-pass filter: it was invented in 1922 by George Campbell and the Running the simulation we can see the response meaning of constant K is the expression: of the filter in fig.3 2 ZL* ZC = K = R ZL and ZC are the impedances of inductors and capacitors in the filter, while R is the terminating impedance. A look at fig.1 will be clarifying. Fig.3 It is clear that the sharpness of the response increase as the order of the filter increase. The ripple near the edge of the cutoff moves from Fig 1 monotonic in 3 rd order to ringing of about 1.7 dB for the 9 th order. This due to the mismatch of the The two filter configurations, at T and π are various sections that are connected to a 50 Ω displayed, all the reactance are 50 Ω and the impedance at the edges of the filter and filter cells are all equal. In practice the two series connected to reactive impedances between cells.
    [Show full text]
  • Performance Analysis of Analog Butterworth Low Pass Filter As Compared to Chebyshev Type-I Filter, Chebyshev Type-II Filter and Elliptical Filter
    Circuits and Systems, 2014, 5, 209-216 Published Online September 2014 in SciRes. http://www.scirp.org/journal/cs http://dx.doi.org/10.4236/cs.2014.59023 Performance Analysis of Analog Butterworth Low Pass Filter as Compared to Chebyshev Type-I Filter, Chebyshev Type-II Filter and Elliptical Filter Wazir Muhammad Laghari1, Mohammad Usman Baloch1, Muhammad Abid Mengal1, Syed Jalal Shah2 1Electrical Engineering Department, BUET, Khuzdar, Pakistan 2Computer Systems Engineering Department, BUET, Khuzdar, Pakistan Email: [email protected], [email protected], [email protected], [email protected] Received 29 June 2014; revised 31 July 2014; accepted 11 August 2014 Copyright © 2014 by authors and Scientific Research Publishing Inc. This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/ Abstract A signal is the entity that carries information. In the field of communication signal is the time varying quantity or functions of time and they are interrelated by a set of different equations, but some times processing of signal is corrupted due to adding some noise in the information signal and the information signal become noisy. It is very important to get the information from cor- rupted signal as we use filters. In this paper, Butterworth filter is designed for the signal analysis and also compared with other filters. It has maximally flat response in the pass band otherwise no ripples in the pass band. To meet the specification, 6th order Butterworth filter was chosen be- cause it is flat in the pass band and has no amount of ripples in the stop band.
    [Show full text]
  • Filters Matthew Spencer Harvey Mudd College E157 – Radio Frequency Circuit Design
    Department of Engineering Lecture 09: Filters Matthew Spencer Harvey Mudd College E157 – Radio Frequency Circuit Design 1 1 Department of Engineering Filter Specifications and the Filter Prototype Function Matthew Spencer Harvey Mudd College E157 – Radio Frequency Circuit Design 2 In this video we’re going to start talking about filters by defining a language that we use to describe them. 2 Department of Engineering Filters are Like Extended Matching Networks Vout Vout Vout + + + Vin Vin Vin - - - Absorbs power Absorbs power at one Absorbs power at one ω ω, but can pick Q in a range of ω 푉 푗휔 퐻 푗휔 = 푉 푗휔 ω ω ω 3 Filters are a natural follow on after talking about matching networks because you can think of them as an extension of the same idea. We showed that an L-match lets us absorb energy at one frequency (which is resonance) and reflect it at every other frequency, so we could think of an L match as a type of filter. That’s particularly obvious if we define a transfer function across an L match network from Vin to Vout, which would look like a narrow resonant peak. Adding more components in a pi match allowed us to control the shape of that peak and smear it out over more frequencies. So it stands to reason that by adding even more components to our matching network, we could control whether a signal is passed or reflected over a wider frequency. That turns out to be true, and the type of circuit that achieves this frequency response is referred to as an LC ladder filter.
    [Show full text]
  • And Elliptic Filter for Speech Signal Analysis Design And
    Design and Implementation of Butterworth, Chebyshev-I and Elliptic Filter for Speech Signal Analysis Prajoy Podder Md. Mehedi Hasan Md.Rafiqul Islam Department of ECE Department of ECE Department of EEE Khulna University of Khulna University of Khulna University of Engineering & Technology Engineering & Technology Engineering & Technology Khulna-9203, Bangladesh Khulna-9203, Bangladesh Khulna-9203, Bangladesh Mursalin Sayeed Department of EEE Khulna University of Engineering & Technology Khulna-9203, Bangladesh ABSTRACT and IIR filter. Analog electronic filters consisted of resistors, In the field of digital signal processing, the function of a filter capacitors and inductors are normally IIR filters [2]. On the is to remove unwanted parts of the signal such as random other hand, discrete-time filters (usually digital filters) based noise that is also undesirable. To remove noise from the on a tapped delay line that employs no feedback are speech signal transmission or to extract useful parts of the essentially FIR filters. The capacitors (or inductors) in the signal such as the components lying within a certain analog filter have a "memory" and their internal state never frequency range. Filters are broadly used in signal processing completely relaxes following an impulse. But after an impulse and communication systems in applications such as channel response has reached the end of the tapped delay line, the equalization, noise reduction, radar, audio processing, speech system has no further memory of that impulse. As a result, it signal processing, video processing, biomedical signal has returned to its initial state. Its impulse response beyond processing that is noisy ECG, EEG, EMG signal filtering, that point is exactly zero.
    [Show full text]
  • Design, Implementation, Comparison, and Performance Analysis Between Analog Butterworth and Chebyshev-I Low Pass Filter Using Approximation, Python and Proteus
    Design, Implementation, Comparison, and Performance analysis between Analog Butterworth and Chebyshev-I Low Pass Filter Using Approximation, Python and Proteus Navid Fazle Rabbi ( [email protected] ) Islamic University of Technology https://orcid.org/0000-0001-5085-2488 Research Article Keywords: Filter Design, Butterworth Filter, Chebyshev-I Filter Posted Date: February 16th, 2021 DOI: https://doi.org/10.21203/rs.3.rs-220218/v1 License: This work is licensed under a Creative Commons Attribution 4.0 International License. Read Full License Journal of Signal Processing Systems manuscript No. (will be inserted by the editor) Design, Implementation, Comparison, and Performance analysis between Analog Butterworth and Chebyshev-I Low Pass Filter Using Approximation, Python and Proteus Navid Fazle Rabbi Received: 24 January, 2021 / Accepted: date Abstract Filters are broadly used in signal processing and communication systems in noise reduction. Butterworth, Chebyshev-I Analog Low Pass Filters are developed and implemented in this paper. The filters are manually calculated using approximations and verified using Python Programming Language. Filters are also simulated in Proteus 8 Professional and implemented in the Hardware Lab using the necessary components. This paper also denotes the comparison and performance analysis of filters using Manual Computations, Hardware, and Software. Keywords Filter Design · Butterworth Filter · Chebyshev-I Filter 1 Introduction Filters play a crucial role in the field of digital and analog signal processing and communication networks. The standard analog filter architecture consists of two main components: the problem of approximation and the problem of synthesis. The primary purpose is to limit the signal to the specified frequency band or channel, or to model the input-output relationship of a specific device.[20][12] This paper revolves around the following two analog filters: – Butterworth Low Pass Filter – Chebyshev-I Low Pass Filter These filters play an essential role in alleviating unwanted signal parts.
    [Show full text]
  • Filter Approximation Concepts
    622 (ESS) 1 Filter Approximation Concepts How do you translate filter specifications into a mathematical expression which can be synthesized ? • Approximation Techniques Why an ideal Brick Wall Filter can not be implemented ? • Causality: Ideal filter is non-causal • Rationality: No rational transfer function of finite degree (n) can have such abrupt transition |H(jω)| h(t) Passband Stopband ω t -ωc ωc -Tc Tc 2 Filter Approximation Concepts Practical Implementations are given via window specs. |H(jω)| 1 Amax Amin ω ωc ωs Amax = Ap is the maximum attenuation in the passband Amin = As is the minimum attenuation in the stopband ωs-ωc is the Transition Width 3 Approximation Types of Lowpass Filter 1 Definitions Ap As Ripple = 1-Ap wc ws Stopband attenuation =As Filter specs Maximally flat (Butterworth) Passband (cutoff frequency) = wc Stopband frequency = ws Equal-ripple (Chebyshev) Elliptic 4 Approximation of the Ideal Lowpass Filter Since the ideal LPF is unrealizable, we will accept a small error in the passband, a non-zero transition band, and a finite stopband attenuation 1 퐻 푗휔 2 = 1 + 퐾 푗휔 2 |H(jω)| • 퐻 푗휔 : filter’s transfer function • 퐾 푗휔 : Characteristic function (deviation of 푇 푗휔 from unity) For 0 ≤ 휔 ≤ 휔푐 → 0 ≤ 퐾 푗휔 ≤ 1 For 휔 > 휔푐 → 퐾 푗휔 increases very fast Passband Stopband ω ωc 5 Maximally Flat Approximation (Butterworth) Stephen Butterworth showed in 1930 that the gain of an nth order maximally flat magnitude filter is given by 1 퐻 푗휔 2 = 퐻 푗휔 퐻 −푗휔 = 1 + 휀2휔2푛 퐾 푗휔 ≅ 0 in the passband in a maximally flat sense 푑푘 퐾 푗휔
    [Show full text]
  • 13.3 Digital Elliptic Filter Design
    CHAPTER 13 IIR FILTER DESIGN 13.3 Digital Elliptic Filter Design This document carries out design of a discrete-time elliptic lowpass filter. The user specifies the following parameters: passband edge, passband and stopband ripple, and filter order. T, the sampling rate fp, the passband edge frequency fs, the stopband edge frequency , the maximum ripple Mathcad then calculates the remaining parameters and finds the zeros, poles, and coefficients for the filter transfer function. This procedure begins by computing the transfer function for a corresponding analog filter and then transforms the poles and roots of this function to produce the digital filter transfer function required. For more information on the bilinear transformation used in this application, see Section 13.1: Analog/Digital Lowpass Butterworth Filter. Background Elliptic filters, so called because they employ elliptic functions to generate the filter function, are useful because they have equiripple characteristics in the pass and stopband regions. This ensures that the lowest order filter can be used to meet design constraints. Elliptic filters, like all other lowpass filters, are feedback systems. All of the usual stability rules for feedback systems in the z-domain apply. Elliptic filters have all their zeros on the unit circle, and all their poles within the unit circle. For information on how to transform a continuous-time IIR filter to a discrete-time IIR filter, see Section 13.1: Analog/Digital Lowpass Butterworth Filter. For information on analog elliptical filter design, see Section 13.2: Analog Elliptic Filter Design. Mathcad Implementation This document implements a digital elliptic lowpass filter design.
    [Show full text]
  • Synthesis of Filters for Digital Wireless Communications
    Synthesis of Filters for Digital Wireless Communications Evaristo Musonda Submitted in accordance with the requirements for the degree of Doctor of Philosophy The University of Leeds Institute of Microwave and Photonics School of Electronic and Electrical Engineering December, 2015 i The candidate confirms that the work submitted is his own, except where work which has formed part of jointly-authored publications has been included. The contribution of the candidate and the other authors to this work has been explicitly indicated below. The candidate confirms that appropriate credit has been given within the report where reference has been made to the work of others. Chapter 2 to Chapter 6 are partly based on the following two papers: Musonda, E. and Hunter, I.C., Synthesis of general Chebyshev characteristic function for dual (single) bandpass filters. In Microwave Symposium (IMS), 2015 IEEE MTT-S International. 2015. Snyder, R.V., et al., Present and Future Trends in Filters and Multiplexers. Microwave Theory and Techniques, IEEE Transactions on, 2015. 63(10): p. 3324- 3360 E. Musonda developed the synthesis technique and wrote the first paper and section IV of the second invited paper. Professor Ian Hunter provided useful editorial comments, suggestions and corrections to the work. Chapter 3 is based on the following two papers: Musonda, E. and Hunter I.C., Design of generalised Chebyshev lowpass filters using coupled line/stub sections. In Microwave Symposium (IMS), 2015 IEEE MTT- S International. 2015. Musonda, E. and I.C. Hunter, Exact Design of a New Class of Generalised Chebyshev Low-Pass Filters Using Coupled Line/Stub Sections.
    [Show full text]
  • A Study of the Synthesis of 3-Port Electrical Filters with Chebyshev Or Elliptic Response Characteristics Bruce Vaughn Smith Iowa State University
    Iowa State University Capstones, Theses and Retrospective Theses and Dissertations Dissertations 1991 A study of the synthesis of 3-port electrical filters with Chebyshev or elliptic response characteristics Bruce Vaughn Smith Iowa State University Follow this and additional works at: https://lib.dr.iastate.edu/rtd Part of the Electrical and Electronics Commons Recommended Citation Smith, Bruce Vaughn, "A study of the synthesis of 3-port electrical filters with Chebyshev or elliptic response characteristics " (1991). Retrospective Theses and Dissertations. 9582. https://lib.dr.iastate.edu/rtd/9582 This Dissertation is brought to you for free and open access by the Iowa State University Capstones, Theses and Dissertations at Iowa State University Digital Repository. It has been accepted for inclusion in Retrospective Theses and Dissertations by an authorized administrator of Iowa State University Digital Repository. For more information, please contact [email protected]. INFORMATION TO USERS This manuscript has been reproduced from the microfilm master. UMI films the text directly from the original or copy submitted. Thus, some thesis and dissertation copies are in typewriter face, while others may be from any type of computer printer. The quality of this reproduction is dependent upon the quality of the copy submitted. Broken or indistinct print, colored or poor quality illustrations and photographs, print bleedthrough, substandard margins, and improper alignment can adversely affect reproduction. In the unlikely event that the author did not send UMI a complete manuscript and there are missing pages, these will be noted. Also, if unauthorized copyright material had to be removed, a note will indicate the deletion. Oversize materials (e.g., maps, drawings, charts) are reproduced by sectioning the original, beginning at the upper left-hand corner and continuing from left to right in equal sections with small overlaps.
    [Show full text]