Chapter 6 Basics of Digital Audio

Size: px
Start display at page:

Download "Chapter 6 Basics of Digital Audio"

Transcription

1 Chapter 6 Basics of Digital Audio 6.1 Digitization of Sound 6.2 MIDI: Musical Instrument Digital Interface 6.3 Quantization and Transmission of Audio

2 6.3 Quantization and Transmission of Audio Coding of Audio: Quantization and transformation of data are collectively known as coding of the data. a) For audio, the μ-law technique for companding audio signals is usually combined with an algorithm that exploits the temporal redundancy present in audio signals. b) Differences in signals between the present and a past time can reduce the size of signal values and also concentrate the histogram of pixel values (differences, now) into a much smaller range. 2

3 c) The result of reducing the variance of values is that lossless compression methods produce a bitstream with shorter bit lengths for more likely values. In general, producing quantized sampled output for audio is called PCM (Pulse Code Modulation). The differences version is called DPCM (and a crude but efficient variant is called DM). The adaptive version is called ADPCM. 3

4 Pulse Code Modulation The basic techniques for creating digital signals from analog signals are sampling and quantization. Quantization consists of selecting breakpoints in magnitude, and then re-mapping any value within an interval to one of the representative output levels. 4

5 (a) (b) Sampling and Quantization. 5

6 a) The set of interval boundaries are called decision boundaries, and the representative values are called reconstruction levels. b) The boundaries for quantizer input intervals that will all be mapped into the same output level form a coder mapping. c) The representative values that are the output values from a quantizer are a decoder mapping. d) Finally, we may wish to compress the data, by assigning a bit stream that uses fewer bits for the most prevalent signal values. 6

7 Every compression scheme has three stages: A. The input data is transformed to a new representation that is easier or more efficient to compress. B. We may introduce loss of information. Quantization is the main lossy step we use a limited number of reconstruction levels, fewer than in the original signal. C. Coding. Assign a codeword (thus forming a binary bitstream) to each output level or symbol. This could be a fixed-length code, or a variable length code such as Huffman coding. 7

8 For audio signals, we first consider PCM for digitization. This leads to Lossless Predictive Coding as well as the DPCM scheme; both methods use differential coding. As well, we look at the adaptive version, ADPCM, which can provide better compression. 8

9 PCM in Speech Compression Assuming a bandwidth for speech from about 50 Hz to about 10 khz, the Nyquist rate would dictate a sampling rate of 20 khz. (a) Using uniform quantization without companding, the minimum sample size we could get away with would likely be about 12 bits. Hence for mono speech transmission the bit-rate would be 240 kbps. (b) With companding, we can reduce the sample size down to about 8 bits with the same perceived level of quality, and thus reduce the bit-rate to 160 kbps. (c) However, the standard approach to telephony in fact assumes that the highest-frequency audio signal we want to reproduce is only about 4 khz. Therefore the sampling rate is only 8 khz, and the companded bitrate thus reduces this to 64 kbps. 9

10 However, there are two small wrinkles we must also address: 1. Since only sounds up to 4 khz are to be considered, all other frequency content must be noise. Therefore, we should remove this high-frequency content from the analog input signal. This is done using a bandlimiting filter that blocks out high, as well as very low, frequencies. Once we arrive at a pulse signal, we must still perform DA conversion and then construct a final output analog signal. But, effectively, the signal we arrive at is the staircase shown in Fig. 6.13(b). 10

11 Fig. 6.13: Pulse Code Modulation (PCM). (a) Original analog signal and its corresponding PCM signals. (b) Decoded staircase signal. (c) Reconstructed signal after low-pass filtering. 11

12 2. A discontinuous signal contains not just frequency components due to the original signal, but also a theoretically infinite set of higherfrequency components: (a) This result is from the theory of Fourier analysis, in signal processing. (b) These higher frequencies are extraneous. (c) Therefore the output of the digital-to-analog converter goes to a low-pass filter that allows only frequencies up to the original maximum to be retained. 12

13 The complete scheme for encoding and decoding telephony signals is shown as a schematic in Fig As a result of the low-pass filtering, the output becomes smoothed and Fig. 6.13(c) above showed this effect. Fig. 6.14: PCM signal encoding and decoding. G

14 Differential Coding of Audio Audio is often stored not in simple PCM but instead in a form that exploits differences which are generally smaller numbers, so offer the possibility of using fewer bits to store. (a) If a time-dependent signal has some consistency over time ( temporal redundancy ), the difference signal, subtracting the current sample from the previous one, will have a more peaked histogram, with a maximum around zero. 14

15 (b) For example, as an extreme case the histogram for a linear ramp signal that has constant slope is flat, whereas the histogram for the derivative of the signal (i.e., the differences, from sampling point to sampling point) consists of a spike at the slope value. (c) So if we then go on to assign bit-string codewords to differences, we can assign short codes to prevalent values and long codewords to rarely occurring ones. 15

16 Lossless Predictive Coding Predictive coding: simply means transmitting differences predict the next sample as being equal to the current sample; send not the sample itself but the difference between previous and next. (a) Predictive coding consists of finding differences, and transmitting these using a PCM system. (b) Note that differences of integers will be integers. Denote the integer input signal as the set of values f n. Then we predict values f n as simply the previous value, and define the error e n as the difference between the actual and the predicted signal: f n f n1 e f f n n n 16

17 (c) But it is often the case that some function of a few of the previous values, f n 1, f n 2, f n 3, etc., provides a better prediction. Typically, a linear predictor function is used: 4 f a f n nk nk k1 17

18 The idea of forming differences is to make the histogram of sample values more peaked. (a) For example, Fig.6.15(a) plots 1 second of sampled speech at 8 khz, with magnitude resolution of 8 bits per sample. (b) A histogram of these values is actually centered around zero, as in Fig. 6.15(b). (c) Fig. 6.15(c) shows the histogram for corresponding speech signal differences: difference values are much more clustered around zero than are sample values themselves. (d) As a result, a method that assigns short codewords to frequently occurring symbols will assign a short code to zero and do rather well: such a coding scheme will much more efficiently code sample differences than samples themselves. 18

19 Fig. 6.15: Differencing concentrates the histogram. (a): Digital speech signal. (b): Histogram of digital speech signal values. (c): Histogram of digital speech signal differences. 19

20 One problem: suppose our integer sample values are in the range Then differences could be as much as we ve increased our dynamic range (ratio of maximum to minimum) by a factor of two need more bits to transmit some differences. (a) A clever solution for this: define two new codes, denoted SU and SD, standing for Shift-Up and Shift-Down. Some special code values will be reserved for these. (b) Then we can use codewords for only a limited set of signal differences, say only the range Differences which lie in the limited range can be coded as is. But with the extra two values for SU, SD, a value outside the range can be transmitted as a series of shifts, followed by a value that is indeed inside the range (c) For example, 100 is transmitted as: SU, SU, SU, 4, where (the codes for) SU and for 4 are what are transmitted (or stored). 20

21 Lossless predictive coding the decoder produces the same signals as the original. As a simple example, suppose we devise a predictor for as follows: f n 1 fn ( fn 1 fn2 ) 2 e f f n n n 21

22 Let s consider an explicit example. Suppose we wish to code the sequence f 1, f 2, f 3, f 4, f 5 = 21, 22, 27, 25, 22. For the purposes of the predictor, we ll invent an extra signal value f 0, equal to f 1 = 21, and first transmit this initial value, uncoded: f 21, e ; f3 ( f2 f1) (22 21) 21, 2 2 e ; f4 ( f3 f2) (27 22) 24, 2 2 e ; f5 ( f4 f3) (25 27) 26, 2 2 e

