Presentation is loading. Please wait.

Presentation is loading. Please wait.

Chapter 4 sampling of continous-time signals 4.5 changing the sampling rate using discrete-time processing 4.1 periodic sampling 4.2 discrete-time processing.

Similar presentations


Presentation on theme: "Chapter 4 sampling of continous-time signals 4.5 changing the sampling rate using discrete-time processing 4.1 periodic sampling 4.2 discrete-time processing."— Presentation transcript:

1

2 Chapter 4 sampling of continous-time signals 4.5 changing the sampling rate using discrete-time processing 4.1 periodic sampling 4.2 discrete-time processing of continuous-time signals 4.3 continuous-time processing of discrete-time signal 4.4 digital processing of analog signals

3 4.1periodic sampling 1.ideal sample T : sample period fs=1/T:sample rate Ωs=2π/T:sample rate

4 Figure 4.1 ideal continous-time-to-discrete-time(C/D)converter

5 Figure 4.2(a) mathematic model for ideal C/D time normalization t  t/T=n

6 Figure 4.3 frequency spectrum change of ideal sample aliasing frequency No aliasing aliasing

7 Period =2πin time domain : w=2.1πand w=0.1πare the same trigonometric function property

8 high frequency is changed into low frequency in time domain : w=1.1π and w=0.9πare the same trigonometric function property

9 2.ideal reconstruction Figure 4.10(b) ideal D/C converter

10 Figure 4.4 ideal reconstruction in frequency domain

11 Figure 4.5 EXAMPLE Take sinusoidal signal for example to understand aliasing from frequency domain

12 Reconstruct frequency : EXAMPLE Sampling frequency:8Hz

13 Figure 4.10(a) mathematic model for ideal D/C

14 ideal reconstruction in time domain

15 Figure 4.9 EXAMPLE

16 understand aliasing from time- domain interpolation

17 3.Nyquist sampling theorems

18 Nyquist sampling theorems:

19 Figure 4.41 Digital processing of analog signals

20 examples of sampling theorem ( 1 ) 8kHz The highest frequency of analog signal,which wav file with sampling rate 16kHz can show , is : The higher sampling rate of audio files, the better fidelity.

21

22 according to what you know about the sampling rate of MP3 file , judge the sound we can feel frequency range ( ) ( A ) 20~44.1kHz ( B ) 20~20kHz ( C ) 20~4kHz ( D ) 20~8kHz B examples of sampling theorem ( 2 )

23 EXAMPLE Matlab codes to realize interpolation

24 T=0.1; n=0:10;x=cos(10*pi*n*T);stem(n,x); dt=0.001;t=ones(11,1)* [0:dt:1];n=n'*ones(1,1/dt+1); y=x*sinc((t-n*T)/T);hold on;plot(t/T,y,'r')

25 Supplement: band-pass sampling theorem :

26

27

28 4.1 summary 1.representation in time domain of sampling

29 2.changes in frequency domain caused by sampling

30 3. understand reconstruction in frequency domain

31 4. understand reconstruction in time domain

32 5. sampling theorem

33 Requirements and difficulties : frequency spectrum chart of sampling and reconstruction comprehension and application of sampling theorem

34 4.2 discrete-time processing of continuous-time signals Figure 4.11

35 Figure 4.12 EXAMPLE conditions : LTI ; no aliasing or aliasing occurred outside the pass band of filters

36 Figure 4.13 EXAMPLE aliasing occurred outside the pass band of digital filters satisfies the equivalent relation of frequency response mentioned before.

37 4.3 continuous-time processing of discrete-time signal Figure 4.16

38 Figure 4.12 c

39 EXAMPLE Ideal delay system : noninteger delay

40 4.4 digital processing of analog signals Figure 4.41 quantization and coding

41 Figure 4.46(b) Sampling and holding

42 Figure 4.48 uniform quantization and coding

43 Figure 4.51 quantization error of 3BIT quantization error of 8BIT

44 nonuniform quantization

45 x 4 33 2 3 1 3 2 2 2 1 3 4 3 4 1 1 1 3 4 码书 codeword c 0 codeword c 1 codeword c 2 codeword c 3 index0 d(x,c 0 )=5 d(x,c 1 )=11 d(x,c 2 )=8 d(x,c 3 )=8 一维信号例子: x vector quantization

