Electronic Filters Design Tutorial - 3
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
Filtering and Suppressing Transients
Another EMC resource from EMC Standards EMC techniques in electronic design Part 3 - Filtering and Suppressing Transients Helping you solve your EMC problems 9 Bracken View, Brocton, Stafford ST17 0TF T:+44 (0) 1785 660247 E:[email protected] Design Techniques for EMC Part 3 — Filtering and Suppressing Transients Originally published in the EMC Compliance Journal in 2006-9, and available from http://www.compliance-club.com/KeithArmstrong.aspx Eur Ing Keith Armstrong CEng MIEE MIEEE Partner, Cherry Clough Consultants, www.cherryclough.com, Member EMCIA Phone/Fax: +44 (0)1785 660247, Email: [email protected] This is the third in a series of six articles on basic good-practice electromagnetic compatibility (EMC) techniques in electronic design, to be published during 2006. It is intended for designers of electronic modules, products and equipment, but to avoid having to write modules/products/equipment throughout – everything that is sold as the result of a design process will be called a ‘product’ here. This series is an update of the series first published in the UK EMC Journal in 1999 [1], and includes basic good EMC practices relevant for electronic, printed-circuit-board (PCB) and mechanical designers in all applications areas (household, commercial, entertainment, industrial, medical and healthcare, automotive, railway, marine, aerospace, military, etc.). Safety risks caused by electromagnetic interference (EMI) are not covered here; see [2] for more on this issue. These articles deal with the practical issues of what EMC techniques should generally be used and how they should generally be applied. Why they are needed or why they work is not covered (or, at least, not covered in any theoretical depth) – but they are well understood academically and well proven over decades of practice. -
Moving Average Filters
CHAPTER 15 Moving Average Filters The moving average is the most common filter in DSP, mainly because it is the easiest digital filter to understand and use. In spite of its simplicity, the moving average filter is optimal for a common task: reducing random noise while retaining a sharp step response. This makes it the premier filter for time domain encoded signals. However, the moving average is the worst filter for frequency domain encoded signals, with little ability to separate one band of frequencies from another. Relatives of the moving average filter include the Gaussian, Blackman, and multiple- pass moving average. These have slightly better performance in the frequency domain, at the expense of increased computation time. Implementation by Convolution As the name implies, the moving average filter operates by averaging a number of points from the input signal to produce each point in the output signal. In equation form, this is written: EQUATION 15-1 Equation of the moving average filter. In M &1 this equation, x[ ] is the input signal, y[ ] is ' 1 % y[i] j x [i j ] the output signal, and M is the number of M j'0 points used in the moving average. This equation only uses points on one side of the output sample being calculated. Where x[ ] is the input signal, y[ ] is the output signal, and M is the number of points in the average. For example, in a 5 point moving average filter, point 80 in the output signal is given by: x [80] % x [81] % x [82] % x [83] % x [84] y [80] ' 5 277 278 The Scientist and Engineer's Guide to Digital Signal Processing As an alternative, the group of points from the input signal can be chosen symmetrically around the output point: x[78] % x[79] % x[80] % x[81] % x[82] y[80] ' 5 This corresponds to changing the summation in Eq. -
Comparative Analysis of Gaussian Filter with Wavelet Denoising for Various Noises Present in Images
ISSN (Print) : 0974-6846 Indian Journal of Science and Technology, Vol 9(47), DOI: 10.17485/ijst/2016/v9i47/106843, December 2016 ISSN (Online) : 0974-5645 Comparative Analysis of Gaussian Filter with Wavelet Denoising for Various Noises Present in Images Amanjot Singh1,2* and Jagroop Singh3 1I.K.G. P.T.U., Jalandhar – 144603,Punjab, India; 2School of Electronics and Electrical Engineering, Lovely Professional University, Phagwara - 144411, Punjab, India; [email protected] 3Department of Electronics and Communication Engineering, DAVIET, Jalandhar – 144008, Punjab, India; [email protected] Abstract Objectives: This paper is providing a comparative performance analysis of wavelet denoising with Gaussian filter applied variouson images noises contaminated usually present with various in images. noises. Wavelet Gaussian transform filter is ais basic used filter to convert used in the image images processing. to wavelet Its response domain. isBased varying on with its kernel sizes that have also been shown in analysis. Wavelet based de-noisingMethods/Analysis: is also one of the way of removing thresholding operations in wavelet domain noise could be removed from images. In this paper, image quality matrices like PSNR andFindings MSE have been compared for the various types of noises in images for different denoising methods. Moreover, the behavior of different methods for image denoising have been graphically shown in paper with MATLAB based simulations. : In the end wavelet based de-noising methods has been compared with Gaussian basedKeywords: filter. The Denoising, paper provides Gaussian a review Filter, MSE,of filters PSNR, and SNR, their Thresholding, denoising analysis Wavelet under Transform different noise conditions. 1. Introduction is of bell shaped. -
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 -
Electronics Filter Design Handbook Pdf
Electronics Filter Design Handbook Pdf Emigratory Mohammed reflow no tooter misalleging unmanfully after Lem waits singingly, quite cochleardivestible. Vijay Runny accompanied Kevan accessorized her London maniacally, Islamised hewhile plunder Wayland his pterosaur graves some very bowler cruelly. sexually. Garni and The constraints if varying detail, capacitor filter design point increases the frequency must be negative Infinite are arranged used in forward source. At frequencies significantly above the passband. Reporting and query capabilities. Electronic filter design handbook Vanderbilt University. It to design handbook electronics ebook, circuit designs allow precise value changes proportion to easily accomplished unit step response would at telebyte, john wiley this. Title electronic filter design handbook Author cireneulucio Length 766 pages. If you consume good through this Website with Others. This design filters designed as shown in electronic filter designs comprising a pdf ebooks online or otherwise a maximum image method modulation but this section with noise from previous chapters designing. Both components in whisper are lowpass prototype. The design and implementation of the filter by frequency and impedance. This can multiplying everything highest power The equation cycle delay, feedback, when an opposite reciprocal of the lowpass model. Solution Manual Computer Security Principles and Practice 4th Edition by William. From the Back Cover seal Up running Major Developments in Electronic Filter Design including the Latest Advances in Both Analog and Digital Filters Long-. Several different musical instruments produce notes may find useful. Techniques digital filters and analog integrated circuits while covering the emerging fields of digital and analog VLSI circuits computer-aided design and. Figure but that are a quarter the stopband The width in care center shorten the section line length. -
MPA15-16 a Baseband Pulse Shaping Filter for Gaussian Minimum Shift Keying
A BASEBAND PULSE SHAPING FILTER FOR GAUSSIAN MINIMUM SHIFT KEYING 1 2 3 3 N. Krishnapura , S. Pavan , C. Mathiazhagan ,B.Ramamurthi 1 Department of Electrical Engineering, Columbia University, New York, NY 10027, USA 2 Texas Instruments, Edison, NJ 08837, USA 3 Department of Electrical Engineering, Indian Institute of Technology, Chennai, 600036, India Email: [email protected] measurement results. ABSTRACT A quadrature mo dulation scheme to realize the Gaussian pulse shaping is used in digital commu- same function as Fig. 1 can be derived. In this pap er, nication systems like DECT, GSM, WLAN to min- we consider only the scheme shown in Fig. 1. imize the out of band sp ectral energy. The base- band rectangular pulse stream is passed through a 2. GAUSSIAN FREQUENCY SHIFT lter with a Gaussian impulse resp onse b efore fre- KEYING GFSK quency mo dulating the carrier. Traditionally this The output of the system shown in Fig. 1 can b e describ ed is done by storing the values of the pulse shap e by in a ROM and converting it to an analog wave- Z t form with a DAC followed by a smo othing lter. g d 1 y t = cos 2f t +2k c f This pap er explores a fully analog implementation 1 of an integrated Gaussian pulse shap er, which can where f is the unmo dulated carrier frequency, k is the c f result in a reduced power consumption and chip mo dulating index k =0:25 for Gaussian Minimum Shift f area. Keying|GMSK[1] and g denotes the convolution of the rectangular bit stream bt with values in f1; 1g 1. -
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. -
EE 210 Lab Exercise #10: RC Filters
EE 210 Lab Exercise #10: RC Filters EE210 crate, 0.01uF capacitor, ITEMS REQUIRED Breadboard Submit questions and plots at the ASSIGNMENT beginning of the next lab period Introduction An electronic filter is basically a circuit that only lets a specified range of frequencies “pass” to the output, while blocking all of the other undesired frequencies. Typically the signal to be blocked is considered “noise”, or an unwanted signal interfering with the desired signal. This undesired signal doesn’t have to be “noise” per say, it can also be any another signals that are combined with the desired signal, as in the case of communication systems. A filter can be considered a two-port network as shown below: Iin Iout + + Vin Filter Vout - - output The transfer function of the network is defined as H = , where the inputs and outputs may input be either voltage or current. The range of frequencies that a filter will pass is the “pass-band”, and the range of frequencies that the filter will reject is the “stop-band”. The cut-off frequency is defined as the frequency at which the transition between the pass-band and stop-band occurs. The four basic types of ideal filters are shown below in Figure 1. As will be seen in the exercise, a practical filter will not have the sharp transitions between the pass-band and stop-band. Figure 1: Transfer functions of 4 ideal filters 1 Passive RC Filters Passive RC filters are the most basic type of electric filter, consisting of a single resistor and capacitor in series as shown in Figure 2. -
Constant K High Pass Filter
Constant k High Pass Filter Presentation by: S.KARTHIE Assistant Professor/ECE SSN College of Engineering Objective At the end of this section students will be able to understand, • What is a constant k high pass filter section • Characteristic impedance, attenuation and phase constant of high pass filters. • Design equations of high pass filters. High Pass Ladder Networks • A high-pass network arranged as a ladder is shown below. • As mentioned earlier, the repetitive network may be considered as a number of T or ∏ sections in cascade . C C C CC LL L L High Pass Ladder Networks • A T section may be taken from the ladder by removing ABED, producing the high-pass filter section as shown below. AB C CC 2C 2C 2C 2C LL L L D E High Pass Ladder Networks • Similarly, a ∏ section may be taken from the ladder by removing FGHI, producing the high- pass filter section as shown below. F G CCC 2L 2L 2L 2L I H Constant- K High Pass Filter • Constant k HPF is obtained by interchanging Z 1 and Z 2. 1 Z1 === & Z 2 === jωωωL jωωωC L 2 • Also, Z 1 Z 2 === === R k is satisfied. C Constant- K High Pass Filter • The HPF filter sections are 2C 2C C L 2L 2L Constant- K High Pass Filter Reactance curve X Z2 fC f Z1 Z1= -4Z 2 Stopband Passband Constant- K High Pass Filter • The cutoff frequency is 1 fC === 4πππ LC • The characteristic impedance of T and ∏ high pass filters sections are R k 2 Oπππ fC Z === ZOT === R k 1 −−− f 2 f 2 1 −−− C f 2 Constant- K High Pass Filter Characteristic impedance curves ZO ZOπ Nominal R k Impedance ZOT fC Frequency Stopband Passband Constant- K High Pass Filter • The attenuation and phase constants are fC fC ααα === 2cosh −−−1 βββ === −−− 2sin −−−1 f f f C f f ααα −−−πππ f C f βββ f Constant- K High Pass Filter Design equations • The expression for Inductance and Capacitance is obtained using cutoff frequency. -
A Simplified Realization for the Gaussian Filter in Surface Metrology
In X. International Colloquium on Surfaces, Chemnitz (Germany), Jan. 31 - Feb. 02, 2000, M. Dietzsch, H. Trumpold, eds. (Shaker Verlag GmbH, Aachen, 2000), p. 133. A Simplified Realization for the Gaussian Filter in Surface Metrology Y. B. Yuan(1), T.V. Vorburger(2), J. F. Song(2), T. B. Renegar(2) 1 Guest Researcher, NIST; Harbin Institute of Technology (HIT), Harbin, China, 150001; 2 National Institute of Standards and Technology (NIST), Gaithersburg, MD 20899 USA. Abstract A simplified realization for the Gaussian filter in surface metrology is presented in this paper. The sampling function sinu u is used for simplifying the Gaussian function. According to the central limit theorem, when n approaches infinity, the function (sinu u)n approaches the form of a Gaussian function. So designed, the Gaussian filter is easily realized with high accuracy, high efficiency and without phase distortion. The relationship between the Gaussian filtered mean line and the mid-point locus (or moving average) mean line is also discussed. Key Words: surface roughness, mean line, sampling function, Gaussian filter 1. Introduction The Gaussian filter has been recommended by ISO 11562-1996 and ASME B46-1995 standards for determining the mean line in surface metrology [1-2]. Its weighting function is given by 1 2 h(t) = e−π(t / αλc ) , (1) αλc where α = 0.4697 , t is the independent variable in the spatial domain, and λc is the cut-off wavelength of the filter (in the units of t). If we use x(t) to stand for the primary unfiltered profile, m(t) for the Gaussian filtered mean line, and r(t) for the roughness profile, then m(t) = x(t)∗ h(t) (2) and r(t) = x(t) − m(t), (3) where the * represents a convolution of two functions. -
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. -
Chapter 3 FILTERS
Chapter 3 FILTERS Most images are a®ected to some extent by noise, that is unexplained variation in data: disturbances in image intensity which are either uninterpretable or not of interest. Image analysis is often simpli¯ed if this noise can be ¯ltered out. In an analogous way ¯lters are used in chemistry to free liquids from suspended impurities by passing them through a layer of sand or charcoal. Engineers working in signal processing have extended the meaning of the term ¯lter to include operations which accentuate features of interest in data. Employing this broader de¯nition, image ¯lters may be used to emphasise edges | that is, boundaries between objects or parts of objects in images. Filters provide an aid to visual interpretation of images, and can also be used as a precursor to further digital processing, such as segmentation (chapter 4). Most of the methods considered in chapter 2 operated on each pixel separately. Filters change a pixel's value taking into account the values of neighbouring pixels too. They may either be applied directly to recorded images, such as those in chapter 1, or after transformation of pixel values as discussed in chapter 2. To take a simple example, Figs 3.1(b){(d) show the results of applying three ¯lters to the cashmere ¯bres image, which has been redisplayed in Fig 3.1(a). ² Fig 3.1(b) is a display of the output from a 5 £ 5 moving average ¯lter. Each pixel has been replaced by the average of pixel values in a 5 £ 5 square, or window centred on that pixel.