23 The error does center around zero, we see, and coding (assigning bit-string codewords) will be efficient. Fig shows a typical schematic diagram used to encapsulate this type of system: Memory Fig.: Schematic diagram for Predictive Coding encoder and decoder. 23

24 DPCM Differential PCM is exactly the same as Predictive Coding, except that it incorporates a quantizer step. (a) Our nomenclature: the original signal values: f n the predicted signal: f n the quantized, reconstructed signal: f n 24

25 (b) DPCM: form the prediction; form an error e n by subtracting the prediction from the actual signal; then quantize the error to a quantized version, e n The set of equations that describe DPCM are as follows: f function _ of ( f, f, f,...), n n1 n2 n3 e f f n n n, e n Q[ e ], n transmit codeword( e ), reconstruct : f fˆ e. n n n n Then codewords for quantized error values entropy coding, e.g. Huffman coding. e n are produced using 25

26 (c) The main effect of the coder-decoder process is to produce reconstructed, quantized signal values (d) The distortion is the average squared error ; one often plots distortion versus the number of bit-levels used. f n N 2 [ ( n n) ]/ n1 f n f f N e n One scheme for analytically determining the best set of quantizer steps, for a non-uniform quantizer, is the Lloyd- Max quantizer, which is based on a least-squares minimization of the error term. A Lloyd-Max quantizer will do better (have less distortion) than a uniform quantizer. 26

27 For speech, we could modify quantization steps adaptively by estimating the mean and variance of a patch of signal values, and shifting quantization steps accordingly, for every block of signal values. That is, starting at time i we could take a block of N values f n and try to minimize the quantization error: in1 min f Q[ f ] ni n n 2 27

28 Since signal differences are very peaked, we could model them using a Laplacian probability distribution function, which is strongly peaked at zero: it looks like l x exp x 2 ( ) (1/ 2 ) ( 2 / ) for variance σ 2. So typically one assigns quantization steps for a quantizer with nonuniform steps by assuming signal differences, d n are drawn from such a distribution and then choosing steps to minimize in1 min d Q[ d ] l( d ). ni 2 n n n This is a least-squares problem, and can be solved iteratively using the Lloyd-Max quantizer. 28

29 Schematic diagram for DPCM: Fig.: Schematic diagram for DPCM encoder and decoder 29

30 Notice that the quantization noise, effect on the error term, en en. f n f n, is equal to the quantization Example: Suppose we adopt the particular predictor below: so that As well, use the quantization scheme: f ˆ /2 n trunc fn 1 f n2 e f fˆ n n n is an integer. e Q[ e ] 16*trunc 255 e / n n n f fˆ e n n n 30

31 First, we note that the error is in the range , i.e., there are 511 possible levels for the error term. The quantizer simply divides the error range into 32 patches of about 16 levels each. It also makes the representative reconstructed value for each patch equal to the midway point for each group of 16 levels. 31

32 Table 6.7 gives output values for any of the input codes: 4-bit codes are mapped to 32 reconstruction levels in a staircase fashion. Table 6.7 DPCM quantizer reconstruction levels. e n in range Quantized to value

33 As an example stream of signal values, consider the set of values: f 1 f 2 f 3 f 4 f Prepend extra values f = 130 to replicate the first value, f 1. Initialize with quantized error e 0, so that the first reconstructed value is exact: = 130. Then the rest of the values calculated are as follows (with prepended values f 1 1 in a box): f = 130, 130, 142, 144, 167 e = 0, 20, 2, 56, 63 e = 0, 24, 8, 56, 56 f = 130, 154, 134, 200, 223 f 1 On the decoder side, we again assume extra values equal to the correct value f, so that the first reconstructed value f is correct. What is received is, and the 1 en reconstructed f n is identical to that on the encoder side, provided we use exactly the same prediction rule. 33

34 DM DM (Delta Modulation): simplified version of DPCM. Often used as a quick AD converter. 1. Uniform-Delta DM: use only a single quantized error value, either positive or negative. (a) a 1-bit coder. Produces coded output that follows the original signal in a staircase fashion. The set of equations is: fˆ f, n n1 e f fˆ f f, n n n n n1 k if en 0, where k is a constant en k otherwise f fˆ e. n n n Note that the prediction simply involves a delay. 34

35 (b) Consider actual numbers: Suppose signal values are f 1 f 2 f 3 f As well, define an exact reconstructed value f 1 f1 10. (c) E.g., use step value k = 4: e2 = = 1, e3 = = 1, e4 = = 5, The reconstructed set of values 10, 14, 10, 14 is close to the correct set 10, 11, 13, 15. (d) However, DM copes less well with rapidly changing signals. One approach to mitigating this problem is to simply increase the sampling, perhaps to many times the Nyquist rate. 35

36 2. Adaptive DM: If the slope of the actual signal curve is high, the staircase approximation cannot keep up. For a steep curve, should change the step size k adaptively. One scheme for analytically determining the best set of quantizer steps, for a non-uniform quantizer, is Lloyd-Max. 36

37 ADPCM ADPCM (Adaptive DPCM) takes the idea of adapting the coder to suit the input much farther. The two pieces that make up a DPCM coder: the quantizer and the predictor. 1. In Adaptive DM, adapt the quantizer step size to suit the input. In DPCM, we can change the step size as well as decision boundaries, using a non-uniform quantizer. We can carry this out in two ways: (a) Forward adaptive quantization: use the properties of the input signal. (b) Backward adaptive quantizationor: use the properties of the quantized output. If quantized errors become too large, we should change the non-uniform quantizer. 37

38 2. We can also adapt the predictor, again using forward or backward adaptation. Making the predictor coefficients adaptive is called Adaptive Predictive Coding (APC): (a) Recall that the predictor is usually taken to be a linear function of previous reconstructed quantized values,. (b) The number of previous values used is called the order of the predictor. For example, if we use M previous values, we need M coefficients a i, i = 1..M in a predictor fˆ M a f n i n i i1 f n 38

39 However we can get into a difficult situation if we try to change the prediction coefficients, that multiply previous quantized values, because that makes a complicated set of equations to solve for these coefficients: (a) Suppose we decide to use a least-squares approach to solving a minimization trying to find the best values of the a i : N min ( f fˆ ) n1 n (b) Here we would sum over a large number of samples f n, for the current patch of speech, say. But because f n depends on the quantization we have a difficult problem to solve. As well, we should really be changing the fineness of the quantization at the same time, to suit the signal s changing nature; this makes things problematical. n 2 39

40 (c) Instead, we usually resorts to solving the simpler problem that results from using not f n in the prediction, but instead simply the signal f n itself. Explicitly writing in terms of the coefficients a i, we wish to solve: N M min ( f a f ) n i n i n1 i1 Differentiation with respect to each of the a i, and setting to zero, produces a linear system of M equations that is easy to solve. (The set of equations is called the Wiener-Hopf equations.) 2 40

41 Fig shows a schematic diagram for the ADPCM coder and decoder: Fig. 6.18: Schematic diagram for ADPCM encoder and decoder 41

42 ITU audio-coding standards The ITU G.711 standard is designed for telephone bandwidth speech signals sampled at 8 KHz, and provides the lowest delay possible (1 sample) at the lowest complexity. It does a direct sample-by-sample nonuniform quantization of the PCM input signal, similar to the A-law and μ-law. The G.711 scheme has lower processor utilization due to lower complexity, but a higher IP band-width requirement. It was primarily used for video telephone over ISDN and supports a bit rate of 64 Kbps. 42 Multimedia Systems

