• No results found

Digital Signal Processing

N/A
N/A
Protected

Academic year: 2021

Share "Digital Signal Processing"

Copied!
49
0
0

Loading.... (view fulltext now)

Full text

(1)

Digital Signal Processing

Moslem Amiri, Václav Přenosil Masaryk University

Understanding Digital Signal Processing, Third Edition, Richard Lyons (0-13-261480-4) © Pearson Education, 2011.

(2)

2

DFT Resolution, Zero Padding, Frequency-Domain Sampling

Zero padding

 A method to improve DFT spectral estimation

 Involves addition of zero-valued data samples to

an original DFT input sequence to increase total number of input data samples

 Investigating zero-padding technique illustrates

DFT’s property of frequency-domain sampling

 When we sample a continuous time-domain function,

having a CFT, and take DFT of those samples, the DFT results in a frequency-domain sampled

approximation of the CFT

 The more points in DFT, the better DFT output

(3)

3

(4)

4

DFT Resolution, Zero Padding, Frequency-Domain Sampling

Fig. 3-20

 Because CFT is taken over an infinitely wide time

interval, CFT has continuous resolution

 Suppose we want to use a 16-point DFT to

approximate CFT of f(t) in Fig. 3-20(a)

16 discrete samples of f(t) are shown on left side of

Fig. 3-21(a)

 Applying those time samples to a 16-point DFT results

in discrete frequency-domain samples, the positive frequencies of which are represented on right side of Fig. 3-21(a)

(5)

5

(6)

6

DFT Resolution, Zero Padding, Frequency-Domain Sampling

Fig. 3-21

 If we append 16 zeros to input sequence and

take a 32-point DFT, we get output shown on right side of (b)

 DFT frequency sampling is increased by a factor of two

 Adding 32 more zeros and taking a 64-point DFT,

we get output shown on right side of (c)

 64-point DFT output shows true shape of CFT

 Adding 64 more zeros and taking a 128-point

DFT, we get output shown on right side of (d)

 DFT frequency-domain sampling characteristic is

(7)

7

DFT Resolution, Zero Padding, Frequency-Domain Sampling

Fig. 3-21

 Although zero-padded DFT output bin index of

main lobe changes as N increases, zero-padded DFT output frequency associated with main lobe remains the same

If we perform zero padding on L nonzero input

samples to get a total of N time samples for an N-point DFT, zero-padded DFT output bin center frequencies are related to original fs by

N f m mth bin = s the of frequency center

(8)

8

DFT Resolution, Zero Padding, Frequency-Domain Sampling

Fig. no. Main lobe peak located at m = L = N = lobe peak relative to fFrequency of main s

3-21(a) 3 16 16 3fs / 16

3-21(b) 6 16 32 6fs / 32 = 3fs / 16 3-21(c) 12 16 64 12fs / 64 = 3fs / 16 3-21(d) 24 16 128 24fs / 128 = 3fs / 16

(9)

9

DFT Resolution, Zero Padding, Frequency-Domain Sampling

Zero padding

 DFT magnitude expressions

don’t apply if zero padding is used

To perform zero padding on L nonzero samples of a

sinusoid whose frequency is located at a bin center to get a total of N input samples, replace N with L above

 To perform both zero padding and windowing on

input, do not apply window to entire input including appended zero-valued samples

 Window function must be applied only to original nonzero

time samples; otherwise padded zeros will zero out and distort part of window function, leading to erroneous

results N A M N A

(10)

10

DFT Resolution, Zero Padding, Frequency-Domain Sampling

Discrete-time Fourier transform (DTFT)

DTFT is continuous Fourier transform of an

L-point discrete time-domain sequence

 On a computer we can’t perform DTFT because it

has an infinitely fine frequency resolution

But we can approximate DTFT by performing an

N-point DFT on an L-N-point discrete time sequence where

N > L

 Done by zero-padding original time sequence and

(11)

11

DFT Resolution, Zero Padding, Frequency-Domain Sampling

Zero padding

 Zero padding does not improve our ability to

resolve, to distinguish between, two closely spaced signals in frequency domain

E.g., main lobes of various spectra in Fig. 3-21 do not