46 Example: image coding Initial image block ( 4 gray-levels , dimentions k=4×4=16 ) x 0 1 2 3 Code book C ={ y 0, y 1, y 2, y 3 } y 0 y 1 y 2 y 3 codeword y 1 is the most adjacent to x , so it is coded by the index “01”. d(x,y 0 )=25 d(x,y 1 )=5 d(x,y 2 )=25 d(x,y 3 )=46 vector quantization

47 Figure 4.53 D/A 过程 reconstruction

48 Figure 4.5

49 record the digital sound

50 Influence caused by sampling rate and quantizing bits

51 Different tones require different sampling rates.

52 4.1~4.4 summary 1.representation in time domain and changes in frequency domain of sampling and reconstruction. sampling theorem educed from aliasing in frequency domain 2.analog signal processing in digital system or digital signal in analog system, to explain some digital systems , their frequency responses are linear in dominant period 3.steps in A/D conversion

53 Requirements and difficulties : sampling processing in time and frequency domain , frequency spectrum chart; comprehension and application of sampling theorem; frequency response in discrete-time processing system of continuous-time signals;

54 4.5 changing the sampling rate using discrete-time processing 4.5.1 sampling rate reduction by an integer factor (downsampling, decimation) 4.5.2 increasing the sampling rate by an integer factor (upsampling, interpolation) 4.5.3 changing the sampling rate by a noninteger fact 4.5.4 application of multirate signal processing

55 4.5.1 sampling rate reduction by an integer factor (downsampling, decimation) Figure 4.20

56 time-domain of downsampling : decrease the data , reduce the sampling rate frequency-domain of downsampling : take aliasing into consideration M=2 , fs’=fs/M,T’=MT

57 Figure 4.21(c)(d) EXAMPLE M=2

58 )(  j eX )(  j d eX  202   202  EXAMPLE M=3

59 Figure 4.22(b)(c) EXAMPLE M=3 , aliasing frequency spectrum after decimation : period=2π , M times wider , 1/M times higher

60 Figure 4.23 Condition to avoid aliasing : Total downsampling system : Total system

61 4.5.2 increasing the sampling rate by an integer factor (upsampling, interpolation)

62 L=2 , fs’=Lfs,T’=T/L time-domain of upsampling : increase the data , raise the sampling rate frequency-domain of upsampling : need not take aliasing into consideration

63 Figure 4.25 EXAMPLE L=2 transverse axis is 1/L timer shorter , magnitude has no change. L mirror images in a period. Period=2π , also period =2 π /L Take T’=T/L as D/C: frequency domain of reverse mirror-image filter

64 total upsampling system : total system Figure 4.24 time-domain explanation of reverse mirror-image filter :slowly-changed signal by interpolation

65 EXAMPLE time-domain process of mirror-image filter

66 Figure 4.27 Use linear interpolation actually

67 4.5.3 changing the sampling rate by a noninteger factor Figure 4.28

68 EXAMPLE

69 Advantages of decimation after interpolation : 1.Combine antialiasing and reverse mirror-image filter 2.Lossless information for upsampling

70 4.5.4 application of multirate signal processing Figure 4.43 1.Sampling system : replace high-powered analog antialiasing filter and low sampling rate with low-powered analog antialiasing filter, oversampling and high-powered digital antialiasing filter, decimation. Transfer the difficulty of the realization of high- powered analog filter to the design of high-powered digital filter.

71 FIGURE 4.44

72 2.reconstruction system : replace high-powered analog reconstructing filter with interpolation, high-powered digital reverse mirror-image filter and low-powered analog analog reconstructing filter.

73 analysis and synthesis of sub band 3. filter bank

74 In MP3, M=32 , sub-band analysis filter bank is 32 equi-band filters with center frequency uniformly distributed from 0 to π : MP3 coders use different quantization to realize compression for signals y i [n] in different sub-bands.

75 example : compression for M=2

76 decimation an d interpolation to realize pitch scale 4.pitch scale : decimation or interpolation , sampling rate of reconstruction is not changed.

77 4.5 summary requirement : frequency spectrum chart of interpolation and decimation 4.5.1 sampling rate reduction by an integer factor 4.5.2 increasing the sampling rate by an integer factor 4.5.3 changing the sampling rate by a noninteger fact 4.5.4 application of multirate signal processing

78 exercises 4.15 (b)(c) 4.24(a)(b) 4.26 only for ω h = π /4


Download ppt "Chapter 4 sampling of continous-time signals 4.5 changing the sampling rate using discrete-time processing 4.1 periodic sampling 4.2 discrete-time processing."

Similar presentations


Ads by Google