43 ITU G.722 The ITU G.722 standard was designed to transmit 7 KHz voice or music and is often used in videoconferencing systems where higher audio quality (compared with the G.711) is required. The voice quality is good but the music quality is not perfectly transparent due to a 7 KHz sampling rate. Frame delays are tolerated and it supports bit rates from 48 to 64 Kbps. G.722 operates by dividing the signal into two bands high pass and low pass which are then encoded with different modalities. The G.722 standard is preferred over the G.711 PCM standard because of increased bandwidth for teleconferencing type applications. 43 Multimedia Systems

44 ITU G.721, ITU G.726, ITU G.727 The G.721 standard was established in the 1980s and was a precursor to the G.726 and G.727. All of these are also used for telephone bandwidth speech and differ from the previous ITU standards by using adaptive differential pulse code modulation techniques. These standards show how a 64 Kbps A-law or μ-law PCM signal (G.711) can be converted to a 40, 32, 24, or even 16 Kbps signal using ADPCM. These correspond to 5, 4, 3, and even 2 bits per sample. 44 Multimedia Systems

45 Ex 13 In PCM, what is the delay, assuming 8 khz sampling? Generally, delay is the time penalty associated with any algorithm due to sampling, processing, and analysis. Answer: Since there is no processing associated with PCM, the delay is simply the time interval between two samples, and at 8 khz, this is msec.

46 Ex 14 Suppose we use a predictor as follows: Also, suppose we adopt the quantizer Equation If the input signal has values as follows: show that the output from a DPCM coder (without entropy coding) is as follows: Figure 6.19(a) shows how the quantized reconstructed signal tracks the input signal. As a programming project, write a small piece of code to verify your results. e Q[ e ] 16*trunc 255 e / n n n 46 Multimedia Systems

47 (b) Suppose by mistake on the coder side we inadvertently use the predictor for lossless coding, 1 fn ( fn 1 fn2 ) 2 e f f n n n using original values f n instead of quantized ones. Show that on the decoder side we end up with reconstructed signal values as follows: so that the error gets progressively worse. Figure 6.19(b) shows how this appears: the reconstructed signal gets progressively worse. Modify your code from above to verify this statement. f n 47 Multimedia Systems

48 Fig. 6.19: (a) DPCM reconstructed signal (dotted line) tracks the input signal (solid line). (b) DPCM reconstructed signal (dashed line) steers farther and farther from the input signal (solid line). 48 Multimedia Systems

49 ADPCM 压缩算法 ADPCM(Adaptive Differential Pulse Code Modulation) 是一种针对 16bits( 或 8bits 或者更高 ) 声音波形数据的一种有损压缩算法, 它将声音流中每次采样的 16bit 数据以 4bit 存储, 压缩比 4:1. 而且压缩 / 解压缩算法非常简单, 是一种低空间消耗 高质量 高效率声音处理方法 后缀名为.AUD 的声音数据文件大多用 ADPCM 压缩 49 Multimedia Systems

50 ADPCM 压缩过程 int index=0,prev_sample=0; // 认为声音信号都是从零开始的 while ( 还有数据要处理 ) { cur_sample=getnextsample(); // 得到当前 16bit 的采样数据 delta=cur_sample-prev_sample; // 计算出和上一个的增量 if (delta<0) delta= -delta,sb=8; // 取绝对值 else sb = 0 ; // sb 保存的是符号位 code = 4*delta / step_table[index]; // 根据 steptable[] 得到一个 0-7 的值 if (code>7) code=7; // 它描述了声音强度的变化量 index += index_adjust[code] ; // 根据声音强度调整下次取 steptable 的序号 if (index<0) index=0; // 便于下次得到更精确的变化量的描述 else if (index>88) index=88; prev_sample=cur_sample; outputode(code sb); // 加上符号位保存起来 } 50 Multimedia Systems

51 ADPCM 解压缩过程 int index=0,cur_sample=0; while ( 还有数据要处理 ) { code=getnextcode(); // 得到下一个数据 if ((code & 8)!= 0) sb=1 else sb=0; code&=7; // 将 code 分离为数据和符号 delta = (step_table[index]*code)/4+step_table[index]/8; // 后面加的一项是为了减少误差 if (sb==1) delta=-delta; cur_sample+=delta; // 计算出当前的波形数据 if (cur_sample>32767) output_sample(32767); else if (cur_sample<-32768) output_sample(-32768); else output_sample(cur_sample); index+=index_adjust[code]; if (index<0) index=0; if (index>88) index=88; } 51 Multimedia Systems

52 int index_adjust[8] = {-1,-1,-1,-1,2,4,6,8}; int step_table[89] = { } 7,8,9,10,11,12,13,14,16,17,19,21,23,25,28,31,34,37,41,45, 50,55,60,66,73,80,88,97,107,118,130,143,157,173,190,209,230,253,279,30 7,337,371, 408,449,494,544,598,658,724,796,876,963,1060,1166,1282,1411,1552,170 7,1878,2066, 2272,2499,2749,3024,3327,3660,4026,4428,4871,5358,5894,6484,7132,78 45,8630,9493, 10442,11487,12635,13899,15289,16818,18500,20350,22385,24623,27086, 29794, Multimedia Systems

53 While performing audio encoding and decoding, the complexity of the encoder is not the same as the decoder. Which one is more complex and why? 53 Multimedia Systems

6.2 MIDI: Musical Instrument Digital Interface. 6.4 Further Exploration

6.2 MIDI: Musical Instrument Digital Interface. 6.4 Further Exploration Chapter 6 Basics of Digital Audio 6.1 Digitization of Sound 6.2 MIDI: Musical Instrument Digital Interface 63 6.3 Quantization and Transmission of Audio 6.4 Further Exploration 6.1 Digitization of Sound

More information

Digital Audio. Lecture-6

Digital Audio. Lecture-6 Digital Audio Lecture-6 Topics today Digitization of sound PCM Lossless predictive coding 2 Sound Sound is a pressure wave, taking continuous values Increase / decrease in pressure can be measured in amplitude,

More information

6.1 Digitization of Sound. Chapter 6 Basics of Digital Audio. What is Sound? 6.1 Digitization of Sound

6.1 Digitization of Sound. Chapter 6 Basics of Digital Audio. What is Sound? 6.1 Digitization of Sound Chapter 6 Basics of Digital Audio What is Sound? 6.1 Digitization of Sound 6.1 Digitization of Sound 6.2 MIDI: Musical Instrument Digital Interface 6.3 Quantization and Transmission of Audio 6.4 Further

More information

10 Speech and Audio Signals

10 Speech and Audio Signals 0 Speech and Audio Signals Introduction Speech and audio signals are normally converted into PCM, which can be stored or transmitted as a PCM code, or compressed to reduce the number of bits used to code

More information

EEE 309 Communication Theory

EEE 309 Communication Theory EEE 309 Communication Theory Semester: January 2016 Dr. Md. Farhad Hossain Associate Professor Department of EEE, BUET Email: mfarhadhossain@eee.buet.ac.bd Office: ECE 331, ECE Building Part 05 Pulse Code

More information

Pulse Code Modulation

Pulse Code Modulation Pulse Code Modulation EE 44 Spring Semester Lecture 9 Analog signal Pulse Amplitude Modulation Pulse Width Modulation Pulse Position Modulation Pulse Code Modulation (3-bit coding) 1 Advantages of Digital

More information

CHAPTER 3 Syllabus (2006 scheme syllabus) Differential pulse code modulation DPCM transmitter

CHAPTER 3 Syllabus (2006 scheme syllabus) Differential pulse code modulation DPCM transmitter CHAPTER 3 Syllabus 1) DPCM 2) DM 3) Base band shaping for data tranmission 4) Discrete PAM signals 5) Power spectra of discrete PAM signal. 6) Applications (2006 scheme syllabus) Differential pulse code