change in width, if measured in Hz, with increased zero padding

 To improve our true spectral resolution of two

signals, we need more nonzero time samples

To realize Fres Hz spectral resolution, we must

collect 1/Fres seconds, worth of nonzero time samples for our DFT processing

(12)

12

DFT Processing Gain

Two types of processing gain associated with

DFTs

1) DFT’s processing gain

 Using DFT to detect signal energy embedded in noise  DFT can pull signals out of background noise

 This is due to inherent correlation gain that takes place

in any N-point DFT

2) integration gain

(13)

13

DFT Processing Gain

Processing gain of a single DFT

 A DFT output bin can be treated as a bandpass filter

(band center = mfs/N) whose gain can be increased and whose bandwidth can be reduced by increasing the

value of N

 Maximum possible DFT output magnitude increases as

number of points (N) increases

Also, as N increases, DFT output bin main lobes

become narrower

 Decreasing a bandpass filter’s bandwidth is useful in energy detection because frequency resolution

improves in addition to filter’s ability to minimize amount of background noise that resides within its passband

N A M

N A

(14)

14

(15)

15

DFT Processing Gain

Fig. 3-22

 DFT of a spectral tone (a constant-frequency

sinewave) added to random noise

 Output power levels are normalized so that the

highest bin output power is set to 0 dB

 (a) shows first 32 outputs of a 64-point DFT when

input tone is at center of DFT’s m = 20th bin

 Because tone’s original signal power is below average

noise power level, it is difficult to detect when N = 64

If we quadruple the number of input samples (N =

256), the tone power is raised above average background noise power as shown for m = 80 in (b)

(16)

16

DFT Processing Gain

Signal-to-noise ratio (SNR)

DFT’s output signal-power level over the average

output noise-power level

DFT’s output SNR increases as N gets larger

because a DFT bin’s output noise standard

deviation (rms) value is proportional to , and DFT’s output magnitude for the bin containing signal tone is proportional to N

For real inputs, if N > N′, an N-point DFT’s output

SNRN increases over N′-point DFT SNRN′ by:

If we increase a DFT’s size from N′ to N = 2N′, DFT’s

output SNR increases by 3 dB N )' ( log 10 10 ' N N SNR SNRN = N +

(17)

17

(18)

18

DFT Processing Gain

Integration gain due to averaging multiple

DFTs

 Theoretically, we could get very large DFT

processing gains by increasing DFT size

 Problem is that the number of necessary DFT

multiplications increases proportionally to N2

 Larger DFTs become very computationally intensive

 Because addition is easier and faster to perform

than multiplication, we can average outputs of multiple DFTs to obtain further processing gain and signal detection sensitivity

(19)

19

The DFT of Rectangular Functions

DFT of a rectangular function

 One of the most prevalent and important

computations encountered in DSP

 Seen in sampling theory, window functions,

