2 Frequency-Domain Analysis

Size: px
Start display at page:

Download "2 Frequency-Domain Analysis"

Transcription

1 2 requency-domain Analysis Electrical engineers live in the two worlds, so to speak, of time and frequency. requency-domain analysis is an extremely valuable tool to the communications engineer, more so perhaps than to other systems analysts. Since the communications engineer is concerned primarily with signal bandwidths and signal locations in the frequency domain, rather than with transient analysis, the essentially steady-state approach of the (complex exponential) ourier series and transforms is used rather than the Laplace transform. 2. Math background 2.. Euler s formula: e jx = cos x + j sin x. () cos (A) = Re { e ja} = 2 ( e ja + e ja) (2) sin (A) = Im { e ja} = 2j ( e ja e ja). (3) ( 2.2. We can use cos x = 2 e jx + e jx) and sin x = 2j many trigonometric identities. See Example 2.4. ( e jx e jx) to derive Example 2.3. Use the Euler s formula to show that d dx sin x = cos x. Example 2.4. Use the Euler s formula to show that cos 2 (x) = 2 (cos(2x) + ). 5

2 2.5. Similar technique gives (a) cos( x) = cos(x), (b) cos ( x 2) π = sin(x), (c) sin 2 x = 2 ( cos (2x)) (d) sin(x) cos(x) = 2 sin(2x), and (e) the product-to-sum formula cos(x) cos(y) = (cos(x + y) + cos(x y)). (4) Continuous-Time ourier Transform Definition 2.6. The (direct) ourier transform of a signal g(t) is defined by + G(f) = g(t)e j2πft dt (5) This provides the frequency-domain description of g(t). Conversion back to the time domain is achieved via the inverse (ourier) transform: g (t) = G (f) e j2πft df (6) We may combine (5) and (6) into one compact formula: G (f) e j2πft df = g (t) G (f) = g (t) e j2πft dt. (7) We may simply write G = {g} and g = {G}. Note that G() = g(t)dt and g() = G(f)df. 6