More information

Digital Communication Prof. Bikash Kumar Dey Department of Electrical Engineering Indian Institute of Technology, Bombay

Digital Communication Prof. Bikash Kumar Dey Department of Electrical Engineering Indian Institute of Technology, Bombay Digital Communication Prof. Bikash Kumar Dey Department of Electrical Engineering Indian Institute of Technology, Bombay Lecture - 03 Quantization, PCM and Delta Modulation Hello everyone, today we will

More information

Voice Transmission --Basic Concepts--

Voice Transmission --Basic Concepts-- Voice Transmission --Basic Concepts-- Voice---is analog in character and moves in the form of waves. 3-important wave-characteristics: Amplitude Frequency Phase Telephone Handset (has 2-parts) 2 1. Transmitter

More information

RHT03-SPI Temperature & Humidity Sensor

RHT03-SPI Temperature & Humidity Sensor - Relative humidity and temperature sensor - 相对温度和湿度传感器 - Pre-calculated temperature and humidity read out, no extra calculation needed - 预先计算的温度和湿度读出, 无需额外计算 - Dew Point Calculation possible - 可以计算露点

More information

EC 6501 DIGITAL COMMUNICATION UNIT - II PART A

EC 6501 DIGITAL COMMUNICATION UNIT - II PART A EC 6501 DIGITAL COMMUNICATION 1.What is the need of prediction filtering? UNIT - II PART A [N/D-16] Prediction filtering is used mostly in audio signal processing and speech processing for representing

More information

3-Channel Constant Current LED Driver UCS1903

3-Channel Constant Current LED Driver UCS1903 3-Channel Constant Current LED Driver UCS1903 (Products descriptions) The product UCS1903 is the three-channel LED drive control circuit, internal integration MCU digital interface, data latches, LED high

More information

EEE 309 Communication Theory

EEE 309 Communication Theory EEE 309 Communication Theory Semester: January 2017 Dr. Md. Farhad Hossain Associate Professor Department of EEE, BUET Email: mfarhadhossain@eee.buet.ac.bd Office: ECE 331, ECE Building Types of Modulation

More information

SVPWM 三相电压源型逆变器的死区时间效应可能会导致电压损失, 电流波形畸变和转矩脉动. 为了改善电流波形, 减少转矩脉动, 详细分析了死区时间对输出电压的影响, 并提出了 SVPWM A

SVPWM 三相电压源型逆变器的死区时间效应可能会导致电压损失, 电流波形畸变和转矩脉动. 为了改善电流波形, 减少转矩脉动, 详细分析了死区时间对输出电压的影响, 并提出了 SVPWM A 18 1 2013 2 Vol 18 No 1 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Feb 2013 SVPWM 150050 三相电压源型逆变器的死区时间效应可能会导致电压损失, 电流波形畸变和转矩脉动 为了改善电流波形, 减少转矩脉动, 详细分析了死区时间对输出电压的影响, 并提出了 SVPWM 死区时间的补偿方法 该方法通过改变传统的

More information

Big Data and High Performance Computing

Big Data and High Performance Computing Big Data and High Performance Computing Big data and high performance computing focus on academic research and technology development in areas of high performance computing platform architecture, parallel

More information

CODING TECHNIQUES FOR ANALOG SOURCES

CODING TECHNIQUES FOR ANALOG SOURCES CODING TECHNIQUES FOR ANALOG SOURCES Prof.Pratik Tawde Lecturer, Electronics and Telecommunication Department, Vidyalankar Polytechnic, Wadala (India) ABSTRACT Image Compression is a process of removing

More information

ECE/OPTI533 Digital Image Processing class notes 288 Dr. Robert A. Schowengerdt 2003

ECE/OPTI533 Digital Image Processing class notes 288 Dr. Robert A. Schowengerdt 2003 Motivation Large amount of data in images Color video: 200Mb/sec Landsat TM multispectral satellite image: 200MB High potential for compression Redundancy (aka correlation) in images spatial, temporal,

More information

Slicing of Aspect-Oriented Programs Based on Reduced Dynamic Dependence Graph *

Slicing of Aspect-Oriented Programs Based on Reduced Dynamic Dependence Graph * ISSN 1673-9418 CODEN JKYTA8 E-mail: fcst@vip.163.com Journal of Frontiers of Computer Science and Technology http://www.ceaj.org 1673-9418/2011/05(03)-0229-09 Tel: +86-10-51616056 DOI: 10.3778/j.issn.1673-9418.2011.03.004

More information

Waveform Encoding - PCM. BY: Dr.AHMED ALKHAYYAT. Chapter Two

Waveform Encoding - PCM. BY: Dr.AHMED ALKHAYYAT. Chapter Two Chapter Two Layout: 1. Introduction. 2. Pulse Code Modulation (PCM). 3. Differential Pulse Code Modulation (DPCM). 4. Delta modulation. 5. Adaptive delta modulation. 6. Sigma Delta Modulation (SDM). 7.

More information

WiMAX 技术培训系列 ( 一 ) OFDM 物理层技术初探 MCG 赵昕 2006 年 2 月. All rights reserved 2006, Alcatel Shanghai Bell

WiMAX 技术培训系列 ( 一 ) OFDM 物理层技术初探 MCG 赵昕 2006 年 2 月. All rights reserved 2006, Alcatel Shanghai Bell WiMAX 技术培训系列 ( 一 ) OFDM 物理层技术初探 MCG 赵昕 2006 年 2 月 目录 Page 2 一. 为什么出现 WiMAX? 二. 什么是 WiMAX? 三. 什么是 OFDM/OFDMA? 四.WiMAX 的 PHY 层五.WiMAX 接入过程 Page 3 一. 为什么出现 WiMAX? 一. 为什么出现 WiMAX? 移动通信的发展过程正在从 3Any 向 Olympics

More information

Common Core State Standard(s) Learning Targets Language Points Assessment Distinguished: Proficient: Apprentice: Novice: 0-70

Common Core State Standard(s) Learning Targets Language Points Assessment Distinguished: Proficient: Apprentice: Novice: 0-70 Team: Geng Hengyan, Jiao Yunpeng, Li Rui, Ou Yangfang, Wei Jin, Zhu Shunmei / (D) Math Kinder Pilot/ Elementary School Timeline (days or weeks) 1 st week Jan.3--Jan.10( Jan.6 No School) 2 nd week Jan.13

More information

SPECIFICATION. 宁波凯普电子有限公司 Ningbo Kepo Electronics Co.,Ltd.

SPECIFICATION. 宁波凯普电子有限公司 Ningbo Kepo Electronics Co.,Ltd. SPECIFICATION Customer : Lomex Applied To : Product Name : Piezo Buzzer Model Name : KPI-G1410C-K9059 : 受 控 Compliance with ROHS( 本品符合 ROHS 指令 ) Signature of Approval Signature of KEPO Approved by Checked

More information

CHAPTER 4. PULSE MODULATION Part 2

CHAPTER 4. PULSE MODULATION Part 2 CHAPTER 4 PULSE MODULATION Part 2 Pulse Modulation Analog pulse modulation: Sampling, i.e., information is transmitted only at discrete time instants. e.g. PAM, PPM and PDM Digital pulse modulation: Sampling

More information

APPLICATIONS OF DSP OBJECTIVES

