Sampling and Reconstruction Sampled Representations Reconstruction

Total Page:16

File Type:pdf, Size:1020Kb

Sampling and Reconstruction Sampled Representations Reconstruction Sampled representations • How to store and compute with continuous functions? • Common scheme for representation: samples write down the function’s values at many points Sampling and reconstruction CS 4620 Lecture 13 [FvDFH fig.14.14b / Wolberg] [FvDFH fig.14.14b / Cornell CS4620 Fall 2008 Lecture 13 • 1 Cornell CS4620 Fall 2008 Lecture 13 • 2 Reconstruction Filtering • Making samples back into a continuous function • Processing done on a function for output (need realizable method) can be executed in continuous form (e.g. analog circuit) for analysis or processing (need mathematical method) but can also be executed using sampled representation amounts to “guessing” what the function did in between • Simple example: smoothing by averaging [FvDFH fig.14.14b / Wolberg] [FvDFH fig.14.14b / Cornell CS4620 Fall 2008 Lecture 13 • 3 Cornell CS4620 Fall 2008 Lecture 13 • 4 Roots of sampling Sampling in digital audio • Nyquist 1928; Shannon 1949 • Recording: sound to analog to samples to disc famous results in information theory • Playback: disc to samples to analog to sound again • 1940s: !rst practical uses in telecommunications how can we be sure we are !lling in the gaps correctly? • 1960s: !rst digital audio systems • 1970s: commercialization of digital audio • 1982: introduction of the Compact Disc the !rst high-pro!le consumer application • This is why all the terminology has a communications or audio “"avor” early applications are 1D; for us 2D (images) is important Cornell CS4620 Fall 2008 Lecture 13 • 5 Cornell CS4620 Fall 2008 Lecture 13 • 6 Undersampling Undersampling • What if we “missed” things between the samples? • What if we “missed” things between the samples? • Simple example: undersampling a sine wave • Simple example: undersampling a sine wave unsurprising result: information is lost unsurprising result: information is lost surprising result: indistinguishable from lower frequency surprising result: indistinguishable from lower frequency also was always indistinguishable from higher frequencies also was always indistinguishable from higher frequencies aliasing: signals “traveling in disguise” as other frequencies aliasing: signals “traveling in disguise” as other frequencies Cornell CS4620 Fall 2008 Lecture 13 • 7 Cornell CS4620 Fall 2008 Lecture 13 • 7 Undersampling Undersampling • What if we “missed” things between the samples? • What if we “missed” things between the samples? • Simple example: undersampling a sine wave • Simple example: undersampling a sine wave unsurprising result: information is lost unsurprising result: information is lost surprising result: indistinguishable from lower frequency surprising result: indistinguishable from lower frequency also was always indistinguishable from higher frequencies also was always indistinguishable from higher frequencies aliasing: signals “traveling in disguise” as other frequencies aliasing: signals “traveling in disguise” as other frequencies Cornell CS4620 Fall 2008 Lecture 13 • 7 Cornell CS4620 Fall 2008 Lecture 13 • 7 Undersampling Undersampling • What if we “missed” things between the samples? • What if we “missed” things between the samples? • Simple example: undersampling a sine wave • Simple example: undersampling a sine wave unsurprising result: information is lost unsurprising result: information is lost surprising result: indistinguishable from lower frequency surprising result: indistinguishable from lower frequency also was always indistinguishable from higher frequencies also was always indistinguishable from higher frequencies aliasing: signals “traveling in disguise” as other frequencies aliasing: signals “traveling in disguise” as other frequencies Cornell CS4620 Fall 2008 Lecture 13 • 7 Cornell CS4620 Fall 2008 Lecture 13 • 7 Preventing aliasing Preventing aliasing • Introduce lowpass !lters: • Introduce lowpass !lters: remove high frequencies leaving only safe, low frequencies remove high frequencies leaving only safe, low frequencies choose lowest frequency in reconstruction (disambiguate) choose lowest frequency in reconstruction (disambiguate) Cornell CS4620 Fall 2008 Lecture 13 • 8 Cornell CS4620 Fall 2008 Lecture 13 • 8 Linear !ltering: a key idea Convolution warm-up • Transformations on signals; e.g.: • basic idea: de!ne a new function by averaging over a sliding window bass/treble controls on stereo • a simple example to start o#: smoothing blurring/sharpening operations in image editing smoothing/noise reduction in tracking • Key properties linearity: !lter(f + g) = !lter(f) + !lter(g) shift invariance: behavior invariant to shifting the input • delaying an audio signal • sliding an image around • Can be modeled mathematically by convolution Cornell CS4620 Fall 2008 Lecture 13 • 9 Cornell CS4620 Fall 2008 Lecture 13 • 10 Convolution warm-up Convolution warm-up • basic idea: de!ne a new function by averaging over a sliding window • basic idea: de!ne a new function by averaging over a sliding window • a simple example to start o#: smoothing • a simple example to start o#: smoothing Cornell CS4620 Fall 2008 Lecture 13 • 10 Cornell CS4620 Fall 2008 Lecture 13 • 10 Convolution warm-up Convolution warm-up • basic idea: de!ne a new function by averaging over a sliding window • basic idea: de!ne a new function by averaging over a sliding window • a simple example to start o#: smoothing • a simple example to start o#: smoothing Cornell CS4620 Fall 2008 Lecture 13 • 10 Cornell CS4620 Fall 2008 Lecture 13 • 10 Convolution warm-up Discrete convolution • Same moving average operation, expressed mathematically: • Simple averaging: every sample gets the same weight • Convolution: same idea but with weighted average each sample gets its own weight (normally zero far away) • This is all convolution is: it is a moving weighted average Cornell CS4620 Fall 2008 Lecture 13 • 11 Cornell CS4620 Fall 2008 Lecture 13 • 12 Filters Convolution and !ltering • Sequence of weights a[j] is called a filter • Can express sliding average as convolution with a box filter • Filter is nonzero over its region of support • abox = […, 0, 1, 1, 1, 1, 1, 0, …] usually centered on zero: support radius r • Filter is normalized so that it sums to 1.0 this makes for a weighted average, not just any old weighted sum • Most !lters are symmetric about 0 since for images we usually want to treat left and right the same a box !lter Cornell CS4620 Fall 2008 Lecture 13 • 13 Cornell CS4620 Fall 2008 Lecture 13 • 14 Example: box and step Example: box and step Cornell CS4620 Fall 2008 Lecture 13 • 15 Cornell CS4620 Fall 2008 Lecture 13 • 15 Example: box and step Example: box and step Cornell CS4620 Fall 2008 Lecture 13 • 15 Cornell CS4620 Fall 2008 Lecture 13 • 15 Example: box and step Convolution and !ltering • Convolution applies with any sequence of weights • Example: bell curve (gaussian-like) […, 1, 4, 6, 4, 1, …]/16 Cornell CS4620 Fall 2008 Lecture 13 • 15 Cornell CS4620 Fall 2008 Lecture 13 • 16 Convolution and !ltering And in pseudocode… • Convolution applies with any sequence of weights • Example: bell curve (gaussian-like) […, 1, 4, 6, 4, 1, …]/16 Cornell CS4620 Fall 2008 Lecture 13 • 16 Cornell CS4620 Fall 2008 Lecture 13 • 17 Discrete convolution Discrete !ltering in 2D • Notation: • Same equation, one more index • Convolution is a multiplication-like operation commutative associative now the !lter is a rectangle you slide around over a grid of numbers distributes over addition scalars factor out • Commonly applied to images identity: unit impulse e = […, 0, 0, 1, 0, 0, …] blurring (using box, using gaussian, …) sharpening (impulse minus blur) • Conceptually no distinction between !lter and signal • Usefulness of associativity often apply several !lters one after another: (((a * b1) * b2) * b3) this is equivalent to applying one !lter: a * (b1 * b2 * b3) Cornell CS4620 Fall 2008 Lecture 13 • 18 Cornell CS4620 Fall 2008 Lecture 13 • 19 And in pseudocode… [Philip Greenspun] original!!!!|!!!!box blur sharpened!!!!|!!!!gaussian blur Cornell CS4620 Fall 2008 Lecture 13 • 20 Cornell CS4620 Fall 2008 Lecture 13 • 21 Optimization: separable !lters • basic alg. is O(r2): large !lters get expensive fast! • de!nition: a2(x,y) is separable if it can be written as: [Philip Greenspun] this is a useful property for !lters because it allows factoring: original!!!!|!!!!box blur sharpened!!!!|!!!!gaussian blur Cornell CS4620 Fall 2008 Lecture 13 • 21 Cornell CS4620 Fall 2008 Lecture 13 • 22 Separable !ltering Separable !ltering second, convolve with this first, convolve with this first, convolve with this Cornell CS4620 Fall 2008 Lecture 13 • 23 Cornell CS4620 Fall 2008 Lecture 13 • 23 Continuous convolution: warm-up Continuous convolution: warm-up • Can apply sliding-window average to a continuous function just as • Can apply sliding-window average to a continuous function just as well well output is continuous output is continuous integration replaces summation integration replaces summation Cornell CS4620 Fall 2008 Lecture 13 • 24 Cornell CS4620 Fall 2008 Lecture 13 • 24 Continuous convolution: warm-up Continuous convolution: warm-up • Can apply sliding-window average to a continuous function just as • Can apply sliding-window average to a continuous function just as well well output is continuous output is continuous integration replaces summation integration replaces summation Cornell CS4620 Fall 2008 Lecture 13 • 24 Cornell CS4620 Fall 2008 Lecture 13 • 24 Continuous convolution: warm-up Continuous convolution • Can apply sliding-window average to a continuous function just as • Sliding average
Recommended publications
  • Direct (Under)Sampling Vs Analog Downconversion for BPM
    Direct (Under) Sampling vs. Analog Downconversion for BPM Electronics Manfred Wendt CERN Contents • Introduction • BPM Signals – broadband BPM pickups (button & stripline BPMs) – resonant BPM pickups (cavity BPMs) • BPM Signal Processing – Objectives – Pure analog BPM example: Heterodyne receiver – Analog/digital processing of BPM electrode signals – Examples and performance • Summary September 17, 2014 – IBIC 2014 – M. Wendt Page 2 The Ideal BPM Read-out Electronics!? BPM pickup Very short Digital BPM electronics (e.g. button, stripline) coaxial cables (rad-hard, of course!) A DA CD Fiber Beam A FPGA C Link DA DAQ CD C CLK PS September 17, 2014 – IBIC 2014 – M. Wendt Page 3 The Ideal BPM Read-out Electronics!? BPM pickup Very short Digital BPM electronics (e.g. button, stripline) coaxial cables (rad-hard, of course!) A DA CD Fiber Beam A FPGA C Link DA DAQ CD C CLK PS “Ultra” low “Super” ADCs “Monster” FPGA jitter clock! • Time multiplexing of the BPM electrode signals: – Interleaving BPM electrode signals by different cable delays – Requires only a single read-out channel! September 17, 2014 – IBIC 2014 – M. Wendt Page 4 BPM Pickup • The BPM pickup detects the beam positions by means of: – identifying asymmetries of the signal amplitudes from symmetrically arranged electrodes A & B: broadband pickups, e.g. buttons, striplines – Detecting dipole-like eigenmodes of a beam excited, passive resonator: narrowband pickups, e.g. cavity BPM • BPM electrode transfer impedance: A – The beam displacement or sensitivity function s(x,y) is frequency independent for broadband pickups B September 17, 2014 – IBIC 2014 – M. Wendt Page 5 BPM Pickup • The BPM pickup detects the beam positions by means of: – identifying asymmetries of the signal amplitudes from symmetrically arranged electrodes A & B: broadband pickups, e.g.
    [Show full text]
  • Aliasing, Image Sampling and Reconstruction
    https://youtu.be/yr3ngmRuGUc Recall: a pixel is a point… Aliasing, Image Sampling • It is NOT a box, disc or teeny wee light and Reconstruction • It has no dimension • It occupies no area • It can have a coordinate • More than a point, it is a SAMPLE Many of the slides are taken from Thomas Funkhouser course slides and the rest from various sources over the web… Image Sampling Imaging devices area sample. • An image is a 2D rectilinear array of samples • In video camera the CCD Quantization due to limited intensity resolution array is an area integral Sampling due to limited spatial and temporal resolution over a pixel. • The eye: photoreceptors Intensity, I Pixels are infinitely small point samples J. Liang, D. R. Williams and D. Miller, "Supernormal vision and high- resolution retinal imaging through adaptive optics," J. Opt. Soc. Am. A 14, 2884- 2892 (1997) 1 Aliasing Good Old Aliasing Reconstruction artefact Sampling and Reconstruction Sampling Reconstruction Slide © Rosalee Nerheim-Wolfe 2 Sources of Error Aliasing (in general) • Intensity quantization • In general: Artifacts due to under-sampling or poor reconstruction Not enough intensity resolution • Specifically, in graphics: Spatial aliasing • Spatial aliasing Temporal aliasing Not enough spatial resolution • Temporal aliasing Not enough temporal resolution Under-sampling Figure 14.17 FvDFH Sampling & Aliasing Spatial Aliasing • Artifacts due to limited spatial resolution • Real world is continuous • The computer world is discrete • Mapping a continuous function to a
    [Show full text]
  • Sampling PAM- Pulse Amplitude Modulation (Continued)
    Sampling PAM- Pulse Amplitude Modulation (continued) EELE445-14 Lecture 14 Sampling Properties will be looking at for: •Impulse Sampling •Natural Sampling •Rectangular Sampling 1 Figure 2–18 Impulse sampling. Impulse Sampling 2 Ts ∞ ∞ δ ()t = δ (t − nT ) ⇒ D + D cos(nω t +ϕ ) Ts ∑ s 0 ∑ n s n n=−∞ n=1 2π 1 2 ϕn = 0 ωs = D0 = Dn = Ts Ts Ts 1 δ ()t = []1+ 2cos(ω t) + 2cos(2ω t) + 2cos(3ω t) + Ts s s s L Ts 2 Impulse Sampling ws (t) ∞ δ ()t = δ (t − nT ) Ts ∑ s n=−∞ w(t) w (t) = w(t)δ ()t = []1+ 2cos(ω t) + 2cos(2ω t) + 2cos(3ω t) + s Ts s s s L Ts 1 ∞ Ws ( f ) = F[]ws (t) = ∑W ( f − nf s ) Ts n=−∞ Impulse Sampling- text ∞ w (t) = w(t) δ (t − nT ) s ∑n=−∞ s ∞ = w(nT )δ (t − nT ) eq2 −171 ∑n=−∞ s s subsituting , ∞ 1 w (t) = w(t) e jnωst s ∑n=−∞ Ts 1 ∞ W ( f ) = W ( f − nf ) s ∑n=−∞ s Ts 3 Impulse Sampling The spectrum of the impuse sampled signal is the spectrum of the unsampled signal that is repeated every fs Hz, where fs is the sampling frequency or rate (samples/sec). This is one of the basic principles of digital signal processing. Note: This technique of impulse sampling is often used to translate the spectrum of a signal to another frequency band that is centered on a harmonic of the sampling frequency, fs. If fs>=2B, (see fig 2-18), the replicated spectra around each harmonic of fs do not overlap, and the original spectrum can be regenerated with an ideal LPF with a cutoff of fs/2.
    [Show full text]
  • Why Use Oversampling When Undersampling Can Do the Job? (Rev. A)
    Application Report SLAA594A–June 2013–Revised July 2013 Why Oversample when Undersampling can do the Job? Purnachandar Poshala.................................................................................................. High Speed DC ABSTRACT System designers most often tend to use ADC sampling frequency as twice the input signal frequency. As an example, for a signal with 70-MHz input signal frequency with 20-MHz signal bandwidth, system designers often use more than 140 MSPS sampling rate for ADC even though anything above 40 MSPS is sufficient as the sampling rate. Oversampling unnecessarily increases the ADC output data rate and creates setup and hold-time issues, increases power consumption, increases ADC cost and also FPGA cost, as it has to capture high speed data. This application note describes oversampling and undersampling techniques, analyzes the disadvantages of oversampling and provides the key design considerations for achieving the required ADC dynamic performance working with undersampling. Contents 1 Introduction .................................................................................................................. 2 1.1 What is Oversampling? ........................................................................................... 2 1.2 What is Undersampling? .......................................................................................... 2 2 Oversampling Disadvantages ............................................................................................. 2 2.1 Higher Sampling Rate Increases
    [Show full text]
  • Nyquist Sampling Theorem
    Nyquist Sampling Theorem By: Arnold Evia Table of Contents • What is the Nyquist Sampling Theorem? • Bandwidth • Sampling • Impulse Response Train • Fourier Transform of Impulse Response Train • Sampling in the Fourier Domain o Sampling cases • Review What is the Nyquist Sampling Theorem? • Formal Definition: o If the frequency spectra of a function x(t) contains no frequencies higher than B hertz, x(t) is completely determined by giving its ordinates at a series of points spaced 1/(2B) seconds apart. • In other words, to be able to accurately reconstruct a signal, samples must be recorded every 1/(2B) seconds, where B is the bandwidth of the signal. Bandwidth • There are many definitions to bandwidth depending on the application • For signal processing, it is referred to as the range of frequencies above 0 (|F(w)| of f(t)) Bandlimited signal with bandwidth B • Signals that have a definite value for the highest frequency are bandlimited (|F(w)|=0 for |w|>B) • In reality, signals are never bandlimited o In order to be bandlimited, the signal must have infinite duration in time Non-bandlimited signal (representative of real signals) Sampling • Sampling is recording values of a function at certain times • Allows for transformation of a continuous time function to a discrete time function • This is obtained by multiplication of f(t) by a unit impulse train Impulse Response Train • Consider an impulse train: • Sometimes referred to as comb function • Periodic with a value of 1 for every nT0, where n is integer values from -∞ to ∞, and 0 elsewhere Fourier Transform of Impulse Train InputSet upthe Equations function into the SolveSolve Dn for for one Dn period SubstituteUnderstand Dn into Answerfirst equation fourier transform eqs.
    [Show full text]
  • Study on a Multiple Signal Receiver Using Undersampling Scheme
    STUDY ON A MULTIPLE SIGNAL RECEIVER USING UNDERSAMPLING SCHEME Yoshio Kunisawa (KDDI R&D Laboratories, kamifukuoka, saitama, JAPAN; [email protected]) ABSTRACT computational method for a sampling frequency of RF undersampling was proposed to sample and receive the Making use of multiple communication services is desired signals of multiple communication systems simultaneously at mobile terminals for various applications. Software using single ADC. The paper presents the conditions needed Defined Radio (SDR) technology is the focus of much to avoid the influences of interference from the aliasing attention to realize such terminals [1], [2]. Multi-band and signal of the other systems. Using the proposed schemes, multi-signal receivers are investigated to realize such individual channels from multiple communication systems terminals. Undersampling is a potential method for can be received by one ADC. However, the sampling simultaneous receiving of multi-band and multiple signals frequency becomes higher when receiving the signal of a by selecting suitable sampling frequency. However, the communication system that occupies a wide bandwidth. sampling frequency becomes higher when receiving the In this paper, a new frequency selection scheme is signal of a communication system that occupies a wide proposed to solve the aforementioned problem, which also bandwidth. This paper presents a novel sampling frequency avoids interference with a desired transmitting channel. The selection scheme that enables selection of a lower sampling scheme offers a sampling frequency selection method frequency by receiving at least the desired transmission according to the bandwidth of a transmitting channel, and channels in the wireless system signals. not heavily dependent on system bandwidth.
    [Show full text]
  • Digital Signal Processing Mathematics
    Digital signal processing mathematics M. Hoffmann DESY, Hamburg, Germany Abstract Modern digital signal processing makes use of a variety of mathematical tech- niques. These techniques are used to design and understand efficient filters for data processing and control. In an accelerator environment, these tech- niques often include statistics, one-dimensional and multidimensional trans- formations, and complex function theory. The basic mathematical concepts are presented in four sessions including a treatment of the harmonic oscillator, a topic that is necessary for the afternoon exercise sessions. 1 Introduction Digital signal processing requires the study of signals in a digital representation and the methods to in- terpret and utilize these signals. Together with analog signal processing, it composes the more general modern methodology of signal processing. Although the mathematics that are needed to understand most of the digital signal processing concepts were developed a long time ago, digital signal processing is still a relatively new methodology. Many digital signal processing concepts were derived from the analog signal processing field, so you will find a lot of similarities between the digital and analog signal pro- cessing. Nevertheless, some new techniques have been necessitated by digital signal processing, hence, the mathematical concepts treated here have been developed in that direction. The strength of digital signal processing currently lies in the frequency regimes of audio signal processing, control engineering, digital image processing, and speech processing. Radar signal processing and communications signal processing are two other subfields. Last but not least, the digital world has entered the field of accel- erator technology. Because of its flexibilty, digital signal processing and control is superior to analog processing or control in many growing areas.
    [Show full text]
  • Digitizing and Sampling
    F Digitizing and Sampling Introduction. 152 Preface to the Series . 153 Under-Sampling . 154 Under-Sampling . 154 Digitizer and Sampler . 155 Aliasing . 157 Coherent Condition . 160 Waveform Reconstruction. 162 151 Appendix F Introduction This appendix reprints a white paper that was written by Hideo Okawara of Verigy Japan, in December of 2008, entitled "Mixed Signal Lecture Series DSP-Based Testing -- Fundamentals 8 Under Sampling". It is presented here to give more background information about the difference between digitizing and sampling. 152 Digitizing and Sampling Preface to the Series ADC and DAC are the most typical mixed signal devices. In mixed signal testing, the analog stimulus signal is generated by an arbitrary waveform generator (AWG) which employs a D/A converter inside, and the analog signal is measured by a digitizer or a sampler which employs an A/D converter inside. The stimulus signal is created with mathematical method, and the measured signal is processed with mathematical method, extracting various parameters. It is based on digital signal processing (DSP) so that our test methodologies are often called DSP-based testing. Test/application engineers in the mixed signal field should have a thorough knowledge about DSP-based testing. FFT (Fast Fourier Transform) is the most powerful tool here. This corner will deliver a series of fundamental knowledge of DSP-based testing, especially FFT and its related topics. It will help test/application engineers comprehend what the DSP-based testing is and assorted techniques. 153 Appendix F Under-Sampling You may remember one of the fundamental theories discussed in the first article -- “Nyquist Theory.” If your signal is band-limited, when you would sample it with the frequency more than twice the maximum frequency of the band, all characteristic information of the signal is stored in the discrete time data stream.
    [Show full text]
  • Nyquist–Shannon Sampling Theorem
    Nyquist{Shannon sampling theorem Emiel Por, Maaike van Kooten & Vanja Sarkovic May 2019 1 Theory 1.1 The Nyquist-Shannon sampling theorem The Nyquist theorem describes how to sample a signal or waveform in such a way as to not lose information. Suppose that we have a bandlimited signal X(t). Bandlimited means that if we were to take the Fourier transform of this signal, X^(f) = FfX(t)g, there would be a certain fmax for which jX^(f)j = 0 8 jfj > fmax; (1) so that there is no power in the signal beyond the maximum frequency fmax. The Nyquist theorem then states that if we were to sample this signal we would need samples with a frequency larger than twice the maximum frequency contained in the signal, that is fsample ≥ 2fmax: (2) If this is the case, we have not lost any information during the sampling process and we could theoretically reconstruct the original signal from the sampled signal. Alternatively we can define a Nyquist frequency based on a certain sampling frequency: 1 fNyquist = 2 fsample: (3) Any signals that contain frequencies higher than this Nyquist frequency cannot be perfectly reconstructed from the sampled signal, and are called undersampled. If our signal only contains frequencies smaller than the Nyquist frequency, we can perfectly reconstruct the original signal given the sampled signal, and we are oversampled. When our signal is bandlimited to a frequency equal to the Nyquist frequency, we are critically sampled. It is sometimes useful to state the Nyquist theorem in a different way. Sup- pose we have a certain bandlimited signal with a maximum frequency fmax.
    [Show full text]
  • EE247 Lecture 12 • Administrative Issues § Midterm Exam Oct
    EE247 Lecture 12 • Administrative issues § Midterm exam Oct. 20th o You can only bring one 8x11 paper with your own written notes (please do not copy) o No books, class or any other kind of handouts/notes, calculators, computers, PDA, cell phones.... o Midterm includes material covered to end of lecture 14 – EE247 final exam date has changed to: December 13th, 12:30-3:30 pm (group 2)- please check your other class finals to ensure no conflict EECS 247 Lecture 12: Data Converters © 2005 H. K. Page 1 EE247 Lecture 12 Today: – Summary switched-capacitor filters – Comparison of various filter topologies – Data converters EECS 247 Lecture 12: Data Converters © 2005 H. K. Page 2 SC Filter Summary ü Pole and zero frequencies proportional to – Sampling frequency fs – Capacitor ratios Ø High accuracy and stability in response Ø Long time constants realizable without large R, C ü Compatible with transconductance amplifiers – Reduced circuit complexity, power dissipation ü Amplifier bandwidth requirements less stringent compared to CT filters (low frequencies only) L Issue: Sampled-data filters à require anti-aliasing prefiltering EECS 247 Lecture 12: Data Converters © 2005 H. K. Page 3 Summary Filter Performance versus Filter Topology Max. Usable SNDR Freq. Freq. Bandwidth tolerance tolerance w/o tuning + tuning Opamp-RC ~10MHz 60-90dB +-30-50% 1-5% Opamp- ~ 5MHz 40-60dB +-30-50% 1-5% MOSFET-C Opamp- ~ 5MHz 50-90dB +-30-50% 1-5% MOSFET-RC Gm-C ~ 100MHz 40-70dB +-40-60% 1-5% Switched ~ 10MHz 40-90dB <<1% _ Capacitor EECS 247 Lecture 12: Data Converters © 2005 H.
    [Show full text]
  • Undersampling RF-To-Digital CT Σ∆ Modulator with Tunable Notch Frequency and Simplified Raised-Cosine FIR Feedback DAC
    Undersampling RF-to-Digital CT Σ∆ Modulator with Tunable Notch Frequency and Simplified Raised-Cosine FIR Feedback DAC Sohail Asghar, Roc´ıo del R´ıo and Jose´ M. de la Rosa Instituto de Microelectronica´ de Sevilla, IMSE-CNM (CSIC/Universidad de Sevilla) C/Americo´ Vespucio, 41092 Sevilla, SPAIN E-mail: [asghar,rocio,jrosa]@imse-cnm.csic.es Abstract—This paper presents a continuous-time fourth-order [5] and undersampling or subsampling [2], [3], [7], [9], [10]. Σ∆ band-pass Modulator for digitizing radio-frequency signals The latter allows to digitize RF signals placed at fRF > fs=2 in software-defined-radio mobile systems. The modulator archi- (with f being the sampling frequency), while still keeping tecture is made up of two resonators and a 16-level quantizer s in the feedforward path and a raised-cosine finite-impulsive- high values of the OverSampling Ratio (OSR), since the signal response feedback DAC. The latter is implemented with a reduced bandwidth is typically Bw (fRF; fs) [9], [10]. number of filter coefficients as compared to previous approaches, The performance of undersampling Σ∆Ms is mainly de- which allows to increase the notch frequency programmability graded by two major limiting factors. One is the attenuation from 0:0375fs to 0:25fs, while keeping stability and robustness of the RF alias signal in the Nyquist band and the other is to circuit-element tolerances. These features are combined with undersampling techniques to achieve an efficient and robust the reduction of the quality factor of the noise transfer func- digitization of 0.455-to-5GHz signals with scalable 8-to-15bit tion.
    [Show full text]
  • SIGNALS and SYSTEMS LABORATORY 10: Sampling, Reconstruction, and Rate Conversion
    SIGNALS AND SYSTEMS LABORATORY 10: Sampling, Reconstruction, and Rate Conversion INTRODUCTION Digital signal processing is preferred over analog signal processing when it is feasible. Its advantages are that the quality can be precisely controlled (via wordlength and sampling rate), and that changes in the processing algorithm are made in software. Its disadvantages are that it may be more expensive and that speed or throughput is limited. Between samples, several multiplications, additions, and other numerical operations need to be performed. This limits sampling rate, which in turn limits the bandwidth of signals that can be processed. For example, the standard for high fidelity audio is 44,100 samples per second. This limits bandwidth to below the half-sampling frequency of about f0 / 2 = 22 kHz, and gives the processor only 22.7 microseconds between samples for its computations. It should be noted here that the half-sampling frequency f0 / 2 may also be referred to as the Nyquist frequency and the sampling rate f0 may be referred to as either the Nyquist sampling rate, Shannon sampling rate, or critical sampling rate. In order to do digital signal processing of analog signals, one must first sample. After the processing is completed, a continuous time signal must be constructed. The particulars of how this is done are addressed in this lab. We will examine i. aliasing of different frequencies separated by integer multiples of the sampling frequency, ii. techniques of digital interpolation to increase the sampling rate (upsampling) and convert to continuous time, iii. sample rate conversion using upsampling followed by downsampling. The highest usable frequency in digital signal processing is one half the sampling frequency.
    [Show full text]