3 2.7. In some references 5, the (direct) ourier transform of a signal g(t) is defined by In which case, we have 2π Ĝ(ω) = + Ĝ (ω) e jωt dω = g (t) Ĝ (ω) = g(t)e jωt dt (8) g (t) e jωt dt (9) In MATLAB, these calculations are carried out via the commands fourier and ifourier. Note that Ĝ() = g(t)dt and g() = 2π Ĝ(ω)dω. The relationship between G(f) in (5) and Ĝ(ω) in (8) is given by G(f) = Ĝ(ω) ω=2πf () Ĝ(ω) = G(f) f= ω 2π () Before we introduce our first but crucial transform pair in Example 2.2 which will involve rectangular function, we want to introduce the indicator function which gives compact representation of the rectangular function. We will see later that the transform of the rectangular function gives a sinc function. Therefore, we will also introduce the sinc function as well. Definition 2.8. An indicator function gives only two values: or. It is usually written in the form [some condition(s) involving t]. Its value at a particular t is one if and only if the condition(s) inside is satisfied for that t. or example, {, a t a, [ t a] =, otherwise. 5 MATLAB uses this definition. 7

4 Alternatively, we can use a set to specify the values of t at which the indicator function gives the value : {, t A, A (t) =, t / A. In particular, the set A can be some intervals: {, a t a, [ a,a] (t) =, otherwise, and [ a,b] (t) = {, a t b,, otherwise. Example 2.9. Carefully sketch the function g(t) = [ t 5] Definition 2.. Rectangular pulse [3, Ex 2.2 p 45]: (t) = [ t.5] = [.5,.5] (t) This is a pulse of unit height and unit width, centered at the origin. Hence, it is also known as the unit gate function rect (x) [4, p 78]. In [3], the values of the pulse (t) at.5 and.5 are not specified. However, in [4], these values are defined to be.5. In MATLAB, the function rectangularpulse(t) can be used to produce 6 the unit gate function above. More generally, we can produce a rectangular pulse whose rising edge is at a and falling edge is at b via rectangularpulse(a,b,t). ( ) t T = [ ] t T 2 = [ T 2, T 2 ] (t) Observe that T is the width of the pulse. 6 Note that rectangularpulse(-.5) and rectangularpulse(.5) give.5 in MATLAB. 8

5 sinc function Definition 2.. The function sinc(x) (sin x)/x (2) is plotted in igure 2. cos sin / / - sinc igure 2: Sinc function This function plays an important role in signal processing. It is also known as the filtering or interpolating function. The full name of the function is sine cardinal 7. Using L Hôpital s rule, we find lim x sinc(x) =. sinc(x) is the product of an oscillating signal sin(x) (of period 2π) and a monotonically decreasing function /x. Therefore, sinc(x) exhibits sinusoidal oscillations of period 2π, with amplitude decreasing continuously as /x. Its zero crossings are at all non-zero integer multiples of π. 7 which corresponds to the Latin name sinus cardinalis. It was introduced by Woodward in his 952 paper Information theory and inverse probability in telecommunication [], in which he noted that it occurs so often in ourier analysis and its applications that it does seem to merit some notation of its own 9

6 In MATLAB, in [3, p 37], in [2, eq. 2.64], and in [], sinc(x) is defined as (sin(πx))/πx. In which case, its zero crossings are at non-zero integer values of its argument. This is sometimes called the normalized sinc function to distinguish it from (2) which is unnormalized. Example 2.2. Rectangular function and Sinc function: [ t a] sin(2πf a) πf = 2 sin (aω) ω = 2a sinc (aω) (3) sinc 2 ( π ft) f 2 f t ω 2 π f 2 f 2 f 2π f f 2 f ω f T 2 T T 2 t sinc T T ω 2 T 2π T Tsinc ( π T f ) T T ω f igure 3: ourier transform of sinc and rectangular functions By setting a = T /2, we have [ t T 2 ] In particular, when T =, we have rect (t) T sinc(πt f). (4) sinc(πt). transform of the unit gate function is the normalized sinc function. The ourier

7 Definition 2.3. The (Dirac) delta function or (unit) impulse function is denoted by δ(t). It is usually depicted as a vertical arrow at the origin. Note that δ(t) is not 8 a true function; it is undefined at t =. We define δ(t) as a generalized function which satisfies the sampling property (or sifting property) for any function φ(t) which is continuous at t =. φ(t)δ(t)dt = φ() (5) In this way, the delta function has no mathematical or physical meaning unless it appears under the operation of integration. Intuitively we may visualize δ(t) as an infinitely tall, infinitely narrow rectangular pulse of unit area: lim ε ε [ t 2] ε Properties of δ(t): δ(t) = for t. δ(t T ) = for t T. A δ(t)dt = A(). (a) δ(t)dt =. (b) {} δ(t)dt =. (c) x δ(t)dt = [, )(x). Hence, we may think of δ(t) as the derivative of the unit step function U(t) = [, ) (x) [, Defn 3.3 p 26]. g(t)δ(t c)dt = g(c) for g continuous at T. In fact, for any ε >, Convolution 9 property: T +ε T ε (δ g)(t) = (g δ)(t) = gt)δ(t c)dt = g(c). where we assume that φ is continuous at t. g(τ)δ(t τ)dτ = φ(t) (6) 8 The δ-function is a distribution, not a function. In spite of that, it s always called δ-function. 9 See Definition 2.34.

8 δ(at) = a δ(t). In particular, δ(ω) = δ(f) (7) 2π and δ(ω ω ) = δ(2πf 2πf ) = 2π δ(f f ), (8) where ω = 2πf and ω = 2πf. Example δ (t)dt = and 2 δ (t)dt =. Example δ (t)dt = Example 2.7. δ(t). Example 2.8. e j2πf t δ (f f ). Example 2.9. e jω t Example 2.2. e j4πt 2πδ (ω ω ). 2

9 Example 2.2. cos(2πt) cos(2πf t) 2 (δ (f f ) + δ (f + f )). Example cos(2t) Example cos (2πt) + cos (4πt) ourier transform: Example Example cos (t) 3 cos (3t) + 5 cos (5t) t cos 3 cos 3 cos 5 f t Example cos 2 (2πt) 3

10 Example cos (2πt) cos (4πt) Conjugate symmetry : If g(t) is real-valued, then G( f) = (G(f)) (a) Even amplitude symmetry: G ( f) = G (f) (b) Odd phase symmetry: G ( f) = G (f) Observe that if we know X(f) for all f positive, we also know X(f) for all f negative. Interpretation: Only half of the spectrum contains all of the information. Positive-frequency part of the spectrum contains all the necessary information. The negative-frequency half of the spectrum can be determined by simply complex conjugating the positive-frequency half of the spectrum. urthermore, (a) If g(t) is real and even, then so is G(f). (b) If g(t) is real and odd, then G(f) is pure imaginary and odd. Hermitian symmetry in [3, p 48] and [7, p 7 ]. 4

11 2.29. Shifting properties Time-shift: g (t t ) e j2πft G (f) Note that e j2πft =. So, the spectrum of g (t t ) looks exactly the same as the spectrum of g(t) (unless you also look at their phases). requency-shift (or modulation): e j2πft g (t) G (f f ) 2.3. Let g(t), g (t), and g 2 (t) denote signals with G(f), G (f), and G 2 (f) denoting their respective ourier transforms. (a) Superposition theorem (linearity): a g (t) + a 2 g 2 (t) a G (f) + a 2 G 2 (f). (b) Scale-change theorem (scaling property [4, p 88]): ( ) f g(at) a G. a The function g(at) represents the function g(t) compressed in time by a factor a (when a > l). Similarly, the function G(f/a) represents the function G(f) expanded in frequency by the same factor a. 5

12 The scaling property says that if we squeeze a function in t, its ourier transform stretches out in f. It is not possible to arbitrarily concentrate both a function and its ourier transform. Generally speaking, the more concentrated g(t) is, the more spread out its ourier transform G(f) must be. This trade-off can be formalized in the form of an uncertainty principle. See also 2.4 and 2.4. Intuitively, we understand that compression in time by a factor a means that the signal is varying more rapidly by the same factor. To synthesize such a signal, the frequencies of its sinusoidal components must be increased by the factor a, implying that its frequency spectrum is expanded by the factor a. Similarly, a signal expanded in time varies more slowly; hence, the frequencies of its components are lowered, implying that its frequency spectrum is compressed. (c) Duality theorem (Symmetry Property [4, p 86]): G(t) g( f). In words, for any result or relationship between g(t) and G(f), there exists a dual result or relationship, obtained by interchanging the roles of g(t) and G(f) in the original result (along with some minor modifications arising because of a sign change). In particular, if the ourier transform of g(t) is G(f), then the ourier transform of G(f) with f replaced by t is the original timedomain signal with t replaced by f. If we use the ω-definition (8), we get a similar relationship with an extra factor of 2π: Ĝ(t) 2πg( ω). Example 2.3. g(t) = cos(2πaf t) 2 (δ(f af ) + δ(f + af )). 6

13 Example rom Example 2.2, we know that By the duality theorem, we have which is the same as [ t a] 2a sinc (2πaf) (9) 2a sinc(2πat) [ f a], sinc(2πf t) Both transform pairs are illustrated in igure 3. 2f [ f f ]. (2) Example Let s try to derive the time-shift property from the frequencyshift property. We start with an arbitrary function g(t). Next we will define another function x(t) by setting X(f) to be g(f). Note that f here is just a dummy variable; we can also write X(t) = g(t). Applying the duality theorem to the transform pair x(t) X(f), we get another transform pair X(t) x( f). The LHS is g(t); therefore, the RHS must be G(f). This implies G(f) = x( f). Next, recall the frequency-shift property: The duality theorem then gives e j2πct x (t) X (f c). X (t c) ej2πc f x ( f). Replacing X(t) by g(t) and x( f) by G(f), we finally get the time-shift property. Definition The convolution of two signals, g (t) and g 2 (t), is a new function of time, g(t). We write g = g g 2. It is defined as the integral of the product of the two functions after one is reversed and shifted: g(t) = (g g 2 )(t) (2) = + g (µ)g 2 (t µ)dµ = 7 + g (t µ)g 2 (µ)dµ. (22)

14 Note that t is a parameter as far as the integration is concerned. The integrand is formed from g and g 2 by three operations: (a) time reversal to obtain g 2 ( µ), (b) time shifting to obtain g 2 ( (µ t)) = g 2 (t µ), and (c) multiplication of g (µ) and g 2 (t µ) to form the integrand. In some references, (2) is expressed as g(t) = g (t) g 2 (t). Example We can get a triangle from convolution of two rectangular waves. In particular, [ t a] [ t a] = (2a t ) [ t 2a] Convolution theorem: (a) Convolution-in-time rule: g g 2 G G 2. (23) (b) Convolution-in-frequency rule: g g 2 G G 2. (24) Example We can use the convolution theorem to prove the frequencysift property in

15 2.38. rom the convolution theorem, we have g 2 G G if g is band-limited to B, then g 2 is band-limited to 2B Parseval s theorem (Rayleigh s energy theorem, Plancherel formula) for ourier transform: + g(t) 2 dt = + G(f) 2 df. (25) The LHS of (25) is called the (total) energy of g(t). On the RHS, G(f) 2 is called the energy spectral density of g(t). By integrating the energy spectral density over all frequency, we obtain the signal s total energy. The energy contained in the frequency band B can be found from the integral B G(f) 2 df. More generally, ourier transform preserves the inner product [2, Theorem 2.2]: g, g 2 = g (t)g 2(t)dt = G (f)g 2(f)df = G, G (Heisenberg) Uncertainty Principle [2, 9]: Suppose g is a function which satisfies the normalizing condition g 2 2 = g(t) 2 dt = which automatically implies that G 2 2 = G(f) 2 df =. Then ( ) ( t 2 g(t) 2 dt ) f 2 G(f) 2 df 6π2, (26) and equality holds if and only if g(t) = Ae Bt2 where B > and A 2 = 2B/π. In fact, we have ( ) ( t 2 g(t t ) 2 dt for every t, f. ) f 2 G(f f ) 2 df 6π 2, The proof relies on Cauchy-Schwarz inequality. 9

16 t or any function h, define its dispersion h as 2 h(t) 2 dt h(t) 2. Then, we can dt apply (26) to the function g(t) = h(t)/ h 2 and get h H 6π A signal cannot be simultaneously time-limited and band-limited. Proof. Suppose g(t) is simultaneously () time-limited to T and (2) bandlimited to B. Pick any positive number T s and positive integer K such that f s = T s > 2B and K > T T s. The sampled signal g Ts (t) is given by g Ts (t) = k g[k]δ (t kt s ) = K k= K g[k]δ (t kt s ) where g[k] = g (kt s ). Now, because we sample the signal faster than the Nyquist rate, we can reconstruct the signal g by producing g Ts h r where the LP h r is given by H r (ω) = T s [ω < 2πf c ] with the restriction that B < f c < T s B. In frequency domain, we have G(ω) = K k= K g[k]e jkωt s H r (ω). Consider ω inside the interval I = (2πB, 2πf c ). Then, ω>2πb = G(ω) ω<2πf c = T s K k= K g (kt s ) e jkωt s K z=ejωts = T s k= K g (kt s ) z k (27) Because z, we can divide (27) by z K and then the last term becomes a polynomial of the form a 2K z 2K + a 2K z 2K + + a z + a. By fundamental theorem of algebra, this polynomial has only finitely many roots that is there are only finitely many values of z = e jωt s which satisfies (27). Because there are uncountably many values of ω in the interval I and hence uncountably many values of z = e jωt s which satisfy (27), we have a contradiction. 2

17 2.42. The observation in 2.4 raises concerns about the signal and filter models used in the study of communication systems. Since a signal cannot be both bandlimited and timelimited, we should either abandon bandlimited signals (and ideal filters) or else accept signal models that exist for all time. On the one hand, we recognize that any real signal is timelimited, having starting and ending times. On the other hand, the concepts of bandlimited spectra and ideal filters are too useful and appealing to be dismissed entirely. The resolution of our dilemma is really not so difficult, requiring but a small compromise. Although a strictly timelimited signal is not strictly bandlimited, its spectrum may be negligibly small above some upper frequency limit B. Likewise, a strictly bandlimited signal may be negligibly small outside a certain time interval t t t 2. Therefore, we will often assume that signals are essentially both bandlimited and timelimited for most practical purposes. 2

2 Frequency-Domain Analysis

2 Frequency-Domain Analysis 2 requency-domain Analysis Electrical engineers live in the two worlds, so to speak, o time and requency. requency-domain analysis is an extremely valuable tool to the communications engineer, more so

More information

ENSC327 Communications Systems 2: Fourier Representations. Jie Liang School of Engineering Science Simon Fraser University

ENSC327 Communications Systems 2: Fourier Representations. Jie Liang School of Engineering Science Simon Fraser University ENSC327 Communications Systems 2: Fourier Representations Jie Liang School of Engineering Science Simon Fraser University 1 Outline Chap 2.1 2.5: Signal Classifications Fourier Transform Dirac Delta Function

More information

ENSC327 Communications Systems 2: Fourier Representations. School of Engineering Science Simon Fraser University

ENSC327 Communications Systems 2: Fourier Representations. School of Engineering Science Simon Fraser University ENSC37 Communications Systems : Fourier Representations School o Engineering Science Simon Fraser University Outline Chap..5: Signal Classiications Fourier Transorm Dirac Delta Function Unit Impulse Fourier

More information

Lecture 8 ELE 301: Signals and Systems

Lecture 8 ELE 301: Signals and Systems Lecture 8 ELE 30: Signals and Systems Prof. Paul Cuff Princeton University Fall 20-2 Cuff (Lecture 7) ELE 30: Signals and Systems Fall 20-2 / 37 Properties of the Fourier Transform Properties of the Fourier

More information

Summary of Fourier Transform Properties

Summary of Fourier Transform Properties Summary of Fourier ransform Properties Frank R. Kschischang he Edward S. Rogers Sr. Department of Electrical and Computer Engineering University of oronto January 7, 207 Definition and Some echnicalities

More information

Signals and Systems: Part 2

Signals and Systems: Part 2 Signals and Systems: Part 2 The Fourier transform in 2πf Some important Fourier transforms Some important Fourier transform theorems Convolution and Modulation Ideal filters Fourier transform definitions

More information

Figure 3.1 Effect on frequency spectrum of increasing period T 0. Consider the amplitude spectrum of a periodic waveform as shown in Figure 3.2.

Figure 3.1 Effect on frequency spectrum of increasing period T 0. Consider the amplitude spectrum of a periodic waveform as shown in Figure 3.2. 3. Fourier ransorm From Fourier Series to Fourier ransorm [, 2] In communication systems, we oten deal with non-periodic signals. An extension o the time-requency relationship to a non-periodic signal

More information

Lecture 7 ELE 301: Signals and Systems

Lecture 7 ELE 301: Signals and Systems Lecture 7 ELE 30: Signals and Systems Prof. Paul Cuff Princeton University Fall 20-2 Cuff (Lecture 7) ELE 30: Signals and Systems Fall 20-2 / 22 Introduction to Fourier Transforms Fourier transform as

More information

2.1 Basic Concepts Basic operations on signals Classication of signals

2.1 Basic Concepts Basic operations on signals Classication of signals Haberle³me Sistemlerine Giri³ (ELE 361) 9 Eylül 2017 TOBB Ekonomi ve Teknoloji Üniversitesi, Güz 2017-18 Dr. A. Melda Yüksel Turgut & Tolga Girici Lecture Notes Chapter 2 Signals and Linear Systems 2.1

More information

EA2.3 - Electronics 2 1

EA2.3 - Electronics 2 1 In the previous lecture, I talked about the idea of complex frequency s, where s = σ + jω. Using such concept of complex frequency allows us to analyse signals and systems with better generality. In this

More information

Chapter 4 The Fourier Series and Fourier Transform

Chapter 4 The Fourier Series and Fourier Transform Chapter 4 The Fourier Series and Fourier Transform Representation of Signals in Terms of Frequency Components Consider the CT signal defined by N xt () = Acos( ω t+ θ ), t k = 1 k k k The frequencies `present

More information

Fourier Series. Spectral Analysis of Periodic Signals

Fourier Series. Spectral Analysis of Periodic Signals Fourier Series. Spectral Analysis of Periodic Signals he response of continuous-time linear invariant systems to the complex exponential with unitary magnitude response of a continuous-time LI system at

More information

2.161 Signal Processing: Continuous and Discrete Fall 2008

2.161 Signal Processing: Continuous and Discrete Fall 2008 MIT OpenCourseWare http://ocw.mit.edu.6 Signal Processing: Continuous and Discrete Fall 008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. MASSACHUSETTS

More information

1 Signals and systems

1 Signals and systems 978--52-5688-4 - Introduction to Orthogonal Transforms: With Applications in Data Processing and Analysis Signals and systems In the first two chapters we will consider some basic concepts and ideas as

More information

2 Frequency-Domain Analysis

2 Frequency-Domain Analysis requency-domain Analysis Elecrical engineers live in he wo worlds, so o speak, of ime and frequency. requency-domain analysis is an exremely valuable ool o he communicaions engineer, more so perhaps han

More information

Fourier Transform for Continuous Functions

Fourier Transform for Continuous Functions Fourier Transform for Continuous Functions Central goal: representing a signal by a set of orthogonal bases that are corresponding to frequencies or spectrum. Fourier series allows to find the spectrum

More information

Fourier Series and Transform KEEE343 Communication Theory Lecture #7, March 24, Prof. Young-Chai Ko

Fourier Series and Transform KEEE343 Communication Theory Lecture #7, March 24, Prof. Young-Chai Ko Fourier Series and Transform KEEE343 Communication Theory Lecture #7, March 24, 20 Prof. Young-Chai Ko koyc@korea.ac.kr Summary Fourier transform Properties Fourier transform of special function Fourier

More information

Review of Linear Time-Invariant Network Analysis

Review of Linear Time-Invariant Network Analysis D1 APPENDIX D Review of Linear Time-Invariant Network Analysis Consider a network with input x(t) and output y(t) as shown in Figure D-1. If an input x 1 (t) produces an output y 1 (t), and an input x

More information

Fourier transform representation of CT aperiodic signals Section 4.1

Fourier transform representation of CT aperiodic signals Section 4.1 Fourier transform representation of CT aperiodic signals Section 4. A large class of aperiodic CT signals can be represented by the CT Fourier transform (CTFT). The (CT) Fourier transform (or spectrum)

More information

Review of Fourier Transform

Review of Fourier Transform Review of Fourier Transform Fourier series works for periodic signals only. What s about aperiodic signals? This is very large & important class of signals Aperiodic signal can be considered as periodic

More information

Chapter 4 The Fourier Series and Fourier Transform

Chapter 4 The Fourier Series and Fourier Transform Chapter 4 The Fourier Series and Fourier Transform Fourier Series Representation of Periodic Signals Let x(t) be a CT periodic signal with period T, i.e., xt ( + T) = xt ( ), t R Example: the rectangular

More information

EE Homework 13 - Solutions

EE Homework 13 - Solutions EE3054 - Homework 3 - Solutions. (a) The Laplace transform of e t u(t) is s+. The pole of the Laplace transform is at which lies in the left half plane. Hence, the Fourier transform is simply the Laplace

More information

E2.5 Signals & Linear Systems. Tutorial Sheet 1 Introduction to Signals & Systems (Lectures 1 & 2)

E2.5 Signals & Linear Systems. Tutorial Sheet 1 Introduction to Signals & Systems (Lectures 1 & 2) E.5 Signals & Linear Systems Tutorial Sheet 1 Introduction to Signals & Systems (Lectures 1 & ) 1. Sketch each of the following continuous-time signals, specify if the signal is periodic/non-periodic,

More information

Signals & Systems. Lecture 5 Continuous-Time Fourier Transform. Alp Ertürk

Signals & Systems. Lecture 5 Continuous-Time Fourier Transform. Alp Ertürk Signals & Systems Lecture 5 Continuous-Time Fourier Transform Alp Ertürk alp.erturk@kocaeli.edu.tr Fourier Series Representation of Continuous-Time Periodic Signals Synthesis equation: x t = a k e jkω

More information

Homework 4. May An LTI system has an input, x(t) and output y(t) related through the equation y(t) = t e (t t ) x(t 2)dt

Homework 4. May An LTI system has an input, x(t) and output y(t) related through the equation y(t) = t e (t t ) x(t 2)dt Homework 4 May 2017 1. An LTI system has an input, x(t) and output y(t) related through the equation y(t) = t e (t t ) x(t 2)dt Determine the impulse response of the system. Rewriting as y(t) = t e (t

More information

06EC44-Signals and System Chapter Fourier Representation for four Signal Classes

06EC44-Signals and System Chapter Fourier Representation for four Signal Classes Chapter 5.1 Fourier Representation for four Signal Classes 5.1.1Mathematical Development of Fourier Transform If the period is stretched without limit, the periodic signal no longer remains periodic but

More information

The Continuous-time Fourier

The Continuous-time Fourier The Continuous-time Fourier Transform Rui Wang, Assistant professor Dept. of Information and Communication Tongji University it Email: ruiwang@tongji.edu.cn Outline Representation of Aperiodic signals:

More information

Fourier Analysis and Power Spectral Density

Fourier Analysis and Power Spectral Density Chapter 4 Fourier Analysis and Power Spectral Density 4. Fourier Series and ransforms Recall Fourier series for periodic functions for x(t + ) = x(t), where x(t) = 2 a + a = 2 a n = 2 b n = 2 n= a n cos

More information

Review of Concepts from Fourier & Filtering Theory. Fourier theory for finite sequences. convolution/filtering of infinite sequences filter cascades

Review of Concepts from Fourier & Filtering Theory. Fourier theory for finite sequences. convolution/filtering of infinite sequences filter cascades Review of Concepts from Fourier & Filtering Theory precise definition of DWT requires a few basic concepts from Fourier analysis and theory of linear filters will start with discussion/review of: basic

More information

Introduction to Fourier Transforms. Lecture 7 ELE 301: Signals and Systems. Fourier Series. Rect Example

Introduction to Fourier Transforms. Lecture 7 ELE 301: Signals and Systems. Fourier Series. Rect Example Introduction to Fourier ransforms Lecture 7 ELE 3: Signals and Systems Fourier transform as a limit of the Fourier series Inverse Fourier transform: he Fourier integral theorem Prof. Paul Cuff Princeton

More information

Signal and systems. Linear Systems. Luigi Palopoli. Signal and systems p. 1/5

Signal and systems. Linear Systems. Luigi Palopoli. Signal and systems p. 1/5 Signal and systems p. 1/5 Signal and systems Linear Systems Luigi Palopoli palopoli@dit.unitn.it Wrap-Up Signal and systems p. 2/5 Signal and systems p. 3/5 Fourier Series We have see that is a signal

More information

Mathematical Foundations of Signal Processing

Mathematical Foundations of Signal Processing Mathematical Foundations of Signal Processing Module 4: Continuous-Time Systems and Signals Benjamín Béjar Haro Mihailo Kolundžija Reza Parhizkar Adam Scholefield October 24, 2016 Continuous Time Signals

More information

Lecture 27 Frequency Response 2

Lecture 27 Frequency Response 2 Lecture 27 Frequency Response 2 Fundamentals of Digital Signal Processing Spring, 2012 Wei-Ta Chu 2012/6/12 1 Application of Ideal Filters Suppose we can generate a square wave with a fundamental period

More information

GATE EE Topic wise Questions SIGNALS & SYSTEMS

GATE EE Topic wise Questions SIGNALS & SYSTEMS www.gatehelp.com GATE EE Topic wise Questions YEAR 010 ONE MARK Question. 1 For the system /( s + 1), the approximate time taken for a step response to reach 98% of the final value is (A) 1 s (B) s (C)

More information

Line Spectra and their Applications

Line Spectra and their Applications In [ ]: cd matlab pwd Line Spectra and their Applications Scope and Background Reading This session concludes our introduction to Fourier Series. Last time (http://nbviewer.jupyter.org/github/cpjobling/eg-47-

More information

OSE801 Engineering System Identification. Lecture 05: Fourier Analysis

OSE801 Engineering System Identification. Lecture 05: Fourier Analysis OSE81 Engineering System Identification Lecture 5: Fourier Analysis What we will study in this lecture: A short introduction of Fourier analysis Sampling the data Applications Example 1 Fourier Analysis

More information

EE303: Communication Systems

EE303: Communication Systems EE303: Communication Systems Professor A. Manikas Chair of Communications and Array Processing Imperial College London Introductory Concepts Prof. A. Manikas (Imperial College) EE303: Introductory Concepts

More information

4 The Continuous Time Fourier Transform

4 The Continuous Time Fourier Transform 96 4 The Continuous Time ourier Transform ourier (or frequency domain) analysis turns out to be a tool of even greater usefulness Extension of ourier series representation to aperiodic signals oundation

More information

Solutions to Problems in Chapter 4

Solutions to Problems in Chapter 4 Solutions to Problems in Chapter 4 Problems with Solutions Problem 4. Fourier Series of the Output Voltage of an Ideal Full-Wave Diode Bridge Rectifier he nonlinear circuit in Figure 4. is a full-wave

More information

A3. Frequency Representation of Continuous Time and Discrete Time Signals

A3. Frequency Representation of Continuous Time and Discrete Time Signals A3. Frequency Representation of Continuous Time and Discrete Time Signals Objectives Define the magnitude and phase plots of continuous time sinusoidal signals Extend the magnitude and phase plots to discrete

More information

Representing a Signal

Representing a Signal The Fourier Series Representing a Signal The convolution method for finding the response of a system to an excitation takes advantage of the linearity and timeinvariance of the system and represents the

More information

8: Correlation. E1.10 Fourier Series and Transforms ( ) Fourier Transform - Correlation: 8 1 / 11. 8: Correlation

8: Correlation. E1.10 Fourier Series and Transforms ( ) Fourier Transform - Correlation: 8 1 / 11. 8: Correlation E. Fourier Series and Transforms (25-5585) - Correlation: 8 / The cross-correlation between two signals u(t) and v(t) is w(t) = u(t) v(t) u (τ)v(τ +t)dτ = u (τ t)v(τ)dτ [sub: τ τ t] The complex conjugate,

More information

Lecture 6 January 21, 2016

Lecture 6 January 21, 2016 MATH 6/CME 37: Applied Fourier Analysis and Winter 06 Elements of Modern Signal Processing Lecture 6 January, 06 Prof. Emmanuel Candes Scribe: Carlos A. Sing-Long, Edited by E. Bates Outline Agenda: Fourier

More information

Ver 3808 E1.10 Fourier Series and Transforms (2014) E1.10 Fourier Series and Transforms. Problem Sheet 1 (Lecture 1)

Ver 3808 E1.10 Fourier Series and Transforms (2014) E1.10 Fourier Series and Transforms. Problem Sheet 1 (Lecture 1) Ver 88 E. Fourier Series and Transforms 4 Key: [A] easy... [E]hard Questions from RBH textbook: 4., 4.8. E. Fourier Series and Transforms Problem Sheet Lecture. [B] Using the geometric progression formula,

More information

Fourier Series. Fourier Transform

Fourier Series. Fourier Transform Math Methods I Lia Vas Fourier Series. Fourier ransform Fourier Series. Recall that a function differentiable any number of times at x = a can be represented as a power series n= a n (x a) n where the

More information

EE 3054: Signals, Systems, and Transforms Summer It is observed of some continuous-time LTI system that the input signal.

EE 3054: Signals, Systems, and Transforms Summer It is observed of some continuous-time LTI system that the input signal. EE 34: Signals, Systems, and Transforms Summer 7 Test No notes, closed book. Show your work. Simplify your answers. 3. It is observed of some continuous-time LTI system that the input signal = 3 u(t) produces

More information

LOPE3202: Communication Systems 10/18/2017 2

LOPE3202: Communication Systems 10/18/2017 2 By Lecturer Ahmed Wael Academic Year 2017-2018 LOPE3202: Communication Systems 10/18/2017 We need tools to build any communication system. Mathematics is our premium tool to do work with signals and systems.

More information

X. Chen More on Sampling

X. Chen More on Sampling X. Chen More on Sampling 9 More on Sampling 9.1 Notations denotes the sampling time in second. Ω s = 2π/ and Ω s /2 are, respectively, the sampling frequency and Nyquist frequency in rad/sec. Ω and ω denote,

More information

Signals and Systems Spring 2004 Lecture #9

Signals and Systems Spring 2004 Lecture #9 Signals and Systems Spring 2004 Lecture #9 (3/4/04). The convolution Property of the CTFT 2. Frequency Response and LTI Systems Revisited 3. Multiplication Property and Parseval s Relation 4. The DT Fourier

More information

1 Mathematical Preliminaries

1 Mathematical Preliminaries Mathematical Preliminaries We shall go through in this first chapter all of the mathematics needed for reading the rest of this book. The reader is expected to have taken a one year course in differential

More information

2A1H Time-Frequency Analysis II

2A1H Time-Frequency Analysis II 2AH Time-Frequency Analysis II Bugs/queries to david.murray@eng.ox.ac.uk HT 209 For any corrections see the course page DW Murray at www.robots.ox.ac.uk/ dwm/courses/2tf. (a) A signal g(t) with period

More information

A523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2011

A523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2011 A523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2011 Lecture 6 PDFs for Lecture 1-5 are on the web page Problem set 2 is on the web page Article on web page A Guided

More information

1 Understanding Sampling

1 Understanding Sampling 1 Understanding Sampling Summary. In Part I, we consider the analysis of discrete-time signals. In Chapter 1, we consider how discretizing a signal affects the signal s Fourier transform. We derive the

More information

EE 224 Signals and Systems I Review 1/10

EE 224 Signals and Systems I Review 1/10 EE 224 Signals and Systems I Review 1/10 Class Contents Signals and Systems Continuous-Time and Discrete-Time Time-Domain and Frequency Domain (all these dimensions are tightly coupled) SIGNALS SYSTEMS

More information

LTI Systems (Continuous & Discrete) - Basics

LTI Systems (Continuous & Discrete) - Basics LTI Systems (Continuous & Discrete) - Basics 1. A system with an input x(t) and output y(t) is described by the relation: y(t) = t. x(t). This system is (a) linear and time-invariant (b) linear and time-varying

More information

2A1H Time-Frequency Analysis II Bugs/queries to HT 2011 For hints and answers visit dwm/courses/2tf

2A1H Time-Frequency Analysis II Bugs/queries to HT 2011 For hints and answers visit   dwm/courses/2tf Time-Frequency Analysis II (HT 20) 2AH 2AH Time-Frequency Analysis II Bugs/queries to david.murray@eng.ox.ac.uk HT 20 For hints and answers visit www.robots.ox.ac.uk/ dwm/courses/2tf David Murray. A periodic

More information

The Laplace Transform

The Laplace Transform The Laplace Transform Introduction There are two common approaches to the developing and understanding the Laplace transform It can be viewed as a generalization of the CTFT to include some signals with

More information

Signals and Systems I Have Known and Loved. (Lecture notes for CSE 3451) Andrew W. Eckford

Signals and Systems I Have Known and Loved. (Lecture notes for CSE 3451) Andrew W. Eckford Signals and Systems I Have Known and Loved (Lecture notes for CSE 3451) Andrew W. Eckford Department of Electrical Engineering and Computer Science York University, Toronto, Ontario, Canada Version: December

More information

Review: Continuous Fourier Transform

Review: Continuous Fourier Transform Review: Continuous Fourier Transform Review: convolution x t h t = x τ h(t τ)dτ Convolution in time domain Derivation Convolution Property Interchange the order of integrals Let Convolution Property By

More information

ECE 3084 QUIZ 2 SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING GEORGIA INSTITUTE OF TECHNOLOGY APRIL 2, Name:

ECE 3084 QUIZ 2 SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING GEORGIA INSTITUTE OF TECHNOLOGY APRIL 2, Name: ECE 3084 QUIZ 2 SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING GEORGIA INSTITUTE OF TECHNOLOGY APRIL 2, 205 Name:. The quiz is closed book, except for one 2-sided sheet of handwritten notes. 2. Turn off

More information

Fundamentals of the Discrete Fourier Transform

Fundamentals of the Discrete Fourier Transform Seminar presentation at the Politecnico di Milano, Como, November 12, 2012 Fundamentals of the Discrete Fourier Transform Michael G. Sideris sideris@ucalgary.ca Department of Geomatics Engineering University

More information

DSP-I DSP-I DSP-I DSP-I

DSP-I DSP-I DSP-I DSP-I NOTES FOR 8-79 LECTURES 3 and 4 Introduction to Discrete-Time Fourier Transforms (DTFTs Distributed: September 8, 2005 Notes: This handout contains in brief outline form the lecture notes used for 8-79

More information

Question Paper Code : AEC11T02

Question Paper Code : AEC11T02 Hall Ticket No Question Paper Code : AEC11T02 VARDHAMAN COLLEGE OF ENGINEERING (AUTONOMOUS) Affiliated to JNTUH, Hyderabad Four Year B. Tech III Semester Tutorial Question Bank 2013-14 (Regulations: VCE-R11)

More information

Notes 07 largely plagiarized by %khc

Notes 07 largely plagiarized by %khc Notes 07 largely plagiarized by %khc Warning This set of notes covers the Fourier transform. However, i probably won t talk about everything here in section; instead i will highlight important properties

More information

Discrete Time Signals and Systems Time-frequency Analysis. Gloria Menegaz

Discrete Time Signals and Systems Time-frequency Analysis. Gloria Menegaz Discrete Time Signals and Systems Time-frequency Analysis Gloria Menegaz Time-frequency Analysis Fourier transform (1D and 2D) Reference textbook: Discrete time signal processing, A.W. Oppenheim and R.W.

More information

ECE-700 Review. Phil Schniter. January 5, x c (t)e jωt dt, x[n]z n, Denoting a transform pair by x[n] X(z), some useful properties are

ECE-700 Review. Phil Schniter. January 5, x c (t)e jωt dt, x[n]z n, Denoting a transform pair by x[n] X(z), some useful properties are ECE-7 Review Phil Schniter January 5, 7 ransforms Using x c (t) to denote a continuous-time signal at time t R, Laplace ransform: X c (s) x c (t)e st dt, s C Continuous-ime Fourier ransform (CF): ote that:

More information

The Discrete-time Fourier Transform

The Discrete-time Fourier Transform The Discrete-time Fourier Transform Rui Wang, Assistant professor Dept. of Information and Communication Tongji University it Email: ruiwang@tongji.edu.cn Outline Representation of Aperiodic signals: The

More information

EE401: Advanced Communication Theory

EE401: Advanced Communication Theory EE401: Advanced Communication Theory Professor A. Manikas Chair of Communications and Array Processing Imperial College London Introductory Concepts Prof. A. Manikas (Imperial College) EE.401: Introductory

More information

Communication Signals (Haykin Sec. 2.4 and Ziemer Sec Sec. 2.4) KECE321 Communication Systems I

Communication Signals (Haykin Sec. 2.4 and Ziemer Sec Sec. 2.4) KECE321 Communication Systems I Communication Signals (Haykin Sec..4 and iemer Sec...4-Sec..4) KECE3 Communication Systems I Lecture #3, March, 0 Prof. Young-Chai Ko 년 3 월 일일요일 Review Signal classification Phasor signal and spectra Representation

More information

Fourier Series Example

Fourier Series Example Fourier Series Example Let us compute the Fourier series for the function on the interval [ π,π]. f(x) = x f is an odd function, so the a n are zero, and thus the Fourier series will be of the form f(x)

More information

SIO 211B, Rudnick. We start with a definition of the Fourier transform! ĝ f of a time series! ( )

SIO 211B, Rudnick. We start with a definition of the Fourier transform! ĝ f of a time series! ( ) SIO B, Rudnick! XVIII.Wavelets The goal o a wavelet transorm is a description o a time series that is both requency and time selective. The wavelet transorm can be contrasted with the well-known and very

More information

Fourier transforms. Definition F(ω) = - should know these! f(t).e -jωt.dt. ω = 2πf. other definitions exist. f(t) = - F(ω).e jωt.

Fourier transforms. Definition F(ω) = - should know these! f(t).e -jωt.dt. ω = 2πf. other definitions exist. f(t) = - F(ω).e jωt. Fourier transforms This is intended to be a practical exposition, not fully mathematically rigorous ref The Fourier Transform and its Applications R. Bracewell (McGraw Hill) Definition F(ω) = - f(t).e

More information

2.161 Signal Processing: Continuous and Discrete Fall 2008

2.161 Signal Processing: Continuous and Discrete Fall 2008 MIT OpenCourseWare http://ocw.mit.edu 2.6 Signal Processing: Continuous and Discrete Fall 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. MASSACHUSETTS

More information

Section Kamen and Heck And Harman. Fourier Transform

Section Kamen and Heck And Harman. Fourier Transform s Section 3.4-3.7 Kamen and Heck And Harman 1 3.4 Definition (Equation 3.30) Exists if integral converges (Equation 3.31) Example 3.7 Constant Signal Does not have a Fourier transform in the ordinary sense.

More information

Lecture 34. Fourier Transforms

Lecture 34. Fourier Transforms Lecture 34 Fourier Transforms In this section, we introduce the Fourier transform, a method of analyzing the frequency content of functions that are no longer τ-periodic, but which are defined over the

More information

Continuous-time Signals. (AKA analog signals)

Continuous-time Signals. (AKA analog signals) Continuous-time Signals (AKA analog signals) I. Analog* Signals review Goals: - Common test signals used in system analysis - Signal operations and properties: scaling, shifting, periodicity, energy and

More information

Discrete Time Fourier Transform (DTFT)

Discrete Time Fourier Transform (DTFT) Discrete Time Fourier Transform (DTFT) 1 Discrete Time Fourier Transform (DTFT) The DTFT is the Fourier transform of choice for analyzing infinite-length signals and systems Useful for conceptual, pencil-and-paper

More information

Mathematical Review for Signal and Systems

Mathematical Review for Signal and Systems Mathematical Review for Signal and Systems 1 Trigonometric Identities It will be useful to memorize sin θ, cos θ, tan θ values for θ = 0, π/3, π/4, π/ and π ±θ, π θ for the above values of θ. The following

More information

Sound & Vibration Magazine March, Fundamentals of the Discrete Fourier Transform

Sound & Vibration Magazine March, Fundamentals of the Discrete Fourier Transform Fundamentals of the Discrete Fourier Transform Mark H. Richardson Hewlett Packard Corporation Santa Clara, California The Fourier transform is a mathematical procedure that was discovered by a French mathematician

More information

LINEAR SYSTEMS. J. Elder PSYC 6256 Principles of Neural Coding

LINEAR SYSTEMS. J. Elder PSYC 6256 Principles of Neural Coding LINEAR SYSTEMS Linear Systems 2 Neural coding and cognitive neuroscience in general concerns input-output relationships. Inputs Light intensity Pre-synaptic action potentials Number of items in display

More information

1.1 SPECIAL FUNCTIONS USED IN SIGNAL PROCESSING. δ(t) = for t = 0, = 0 for t 0. δ(t)dt = 1. (1.1)

1.1 SPECIAL FUNCTIONS USED IN SIGNAL PROCESSING. δ(t) = for t = 0, = 0 for t 0. δ(t)dt = 1. (1.1) SIGNAL THEORY AND ANALYSIS A signal, in general, refers to an electrical waveform whose amplitude varies with time. Signals can be fully described in either the time or frequency domain. This chapter discusses

More information

2.1 Introduction 2.22 The Fourier Transform 2.3 Properties of The Fourier Transform 2.4 The Inverse Relationship between Time and Frequency 2.

2.1 Introduction 2.22 The Fourier Transform 2.3 Properties of The Fourier Transform 2.4 The Inverse Relationship between Time and Frequency 2. Chapter2 Fourier Theory and Communication Signals Wireless Information Transmission System Lab. Institute of Communications Engineering g National Sun Yat-sen University Contents 2.1 Introduction 2.22

More information

Ch 4: The Continuous-Time Fourier Transform

Ch 4: The Continuous-Time Fourier Transform Ch 4: The Continuous-Time Fourier Transform Fourier Transform of x(t) Inverse Fourier Transform jt X ( j) x ( t ) e dt jt x ( t ) X ( j) e d 2 Ghulam Muhammad, King Saud University Continuous-time aperiodic

More information

Homework 6 EE235, Spring 2011

Homework 6 EE235, Spring 2011 Homework 6 EE235, Spring 211 1. Fourier Series. Determine w and the non-zero Fourier series coefficients for the following functions: (a 2 cos(3πt + sin(1πt + π 3 w π e j3πt + e j3πt + 1 j2 [ej(1πt+ π

More information

27. The Fourier Transform in optics, II

27. The Fourier Transform in optics, II 27. The Fourier Transform in optics, II Parseval s Theorem The Shift theorem Convolutions and the Convolution Theorem Autocorrelations and the Autocorrelation Theorem The Shah Function in optics The Fourier

More information

Introduction to Complex Mathematics

Introduction to Complex Mathematics EEL335: Discrete-Time Signals and Systems. Introduction In our analysis of discrete-time signals and systems, complex numbers will play an incredibly important role; virtually everything we do from here

More information

LECTURE 12 Sections Introduction to the Fourier series of periodic signals

LECTURE 12 Sections Introduction to the Fourier series of periodic signals Signals and Systems I Wednesday, February 11, 29 LECURE 12 Sections 3.1-3.3 Introduction to the Fourier series of periodic signals Chapter 3: Fourier Series of periodic signals 3. Introduction 3.1 Historical

More information

Methods of Mathematical Physics X1 Homework 3 Solutions

Methods of Mathematical Physics X1 Homework 3 Solutions Methods of Mathematical Physics - 556 X Homework 3 Solutions. (Problem 2.. from Keener.) Verify that l 2 is an inner product space. Specifically, show that if x, y l 2, then x, y x k y k is defined and

More information

ECEN 420 LINEAR CONTROL SYSTEMS. Lecture 2 Laplace Transform I 1/52

ECEN 420 LINEAR CONTROL SYSTEMS. Lecture 2 Laplace Transform I 1/52 1/52 ECEN 420 LINEAR CONTROL SYSTEMS Lecture 2 Laplace Transform I Linear Time Invariant Systems A general LTI system may be described by the linear constant coefficient differential equation: a n d n

More information

3.2 Complex Sinusoids and Frequency Response of LTI Systems

3.2 Complex Sinusoids and Frequency Response of LTI Systems 3. Introduction. A signal can be represented as a weighted superposition of complex sinusoids. x(t) or x[n]. LTI system: LTI System Output = A weighted superposition of the system response to each complex

More information

Unit 2: Modeling in the Frequency Domain Part 2: The Laplace Transform. The Laplace Transform. The need for Laplace

Unit 2: Modeling in the Frequency Domain Part 2: The Laplace Transform. The Laplace Transform. The need for Laplace Unit : Modeling in the Frequency Domain Part : Engineering 81: Control Systems I Faculty of Engineering & Applied Science Memorial University of Newfoundland January 1, 010 1 Pair Table Unit, Part : Unit,

More information

The Discrete-Time Fourier

The Discrete-Time Fourier Chapter 3 The Discrete-Time Fourier Transform 清大電機系林嘉文 cwlin@ee.nthu.edu.tw 03-5731152 Original PowerPoint slides prepared by S. K. Mitra 3-1-1 Continuous-Time Fourier Transform Definition The CTFT of

More information

The Hilbert Transform

The Hilbert Transform The Hilbert Transform Frank R. Kschischang The Edward S. Rogers Sr. Department of Electrical and Computer Engineering University of Toronto October 22, 2006; updated March 0, 205 Definition The Hilbert

More information

2.161 Signal Processing: Continuous and Discrete Fall 2008

2.161 Signal Processing: Continuous and Discrete Fall 2008 MIT OpenCourseWare http://ocw.mit.edu 2.161 Signal Processing: Continuous and Discrete Fall 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. Massachusetts

More information

CH.4 Continuous-Time Fourier Series

CH.4 Continuous-Time Fourier Series CH.4 Continuous-Time Fourier Series First step to Fourier analysis. My mathematical model is killing me! The difference between mathematicians and engineers is mathematicians develop mathematical tools

More information

Filter Banks For "Intensity Analysis"

Filter Banks For Intensity Analysis morlet.sdw 4/6/3 /3 Filter Banks For "Intensity Analysis" Introduction In connection with our participation in two conferences in Canada (August 22 we met von Tscharner several times discussing his "intensity

More information

TLT-5200/5206 COMMUNICATION THEORY, Exercise 1, Fall 2012

TLT-5200/5206 COMMUNICATION THEORY, Exercise 1, Fall 2012 Problem 1. a) Derivation By definition, we can write the inverse Fourier transform of the derivative of x(t) as d d jπ X( f ) { e } df d jπ x() t X( f ) e df jπ j π fx( f ) e df Again, by definition of

More information

The Sampling Theorem for Bandlimited Functions

The Sampling Theorem for Bandlimited Functions The Sampling Theorem for Bandlimited Functions Intuitively one feels that if one were to sample a continuous-time signal such as a speech waveform su ciently fast then the sequence of sample values will

More information

Signals and Systems. Lecture 14 DR TANIA STATHAKI READER (ASSOCIATE PROFESSOR) IN SIGNAL PROCESSING IMPERIAL COLLEGE LONDON

Signals and Systems. Lecture 14 DR TANIA STATHAKI READER (ASSOCIATE PROFESSOR) IN SIGNAL PROCESSING IMPERIAL COLLEGE LONDON Signals and Systems Lecture 14 DR TAIA STATHAKI READER (ASSOCIATE PROFESSOR) I SIGAL PROCESSIG IMPERIAL COLLEGE LODO Introduction. Time sampling theorem resume. We wish to perform spectral analysis using

More information

Wave Phenomena Physics 15c. Lecture 10 Fourier Transform

Wave Phenomena Physics 15c. Lecture 10 Fourier Transform Wave Phenomena Physics 15c Lecture 10 Fourier ransform What We Did Last ime Reflection of mechanical waves Similar to reflection of electromagnetic waves Mechanical impedance is defined by For transverse/longitudinal

More information