APPLICATIONS OF DSP OBJECTIVES APPLICATIONS OF DSP OBJECTIVES This lecture will discuss the following: Introduce analog and digital waveform coding Introduce Pulse Coded Modulation Consider speech-coding principles Introduce the channel

More information

Analog Applications 模拟应用期刊 Journal

Analog Applications 模拟应用期刊 Journal Analog Applications 模拟应用期刊 Journal Second 015 年第 Quarter 季度 015 Copyright 015 Texas 德州仪器 Instruments 015 年版权所有 Incorporated. All rights reserved. Analog Applications Journal 模拟应用期刊 Contents 目录 引言 Introduction......3

More information

PULSE CODE MODULATION (PCM)

PULSE CODE MODULATION (PCM) PULSE CODE MODULATION (PCM) 1. PCM quantization Techniques 2. PCM Transmission Bandwidth 3. PCM Coding Techniques 4. PCM Integrated Circuits 5. Advantages of PCM 6. Delta Modulation 7. Adaptive Delta Modulation

More information

Audio /Video Signal Processing. Lecture 1, Organisation, A/D conversion, Sampling Gerald Schuller, TU Ilmenau

Audio /Video Signal Processing. Lecture 1, Organisation, A/D conversion, Sampling Gerald Schuller, TU Ilmenau Audio /Video Signal Processing Lecture 1, Organisation, A/D conversion, Sampling Gerald Schuller, TU Ilmenau Gerald Schuller gerald.schuller@tu ilmenau.de Organisation: Lecture each week, 2SWS, Seminar

More information

M030 and M040. Operating Manual Genelec M030 and M040 Active Monitoring Loudspeakers 操作手册

M030 and M040. Operating Manual Genelec M030 and M040 Active Monitoring Loudspeakers 操作手册 M030 and M040 Operating Manual Genelec M030 and M040 ctive Monitoring Loudspeakers 操作手册 Quick setup guide 快速设置指南 M030 / M040 Speaker Placement 音箱的摆放 Vertical ngle 垂直方向的角度 L 30 C R L C R 110 LS RS RS LS

More information

Digital Speech Processing and Coding

Digital Speech Processing and Coding ENEE408G Spring 2006 Lecture-2 Digital Speech Processing and Coding Spring 06 Instructor: Shihab Shamma Electrical & Computer Engineering University of Maryland, College Park http://www.ece.umd.edu/class/enee408g/

More information

Compression. Encryption. Decryption. Decompression. Presentation of Information to client site

Compression. Encryption. Decryption. Decompression. Presentation of Information to client site DOCUMENT Anup Basu Audio Image Video Data Graphics Objectives Compression Encryption Network Communications Decryption Decompression Client site Presentation of Information to client site Multimedia -

More information

Time division multiplexing The block diagram for TDM is illustrated as shown in the figure

Time division multiplexing The block diagram for TDM is illustrated as shown in the figure CHAPTER 2 Syllabus: 1) Pulse amplitude modulation 2) TDM 3) Wave form coding techniques 4) PCM 5) Quantization noise and SNR 6) Robust quantization Pulse amplitude modulation In pulse amplitude modulation,

More information

The Advanced Digital Microphone System for Acoustic Guitar USER MANUAL

The Advanced Digital Microphone System for Acoustic Guitar USER MANUAL The Advanced Digital Microphone System for Acoustic Guitar USER MANUAL Contents Table of Contents Contents 2 English 3 irig Acoustic Stage 3 Register your irig Acoustic Stage 3 Installation and setup 4

More information

Digital Communication (650533) CH 3 Pulse Modulation

Digital Communication (650533) CH 3 Pulse Modulation Philadelphia University/Faculty of Engineering Communication and Electronics Engineering Digital Communication (650533) CH 3 Pulse Modulation Instructor: Eng. Nada Khatib Website: http://www.philadelphia.edu.jo/academics/nkhatib/

More information

09-Architecture Design 游戏架构设计. Ref cornell

09-Architecture Design 游戏架构设计. Ref cornell 09-Architecture Design 游戏架构设计 盛斌 Ref cornell Architecture: The Big Picture Architecture: The Big Picture 2 Game Architecture Design Patterns Reusable solution to a reoccurring problem Template, not a single

More information

Ultrasonic thickness measurement for aluminum alloy irregular surface parts based on spectral analysis

Ultrasonic thickness measurement for aluminum alloy irregular surface parts based on spectral analysis Trans. Nonferrous Met. Soc. China 22(2012) s323 s328 Ultrasonic thickness measurement for aluminum alloy irregular surface parts based on spectral analysis CONG Sen, GANG Tie State Key Laboratory of Advanced

More information

Department of Electronics and Communication Engineering 1

Department of Electronics and Communication Engineering 1 UNIT I SAMPLING AND QUANTIZATION Pulse Modulation 1. Explain in detail the generation of PWM and PPM signals (16) (M/J 2011) 2. Explain in detail the concept of PWM and PAM (16) (N/D 2012) 3. What is the

More information

UNIT TEST I Digital Communication

UNIT TEST I Digital Communication Time: 1 Hour Class: T.E. I & II Max. Marks: 30 Q.1) (a) A compact disc (CD) records audio signals digitally by using PCM. Assume the audio signal B.W. to be 15 khz. (I) Find Nyquist rate. (II) If the Nyquist

More information

QUESTION BANK. SUBJECT CODE / Name: EC2301 DIGITAL COMMUNICATION UNIT 2

QUESTION BANK. SUBJECT CODE / Name: EC2301 DIGITAL COMMUNICATION UNIT 2 QUESTION BANK DEPARTMENT: ECE SEMESTER: V SUBJECT CODE / Name: EC2301 DIGITAL COMMUNICATION UNIT 2 BASEBAND FORMATTING TECHNIQUES 1. Why prefilterring done before sampling [AUC NOV/DEC 2010] The signal

More information

EC 2301 Digital communication Question bank

EC 2301 Digital communication Question bank EC 2301 Digital communication Question bank UNIT I Digital communication system 2 marks 1.Draw block diagram of digital communication system. Information source and input transducer formatter Source encoder

More information

Module 8: Video Coding Basics Lecture 40: Need for video coding, Elements of information theory, Lossless coding. The Lecture Contains:

Module 8: Video Coding Basics Lecture 40: Need for video coding, Elements of information theory, Lossless coding. The Lecture Contains: The Lecture Contains: The Need for Video Coding Elements of a Video Coding System Elements of Information Theory Symbol Encoding Run-Length Encoding Entropy Encoding file:///d /...Ganesh%20Rana)/MY%20COURSE_Ganesh%20Rana/Prof.%20Sumana%20Gupta/FINAL%20DVSP/lecture%2040/40_1.htm[12/31/2015

More information

DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK. Subject Name: Information Coding Techniques UNIT I INFORMATION ENTROPY FUNDAMENTALS

DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK. Subject Name: Information Coding Techniques UNIT I INFORMATION ENTROPY FUNDAMENTALS DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK Subject Name: Year /Sem: II / IV UNIT I INFORMATION ENTROPY FUNDAMENTALS PART A (2 MARKS) 1. What is uncertainty? 2. What is prefix coding? 3. State the

More information

Chapter 9 Image Compression Standards

Chapter 9 Image Compression Standards Chapter 9 Image Compression Standards 9.1 The JPEG Standard 9.2 The JPEG2000 Standard 9.3 The JPEG-LS Standard 1IT342 Image Compression Standards The image standard specifies the codec, which defines how

More information

Class 4 ((Communication and Computer Networks))

Class 4 ((Communication and Computer Networks)) Class 4 ((Communication and Computer Networks)) Lesson 5... SIGNAL ENCODING TECHNIQUES Abstract Both analog and digital information can be encoded as either analog or digital signals. The particular encoding