discussions of convolution, spectral analysis, and in design of digital filters

) 2 / sin( ) 2 / sin( or , ) sin( or , ) / sin( ) sin( DFTrect.function x Nx x x N x x =

(20)

20

The DFT of Rectangular Functions

DFT of a general rectangular function

A general rectangular function x(n) is defined as

(21)

21

The DFT of Rectangular Functions

− = − − − − − − − − − − − − − − − − − − − − + − − + − − + − − − − − + − − = − = − + − − = − + − = − = + + + + ⋅ = + + + + = + + + + = =     →  ⋅ = = 1 0 ) ( ) 1 ( 2 1 0 ) ( ) 1 ( ) ( 2 ) ( 1 ) ( 0 ) ( )) 1 ( ( ) 2 ( ) 1 ( ) ( ) 1 ( / 2 ) 1 ( / 2 2 / 1 ) 2 / ( / 2 ) ( ] ... [ ... ... ) ( 1 ) ( ) ( K p q p j n jq K jq q j q j q j n jq K jq n jq q j n jq q j n jq q j n jq K n jq n jq n jq n jq K n n n n q j N m q K n n n N m n j N N n N m n j e e q X e e e e e e e e e e e e e e e e e e q X e e n x m X o o o o o o o o o o o o o o π π π

(22)

22

The DFT of Rectangular Functions

) 2 / sin( ) 2 / sin( ) 2 / sin( 2 ) 2 / sin( 2 ) ( ) ( ) ( ) ( 1 1 ) ( 2 / ) 1 ( 1 0 2 / ) 1 ( 2 / ) ( )

sin(Euler' sequation:

2 / 2 / 2 / 2 / 2 / ) 1 ( 2 / 2 / 2 / 2 / 2 / 2 / 1 0 series geometric 1 0 ) ( q qK e e q j qK j e e e e e e e e e e e e e e e e e q X K jq K p jpq K jq j e e jq jq jqK jqK K jq jq jq jq jqK jqK jqK jq jqK K p jpq K p jpq n jq j j o ⋅ = ⋅ =        →  − − ⋅ = − − = − − = = − − − = − − − − = − − − − − − − − − − − = − − = −

− φ φ φ   

(23)

23

The DFT of Rectangular Functions

) / sin( ) / sin( ) ( ) 2 / 2 sin( ) 2 / 2 sin( ) ( ) 2 / sin( ) 2 / sin( ) 2 / sin( ) 2 / sin( ) ( ) 2 / ) 1 ( )( / 2 ( kernel

Dirichlet formof the General ) 2 / ) 1 ( )( / 2 ( / 2 ) 2 / ) 1 ( ( 2 / ) 1 ( ) ( ) 2 / sin( ) 2 / sin( 1 0 ) ( 2 / ) 1 ( 1 0 N m N mK e m X N m N mK e m X q qK e q qK e e e e q X K n N m j K n N m j N m q K n jq K jq n jq q qK e e K p jpq n jq o o o o K jq K p jpq o π π π π π π π ⋅ =       →  ⋅ =    →  ⋅ = ⋅ ⋅ =          →  = − − − − = − − − − ⋅ = ∑ − = − − − − = −

(24)

24

(25)

25

The DFT of Rectangular Functions

Dirichlet kernel (DFT of rectangular function)

Has a main lobe, centered about m = 0 point

Peak amplitude of main lobe is K

X(0) = sum of K unity-valued samples = K

Main lobe’s width = 2N/K

Thus main lobe width is inversely proportional to K

 A fundamental characteristic of Fourier transforms: the

narrower the function in one domain, the wider its transform will be in the other domain

K N K N m N m N mK e m X j m N no K = = ⋅ = = − − π π π π π π crossing zero first ) 2 / ) 1 ( )( / 2 ( ) / sin( ) / sin( ) (   

(26)

26

(27)

27

The DFT of Rectangular Functions

Fig. 3-26

 64-point DFT of 64-sample rectangular function,

with 11 unity values (N = 64 and K = 11)

 It’s easier to comprehend the true spectral nature

of X(m) by viewing its absolute magnitude

 Provided in Fig. 3-27(a)

Fig. 3-27(a)

 The main and sidelobes are clearly evident now

K = 11  peak value of main lobe = 11

(28)

28

(29)

29

The DFT of Rectangular Functions

DFT of a symmetrical rectangular function

) / sin( ) / sin( ) ( ) / sin( ) / sin( ) / sin( ) / sin( ) ( ) / sin( ) / sin( ) ( kernel

Dirichlet lformof the Symmetrica ) 0 )( / 2 ( ) 2 / ) 1 ( 2 / ) 1 )(( / 2 ( 2 / ) 1 ( ) 2 / ) 1 ( )( / 2 ( N m N mK m X N m N mK e N m N mK e m X N m N mK e m X N m j K K N m j K n K n N m j o o π π π π π π π π π π π =        →  ⋅ = ⋅ =     →  ⋅ = − − − − = − −

(30)

30

The DFT of Rectangular Functions

DFT of a symmetrical rectangular function

 This DFT is itself a real function

 So it contains no imaginary part or phase term

If x(n) is real and even, x(n) = x(−n), then Xreal(m) is

nonzero and Ximag(m) is always zero

) / sin( ) / sin( ) ( N m N mK m X π π =

(31)

31

(32)

32

The DFT of Rectangular Functions

Fig. 3-29 (64-point DFT)

Xreal(m) is nonzero and Ximag(m) is zero

 Identical magnitudes in Figs. 3-27(a) and 3-29(d)

Shifting K unity-valued samples to center merely

affects phase angle of X(m), not its magnitude (shifting theorem of DFT)

Even though Ximag(m) is zero in (c), phase angle

of X(m) is not always zero

X(m)’s phase angles in (e) are either +π, zero, or −π

ejπ = ej(−π) = −1 we could easily reconstruct Xreal(m)

from |X(m)| and phase angle Xø(m) if we must

Xreal(m) is equal to |X(m)| with the signs of |X(m)|’s

(33)

33

(34)

34

The DFT of Rectangular Functions

Fig. 3-30

 Another example of how DFT of a rectangular

function is a sampled version of Dirichlet kernel

A 64-point x(n) where 31 unity-valued samples

are centered about n = 0 index location

By broadening x(n), i.e., increasing K, we’ve

narrowed Dirichlet kernel of X(m)

Peak value of |X(m)| = K = 31 31 64 crossing zero first = KN = m

(35)

35

The DFT of Rectangular Functions

DFT of an all-ones rectangular function

) / sin( ) sin( ) ( ) / sin( ) sin( ) / sin( ) / sin( ) ( ) / sin( ) / sin( ) ( 1) (Type kernel

Dirichlet -onesformof the All ) 0 )( / 2 ( ) 2 / ) 1 ( 2 / ) 1 )(( / 2 ( 2 / ) 1 ( and ) 2 / ) 1 ( )( / 2 ( N m m m X N m m e N m N mN e m X N m N mK e m X N m j N N N m j N n N K K n N m j o o π π π π π π π π π π π =        →  ⋅ = ⋅ =     →  ⋅ = − − − − = = − −

(36)

36

(37)

37

The DFT of Rectangular Functions

Fig. 3-32

Dirichlet kernel of X(m) in (b) is as narrow as it

can get

 Main lobe’s first positive zero crossing occurs at

m = 64/64 = 1 sample in (b)

Peak value of |X(m)| = N = 64

x(n) is all ones  |X(m)| is zero for all m ≠ 0

 The sinc function

 Defines overall DFT frequency response to an input

sinusoidal sequence

 Is also amplitude response of a single DFT bin

) / sin( ) sin( ) ( 1) (Type kernel

Dirichlet -onesformof the All N m m m X π π =        → 

(38)

38

The DFT of Rectangular Functions

DFT of an all-ones rectangular function

m m m X m m N N m m m X N m m m X π π π π π π π π α α α ) sin( ) ( ) sin( / ) sin( ) ( ) / sin( ) sin( ) ( d)

(normalizeDirichlet kernel(Type3) the of form ones -All large) is N

(when kernel(Type2) Dirichlet -onesformof the All ) sin( small is 1) (Type kernel

Dirichlet -onesformof the All ≈        →  ⋅ = ≈        →  =        →  ≈ →  

(39)

39

(40)

40

The DFT of Rectangular Functions

DFT frequency axis representation Frequency variable Resolution of X(m) Repetition interval of X(m) Frequency axis range Frequency in Hz f fs/N fs -fs/2 to fs/2 Frequency in cycles/sample f/fs 1/N 1 -1/2 to 1/2 Frequency in radians/sample ω 2π/N 2π -π to π

(41)

41

The DFT of Rectangular Functions

Alternate form of DFT of an all-ones

rectangular function

 Using radians/sample frequency notation for DFT

axis leads to another prevalent form of DFT of all-ones rectangular function

 Letting normalized discrete frequency axis

variable be ω = 2πm/N, then πm = Nω/2 ) 2 / sin( ) 2 / sin( ) ( ) / sin( ) sin( ) ( 4) (Type kernel

Dirichlet -onesformof the All

1) (Type kernel

Dirichlet -onesformof the All ω ω ω π π N X N m m m X =        →  =        → 

(42)

42

(43)

43

Interpreting DFT Using DTFT

Fig. 3-35

 (a) shows an infinite-length continuous-time

signal containing a single finite-width pulse

 Magnitude of its continuous Fourier transform (CFT) is

continuous frequency-domain function X1(ω)

 continuous frequency variable ω is radians per second

 If CFT is performed on infinite-length signal of

periodic pulses in (b), result is line spectra known as Fourier series X2(ω)

X2(ω) Fourier series is a sampled version of

(44)

44

Interpreting DFT Using DTFT

Fig. 3-35

 (c) shows infinite-length discrete time sequence

x(n), containing several nonzero samples

We can perform a CFT of x(n) describing its spectrum

as a continuous frequency-domain function X3(ω)

 This continuous spectrum is called a discrete-time

Fourier transform (DTFT) defined by

 ω frequency variable is measured in radians/sample

∞ −∞ = − = n n j e n x X (ω) ( ) ω

(45)

45

Interpreting DFT Using DTFT

DTFT example

Time sequence: xo(n) = (0.75)n for n ≥ 0  Its DTFT is

Xo(ω) is continuous and periodic with a period of

2π, whose magnitude is shown in Fig. 3-36

75 . 0 75 . 0 1 1 ) ( ) 75 . 0 ( 75 . 0 ) ( ) ( ) ( series geometric 0 0 − = − =      →  = = = − ∞ = − ∞ = − ∞ −∞ = −

ω ω ω ω ω ω ω ω ω j j j o n n j n n j n o n n j e e e X e e X e n x X

(46)

46

Interpreting DFT Using DTFT

Verification of 2π periodicity of DTFT

) ( ) ( ) ( ) ( ) 2 ( 1 2 ) 2 ( ω π ω ω π ω π ω X e n x e e n x e n x k X n n j n k j n n j n n k j = = = = +

∞ −∞ = − = − ∞ −∞ = − ∞ −∞ = + − 

(47)

47

(48)

48

Interpreting DFT Using DTFT

Fig. 3-35 (cont.)

 Transforms indicated in Figs. (a) through (c) are

pencil-and-paper mathematics of calculus

 In a computer, using only finite-length discrete

sequences, we can only approximate CFT (the DTFT) of infinite-length x(n) time sequence in (c)

 That approximation is DFT, and it’s the only Fourier

transform tool available

Taking DFT of x1(n), where x1(n) is a finite-length

portion of x(n), we obtain discrete periodic X1(m) in (d)

X1(m) is a sampled version of X3(ω)

− = − = = = 1 0 / 2 1 / 2 3 1( ) ( ) | ( ) N n N m n j N m x n e X m X ω ω π π

(49)

49

Interpreting DFT Using DTFT

Fig. 3-35

X1(m) is also exactly equal to CFT of periodic

time sequence x2(n) in (d)

The DFT is equal to the continuous Fourier

transform (the DTFT) of a periodic time-domain discrete sequence

 If a function is periodic, its forward/inverse DTFT

will be discrete; if a function is discrete, its forward/inverse DTFT will be periodic

References

Related documents

A basic assumption underlying the approach is: if on some occasions subjects carry out a task in the absence of awareness of particular information (e.g. the identity of a masked

Methods: ANKENT occurrence, serum cytokine profiles, spleen cellular composition and in vitro cytokine response to LPS were analysed in LPS-treated and control LPS-untreated B10.BR

The fictional Caro I write of, renamed Regla or Yeya, is the anthropologist, observing a Jewish Cuban family based on my own family and trying to under- stand the beliefs and

Standardized evidence-based approaches to chronic health conditions with flexible and tailored self-management and personalized co-care plans could better match con- sumer needs

...I believe that a Judge hearing a motion to strike the jury must determine the factual issues that will be before the jury, assess the complexity of the evidence to be led

We first develop a hybrid state detection algorithm for the estimation of base- line (resting) and movement states of the finger movements which can be used to trigger a free

eventually to populate the entire hemisphere (see Figure 6). Subsequently, probably beginning only with the Neolithic, complexity levels were reduced in much of the Old World

A reference patterned fabric’s image F of size MxN is picked up and then a golden image G ( g ij ) with size of mxn pixels (larger than one repetitive unit) is obtained