More information

QUESTION BANK EC 1351 DIGITAL COMMUNICATION YEAR / SEM : III / VI UNIT I- PULSE MODULATION PART-A (2 Marks) 1. What is the purpose of sample and hold

QUESTION BANK EC 1351 DIGITAL COMMUNICATION YEAR / SEM : III / VI UNIT I- PULSE MODULATION PART-A (2 Marks) 1. What is the purpose of sample and hold QUESTION BANK EC 1351 DIGITAL COMMUNICATION YEAR / SEM : III / VI UNIT I- PULSE MODULATION PART-A (2 Marks) 1. What is the purpose of sample and hold circuit 2. What is the difference between natural sampling

More information

Speech Coding in the Frequency Domain

Speech Coding in the Frequency Domain Speech Coding in the Frequency Domain Speech Processing Advanced Topics Tom Bäckström Aalto University October 215 Introduction The speech production model can be used to efficiently encode speech signals.

More information

Data Encoding g(p (part 2)

Data Encoding g(p (part 2) Data Encoding g(p (part 2) CSE 3213 Instructor: U.T. Nguyen 10/11/2007 12:44 PM 1 Analog Data, Digital Signals (5.3) 2 1 Analog Data, Digital Signals Digitization Conversion of analog data into digital

More information

¼'' TS 法律声明 10. MUSIC Tribe

¼'' TS 法律声明 10. MUSIC Tribe NEUTRON Paraphonic Analog and Semi-Modular Synthesizer with Dual 3340 VCOs, Multi-Mode VCF, 2 ADSRs, BBD Delay and Overdrive Circuit in a Eurorack Format 2 NEUTRON 快速启动向导 3 重要的安全须知 ¼'' TS 1. 2. 3. 4. 5.

More information

Speech Coding Technique And Analysis Of Speech Codec Using CS-ACELP

Speech Coding Technique And Analysis Of Speech Codec Using CS-ACELP Speech Coding Technique And Analysis Of Speech Codec Using CS-ACELP Monika S.Yadav Vidarbha Institute of Technology Rashtrasant Tukdoji Maharaj Nagpur University, Nagpur, India monika.yadav@rediffmail.com

More information

1 st 5G Algorithm Competition SCMA

1 st 5G Algorithm Competition SCMA 1 st 5G Algorithm Competition SCMA Task Description Requirements 要求 : SCMA 下一代无线通信的稀疏码多址接入 多址接入是无线通信物理层最核心的技术之一, 它使得无线基站能区分并同时服务多个终端用户 现有系统采用正交的多址接入方式, 即多个用户通过在不同维度上 ( 频分 时分 码分等 ) 正交划分的资源来接入, 现在 4G 系统中采用的

More information

Pulse Code Modulation

Pulse Code Modulation Pulse Code Modulation Modulation is the process of varying one or more parameters of a carrier signal in accordance with the instantaneous values of the message signal. The message signal is the signal

More information

Lecture 7 Frequency Modulation

Lecture 7 Frequency Modulation Lecture 7 Frequency Modulation Fundamentals of Digital Signal Processing Spring, 2012 Wei-Ta Chu 2012/3/15 1 Time-Frequency Spectrum We have seen that a wide range of interesting waveforms can be synthesized

More information

ECE 556 BASICS OF DIGITAL SPEECH PROCESSING. Assıst.Prof.Dr. Selma ÖZAYDIN Spring Term-2017 Lecture 2

ECE 556 BASICS OF DIGITAL SPEECH PROCESSING. Assıst.Prof.Dr. Selma ÖZAYDIN Spring Term-2017 Lecture 2 ECE 556 BASICS OF DIGITAL SPEECH PROCESSING Assıst.Prof.Dr. Selma ÖZAYDIN Spring Term-2017 Lecture 2 Analog Sound to Digital Sound Characteristics of Sound Amplitude Wavelength (w) Frequency ( ) Timbre

More information

Overview of Code Excited Linear Predictive Coder

Overview of Code Excited Linear Predictive Coder Overview of Code Excited Linear Predictive Coder Minal Mulye 1, Sonal Jagtap 2 1 PG Student, 2 Assistant Professor, Department of E&TC, Smt. Kashibai Navale College of Engg, Pune, India Abstract Advances

More information

DIGITAL COMMINICATIONS

DIGITAL COMMINICATIONS Code No: R346 R Set No: III B.Tech. I Semester Regular and Supplementary Examinations, December - 23 DIGITAL COMMINICATIONS (Electronics and Communication Engineering) Time: 3 Hours Max Marks: 75 Answer

More information

WiFi 雷达 无所不在的感知 清华大学软件学院

WiFi 雷达 无所不在的感知 清华大学软件学院 WiFi 雷达 无所不在的感知 杨铮 清华大学软件学院 Outline Introduction Background Methods & Applications Conclusion 2 WiFi Signals Everywhere Visualization of WiFi signals by Luis Hernan 3 WiFi as Radar? WiFi Radar Omnipresent

More information

Chapter-3 Waveform Coding Techniques

Chapter-3 Waveform Coding Techniques Chapter-3 Waveform Coding Techniques PCM [Pulse Code Modulation] PCM is an important method of analog to-digital conversion. In this modulation the analog signal is converted into an electrical waveform

More information

Communications and Signals Processing

Communications and Signals Processing Communications and Signals Processing Dr. Ahmed Masri Department of Communications An Najah National University 2012/2013 1 Dr. Ahmed Masri Chapter 5 - Outlines 5.4 Completing the Transition from Analog

More information

Slides credited from Hsueh-I Lu, Hsu-Chun Hsiao, & Michael Tsai

Slides credited from Hsueh-I Lu, Hsu-Chun Hsiao, & Michael Tsai Slides credited from Hsueh-I Lu, Hsu-Chun Hsiao, & Michael Tsai Mini-HW 6 Released Due on 11/09 (Thu) 17:20 Homework 2 Due on 11/09 (Thur) 17:20 Midterm Time: 11/16 (Thur) 14:20-17:20 Format: close book

More information

Mixed Frequency Allocation Strategy for GSM-R

Mixed Frequency Allocation Strategy for GSM-R Mixed Frequency Allocation Strategy for GSM-R Xiao-Li Jiang, Xu Li State Key Laboratory of Rail Traffic Control and Safety (Beijing Jiaotong University), Beijing, 100044, China Abstract: In this paper,

More information

Nonuniform multi level crossing for signal reconstruction

Nonuniform multi level crossing for signal reconstruction 6 Nonuniform multi level crossing for signal reconstruction 6.1 Introduction In recent years, there has been considerable interest in level crossing algorithms for sampling continuous time signals. Driven

More information

产品规格书 金龙机电股份有限公司 JINLONG MACHINERY & ELECTRONIC CO., LTD. PRODUCT SPECIFICATION. 客户名称 / Buyer Name 客户信息. 客户料号 /Buyer s Part No.

产品规格书 金龙机电股份有限公司 JINLONG MACHINERY & ELECTRONIC CO., LTD. PRODUCT SPECIFICATION. 客户名称 / Buyer Name 客户信息. 客户料号 /Buyer s Part No. 金龙机电股份有限公司 JINLONG MACHINERY & ELECTRONIC CO., LTD. 产品规格书 PRODUCT SPECIFICATION 客户信息 客户名称 / Buyer Name 客户料号 /Buyer s Part No. 客户承认签章 /Buyer s Approval & Signatures 金龙公司 文件编号 /Spec No. KOTL-G-B003 版本 :A/0

More information

A Self-Adaptive Low-Voltage Current Mode ASK Demodulator for RFID Tags

A Self-Adaptive Low-Voltage Current Mode ASK Demodulator for RFID Tags A Self-Adaptive Low-Voltage Current Mode ASK Demodulator for RFID Tags Wei Liu, Yongming Li, Chun Zhang, Zhihua Wang Tsinghua National Laboratory for Information Science and Technology Institute of Microelectronics,

More information

TELECOMMUNICATION SYSTEMS

TELECOMMUNICATION SYSTEMS TELECOMMUNICATION SYSTEMS By Syed Bakhtawar Shah Abid Lecturer in Computer Science 1 MULTIPLEXING An efficient system maximizes the utilization of all resources. Bandwidth is one of the most precious resources

More information

Low Bit Rate Speech Coding Using Differential Pulse Code Modulation

Low Bit Rate Speech Coding Using Differential Pulse Code Modulation Advances in Research 8(3): 1-6, 2016; Article no.air.30234 ISSN: 2348-0394, NLM ID: 101666096 SCIENCEDOMAIN international www.sciencedomain.org Low Bit Rate Speech Coding Using Differential Pulse Code

More information

Compression and Image Formats

Compression and Image Formats Compression Compression and Image Formats Reduce amount of data used to represent an image/video Bit rate and quality requirements Necessary to facilitate transmission and storage Required quality is application

More information

17. Delta Modulation

17. Delta Modulation 7. Delta Modulation Introduction So far, we have seen that the pulse-code-modulation (PCM) technique converts analogue signals to digital format for transmission. For speech signals of 3.2kHz bandwidth,

More information

LECTURE VI: LOSSLESS COMPRESSION ALGORITHMS DR. OUIEM BCHIR

LECTURE VI: LOSSLESS COMPRESSION ALGORITHMS DR. OUIEM BCHIR 1 LECTURE VI: LOSSLESS COMPRESSION ALGORITHMS DR. OUIEM BCHIR 2 STORAGE SPACE Uncompressed graphics, audio, and video data require substantial storage capacity. Storing uncompressed video is not possible

More information

SOME EXAMPLES FROM INFORMATION THEORY (AFTER C. SHANNON).

SOME EXAMPLES FROM INFORMATION THEORY (AFTER C. SHANNON). SOME EXAMPLES FROM INFORMATION THEORY (AFTER C. SHANNON). 1. Some easy problems. 1.1. Guessing a number. Someone chose a number x between 1 and N. You are allowed to ask questions: Is this number larger

More information

Waveform Coding Algorithms: An Overview

Waveform Coding Algorithms: An Overview August 24, 2012 Waveform Coding Algorithms: An Overview RWTH Aachen University Compression Algorithms Seminar Report Summer Semester 2012 Adel Zaalouk - 300374 Aachen, Germany Contents 1 An Introduction

More information

Chapter 4. Digital Audio Representation CS 3570

Chapter 4. Digital Audio Representation CS 3570 Chapter 4. Digital Audio Representation CS 3570 1 Objectives Be able to apply the Nyquist theorem to understand digital audio aliasing. Understand how dithering and noise shaping are done. Understand the

More information

Communication Theory II

Communication Theory II Communication Theory II Lecture 13: Information Theory (cont d) Ahmed Elnakib, PhD Assistant Professor, Mansoura University, Egypt March 22 th, 2015 1 o Source Code Generation Lecture Outlines Source Coding

More information

EEE482F: Problem Set 1

EEE482F: Problem Set 1 EEE482F: Problem Set 1 1. A digital source emits 1.0 and 0.0V levels with a probability of 0.2 each, and +3.0 and +4.0V levels with a probability of 0.3 each. Evaluate the average information of the source.

More information

Pantomimes 圣诞节上演的话剧. Look Behind You! 就在你身后!

Pantomimes 圣诞节上演的话剧. Look Behind You! 就在你身后! Pantomimes 1 Look Behind You! 就在你身后! Pantomimes 圣诞节上演的话剧 In winter in Britain, many children and adults enjoy going to the theatre to watch a pantomime Pantomimes are a very old form of entertainment,

More information

Fundamentals of Digital Communication

Fundamentals of Digital Communication Fundamentals of Digital Communication Network Infrastructures A.A. 2017/18 Digital communication system Analog Digital Input Signal Analog/ Digital Low Pass Filter Sampler Quantizer Source Encoder Channel

More information

US SEALED SERIES. Structure. Features 特点. Connector M Connector F

US SEALED SERIES. Structure. Features 特点. Connector M Connector F US SEALED SERIES Structure Connector M Connector F Features 特点 Housing Housing TPA TPA Terminal Terminal Wire Seal Wire Seal US sealed series comply with SAE/USCAR-2. This series consits of 0.64mm, 1.5mm,

More information

Chapter-1: Introduction

Chapter-1: Introduction Chapter-1: Introduction The purpose of a Communication System is to transport an information bearing signal from a source to a user destination via a communication channel. MODEL OF A COMMUNICATION SYSTEM

More information

RACL Activity Class AC Drawing Watercolor Teacher: Liu, Katie WeChat ID: l_katie22

RACL Activity Class AC Drawing Watercolor Teacher: Liu, Katie WeChat ID: l_katie22 Teacher: Liu, Katie lkatie.0322@gmail.com 919-917-3667 WeChat ID: l_katie22 Hi, my name is Katie Liu and I m a senior at Raleigh Charter High School a s well as a RACL alumna! I ve been pursuing art for

More information

用户手册 HE-XE & HE-XT 100, 102, 103, 104, 105

用户手册 HE-XE & HE-XT 100, 102, 103, 104, 105 用户手册 HE-XE & HE-XT 100, 102, 103, 104, 105 HE-XE220C100/HE-XE220C000, HE-XT220C100/HE-XT220C000 HE-XE220C112 / HE-XE220C01, HE-XT220C112 / HE-XT220C012 HE-XE220C114 / HE-XE220C014, HE-XT220C114 / HE-XT220C014

More information

FTP10N40/FTA10N40 400V N 沟道 MOS 场效应管. 产品特点 低的导通电阻 低的栅极电荷 ( 典型值为 34nC) 开关速度快 100% 雪崩测试 符合 RoHS 标准 / 无铅封装 产品应用 高效开关电源 适配器 / 充电器 有源功率因数校正 液晶面板电源 订购代码

FTP10N40/FTA10N40 400V N 沟道 MOS 场效应管. 产品特点 低的导通电阻 低的栅极电荷 ( 典型值为 34nC) 开关速度快 100% 雪崩测试 符合 RoHS 标准 / 无铅封装 产品应用 高效开关电源 适配器 / 充电器 有源功率因数校正 液晶面板电源 订购代码 400V N 沟道 MOS 场效应管 产品特点 低的导通电阻 低的栅极电荷 ( 典型值为 34nC) 开关速度快 00% 雪崩测试 符合 RoHS 标准 / 无铅封装 BV DSS R DS(ON) (Max.) I D 400V 0.50Ω 0A 产品应用 高效开关电源 适配器 / 充电器 有源功率因数校正 液晶面板电源 订购代码 器件型号封装形式标识 FTP0N40 TO-220 FTP0N40

More information

NOISE SHAPING IN AN ITU-T G.711-INTEROPERABLE EMBEDDED CODEC

NOISE SHAPING IN AN ITU-T G.711-INTEROPERABLE EMBEDDED CODEC NOISE SHAPING IN AN ITU-T G.711-INTEROPERABLE EMBEDDED CODEC Jimmy Lapierre 1, Roch Lefebvre 1, Bruno Bessette 1, Vladimir Malenovsky 1, Redwan Salami 2 1 Université de Sherbrooke, Sherbrooke (Québec),

More information

UNIT-1. Basic signal processing operations in digital communication

UNIT-1. Basic signal processing operations in digital communication UNIT-1 Lecture-1 Basic signal processing operations in digital communication The three basic elements of every communication systems are Transmitter, Receiver and Channel. The Overall purpose of this system

More information

Auditory modelling for speech processing in the perceptual domain

Auditory modelling for speech processing in the perceptual domain ANZIAM J. 45 (E) ppc964 C980, 2004 C964 Auditory modelling for speech processing in the perceptual domain L. Lin E. Ambikairajah W. H. Holmes (Received 8 August 2003; revised 28 January 2004) Abstract

More information

UNIT III -- DATA AND PULSE COMMUNICATION PART-A 1. State the sampling theorem for band-limited signals of finite energy. If a finite energy signal g(t) contains no frequency higher than W Hz, it is completely

More information

INVESTIGATION OF BICYCLE TRAVEL TIME ESTIMATION USING BLUETOOTH SENSORS FOR LOW SAMPLING RATES

INVESTIGATION OF BICYCLE TRAVEL TIME ESTIMATION USING BLUETOOTH SENSORS FOR LOW SAMPLING RATES ZHENYU MEI, Ph.D. E-mail: meizhenyu@zju.edu.cn Zhejiang University Department of Civil Engineering Zijingang Campus, Hangzhou, 38, China DIANHAI WANG, Ph.D. E-mail: wangdianhai@zju.edu.cn Zhejiang University

More information

SPECIFICATION FOR APPROVAL

SPECIFICATION FOR APPROVAL FOR APPROVAL CUSTOMER : 01097 REV.00 ARTICLE: STANDARD : UL/GS/CE/SAA 桌面式 MODEL NO. : DYS40-240166W OUR PART NO.: DYS40-240166-16922 YOUR PART NO.: INPUT : 100-240V AC 50/60Hz OUTPUT: 24.0V DC 1.66A 供应商确认

More information

Pulse Code Modulation (PCM)

Pulse Code Modulation (PCM) Pulse Code Modulation (PCM) PCM in the Bell System Multiplexing PCM Asynchronous PCM Extensions to PCM Differential PCM (DPCM) Adaptive DPCM (ADPCM) Delta-Sigma Modulation (DM) Vocoders PCM in the Bell

More information

Chapter 4 Digital Transmission 4.1

Chapter 4 Digital Transmission 4.1 Chapter 4 Digital Transmission 4.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 4-1 DIGITAL-TO-DIGITAL CONVERSION In this section, we see how we can represent

More information

EE482: Digital Signal Processing Applications

EE482: Digital Signal Processing Applications Professor Brendan Morris, SEB 3216, brendan.morris@unlv.edu EE482: Digital Signal Processing Applications Spring 2014 TTh 14:30-15:45 CBC C222 Lecture 12 Speech Signal Processing 14/03/25 http://www.ee.unlv.edu/~b1morris/ee482/

More information

Stars Snub Twilight Premiere 明星怠慢 暮光之城 首映式

Stars Snub Twilight Premiere 明星怠慢 暮光之城 首映式 Stars Snub Twilight Premiere 明星怠慢 暮光之城 首映式 1 Stars Snub Twilight Premiere 明星怠慢 暮光之城 首映式 Dedicated Fans Left Disappointed 忠实的粉丝们大失所望 Read the text below and do the activity that follows. 阅读下面的短文, 然后完成练习

More information

SOME PHYSICAL LAYER ISSUES. Lecture Notes 2A

SOME PHYSICAL LAYER ISSUES. Lecture Notes 2A SOME PHYSICAL LAYER ISSUES Lecture Notes 2A Delays in networks Propagation time or propagation delay, t prop Time required for a signal or waveform to propagate (or move) from one point to another point.

More information

Chapter 3. Cellular Concept

Chapter 3. Cellular Concept Chapter 3 Cellular Concept Contents 3.1 Introduction 3.2 Frequency Reuse 3.3 Channel Assignment Strategies 3.4 Handoff Strategies 3.5 Interference and System Capacity 3.6 Trunking and Grade of Service

More information

型号 :ZLE12864B-FFSSWE-NAA

型号 :ZLE12864B-FFSSWE-NAA 修改记录 版本号 :. 型号 :ZLE2864B-FFSSWE-NAA 版本号 日期 PAGE 内容. 28-9-9 NEW RELEASE ================================================================== ZLE2864B 28X64 DOTS GRAPHICS MODULE PAGE: OF29 LCD MODULE NUMBERING

More information

Image Compression using DPCM

Image Compression using DPCM GRD Journals- Global Research and Development Journal for Engineering Volume 2 Issue 4 March 2017 ISSN: 2455-5703 Image Compression using DPCM Reenu Sharma PG Student Department of Electronics & Communication

More information

Telecommunication Electronics

Telecommunication Electronics Politecnico di Torino ICT School Telecommunication Electronics C5 - Special A/D converters» Logarithmic conversion» Approximation, A and µ laws» Differential converters» Oversampling, noise shaping Logarithmic

More information

CHAPTER 6: REGION OF INTEREST (ROI) BASED IMAGE COMPRESSION FOR RADIOGRAPHIC WELD IMAGES. Every image has a background and foreground detail.

CHAPTER 6: REGION OF INTEREST (ROI) BASED IMAGE COMPRESSION FOR RADIOGRAPHIC WELD IMAGES. Every image has a background and foreground detail. 69 CHAPTER 6: REGION OF INTEREST (ROI) BASED IMAGE COMPRESSION FOR RADIOGRAPHIC WELD IMAGES 6.0 INTRODUCTION Every image has a background and foreground detail. The background region contains details which

More information

An Efficient Zero-Loss Technique for Data Compression of Long Fault Records

An Efficient Zero-Loss Technique for Data Compression of Long Fault Records FAULT AND DISTURBANCE ANALYSIS CONFERENCE Arlington VA Nov. 5-8, 1996 An Efficient Zero-Loss Technique for Data Compression of Long Fault Records R.V. Jackson, G.W. Swift Alpha Power Technologies Winnipeg,

More information

EMF Safety and Actions in China Telecom

EMF Safety and Actions in China Telecom 4 th ITU Green Standards Week EMF Safety and Actions in China Telecom Tan Rumeng China Telecommunications Corp. 25 September 2014 Outline 31 Background 2 EMF safety in China 3 EMF actions in China Telecom

More information

Version:2.0 M1+/M2/M3

Version:2.0 M1+/M2/M3 Version:2.0 M1+/M2/M3 Safety Information CAUTION: To reduce the risk of electric shock, do not remove any cover(or the rear section). No user serviceable parts inside. Refer servicing to qualified service

More information

Audio Signal Compression using DCT and LPC Techniques

Audio Signal Compression using DCT and LPC Techniques Audio Signal Compression using DCT and LPC Techniques P. Sandhya Rani#1, D.Nanaji#2, V.Ramesh#3,K.V.S. Kiran#4 #Student, Department of ECE, Lendi Institute Of Engineering And Technology, Vizianagaram,

More information

CSCD 433 Network Programming Fall Lecture 5 Physical Layer Continued

CSCD 433 Network Programming Fall Lecture 5 Physical Layer Continued CSCD 433 Network Programming Fall 2016 Lecture 5 Physical Layer Continued 1 Topics Definitions Analog Transmission of Digital Data Digital Transmission of Analog Data Multiplexing 2 Different Types of

More information