Question

In: Electrical Engineering

Digitization of signals Consider the analog signal s(t) = 5sin(500t +p 5)+ cos(200t +p 4) to...

Digitization of signals Consider the analog signal s(t) = 5sin(500t +p 5)+ cos(200t +p 4) to be transferred over a digital communications system. (a) Compute the maximum allowable sampling period that the analog-to-digital converter (ADC) must use to ensure the perfect reconstruction of the signal at the receiver. (b) What theorem governs the choice made in part (a)? (c) How many samples of the analog signal do we need to store in order to reproduce 10p seconds of it (i.e., the analog signal)? (d) Use MATLAB code to verify whether or not the samples collected can be used to uniquely reproduce the analog signal.

Solutions

Expert Solution

(a) The maximum frequency sontent in the given signal is wmax = 500 rad /sec. => fmax = 500/(2*pi) = 79.6 Hz (approximately).

Minimum sampling rquired is fs = 2*fmax = 159.2 samples/sec.

maximum allowable sampling period is given by T = 1/fs = 0.0063 sec = 6.3ms

(b) The minimum sampling rate requirement in the above solution is taken from NYQUIST SAMPLING THEOREM.

Which states that for faithful reproduction of signal from its samles will occur if the sampling rate is atleast twice the maximum frequency content in the signal.

(c) In 10 seconds time 10/T samples = 10/0.0063 = 1587 samples are stored.

(d) MATLAb code is given below in bold letters.

T = 0.0063;
fs = 1/T;
t = 0:T:10;
s = 5*sin(500*t+pi/5)+cos(200*t+pi/4);
figure;plot(t,s);title('s(t) sampled at minimum sampling requirement');

it is observed that the signal content is preserved.


Related Solutions

A signal has the functional form f(t) = 5sin(40πt) and is sampled at a rate of...
A signal has the functional form f(t) = 5sin(40πt) and is sampled at a rate of 30 samples per second. What false alias frequency would you expect in the discrete data? What sampling rate would avoid aliasing this signal?
Plot the signal s(t) = cos(2πt), and then illustrate the resulting samples with the following sampling...
Plot the signal s(t) = cos(2πt), and then illustrate the resulting samples with the following sampling intervals: [30 points] • Ts= 0.5 sec. • Ts= 0.75 sec • Ts =1 sec. (a) For each case, also sketch the reconstructed continuous time signal from the samples using linear interpolation (i.e. connecting samples by straight lines). (b) In which case the sampled signal has aliasing distortion? What is the minimal sampling frequency and the corresponding sampling interval needed to avoid aliasing?
Consider an AM modulator with the followings: the message signal is m(t)= 0.5 cos (2πfmt), the...
Consider an AM modulator with the followings: the message signal is m(t)= 0.5 cos (2πfmt), the carrier signal frequency is 200kHz, the carrier signal amplitude is unity, the amplitude sensitivity is 1.6. Which one is the power of the lower side-band ?
Find the Fourier coefficients of the following signal. x(t) = 5 + 2sin(w0.t) + cos(2.w0.t) -...
Find the Fourier coefficients of the following signal. x(t) = 5 + 2sin(w0.t) + cos(2.w0.t) - 3sin(2.w0.t)
energy and power of signals. (a) Plot the signal x(t) = e−tu(t) and determine its energy....
energy and power of signals. (a) Plot the signal x(t) = e−tu(t) and determine its energy. What is the power of x(t)? (b) How does the energy of z(t) = e−∣t∣, −∞ < t < ∞, compare to the energy of z1(t) = e−tu(t)? Carefully plot the two signals. (c) Consider the signaly(t) = sign[xi(t)] =  1 xi(t) ≥ 0 −1 xi(t) < 0 for −∞ < t < ∞,i = 1,2. Find the energy and the power of...
3. For the following analog signal: xa(t) = 3sin(40πt) + 3cos(50πt) which is sampled at a...
3. For the following analog signal: xa(t) = 3sin(40πt) + 3cos(50πt) which is sampled at a rate of 100 samples/second. a. Design an IIR digital filter that will pass the first component 3sin(40πt) with attenuation of less than 1 dB and suppress the second component 3cos(50πt) at least 50 dB. The filter should be monotonic in the passband and have ripple in the stopband. b. Generate 500 samples of the sampled signal xa(t) at the given sampling rate and use...
3. For the following analog signal: xa(t) = 3sin(40πt) + 3cos(50πt) which is sampled at a...
3. For the following analog signal: xa(t) = 3sin(40πt) + 3cos(50πt) which is sampled at a rate of 100 samples/second. a. Design an IIR digital filter that will pass the first component 3sin(40πt) with attenuation of less than 1 dB and suppress the second component 3cos(50πt) at least 50 dB. The filter should be monotonic in the passband and have ripple in the stopband. ( 2 points ) b. Generate 500 samples of the sampled signal xa(t) at the given...
Suppose S = {p, q, r, s, t, u} and A = {p, q, s, t}...
Suppose S = {p, q, r, s, t, u} and A = {p, q, s, t} and B = {r, s, t, u} are events. x p q r s t u p(x) 0.15 0.25 0.2 0.15 0.1 (a) Determine what must be p(s). (b) Find p(A), p(B) and p(A∩B). (c) Determine whether A and B are independent. Explain. (d) Arer A and B mutually exclusive? Explain. (e) Does this table represent a probability istribution of any random variable? Explain.
Design an analog-digital converter circuit with OpAmp that receives a 5 Vp sinusoidal signal and a...
Design an analog-digital converter circuit with OpAmp that receives a 5 Vp sinusoidal signal and a 3.5 V trip level as input. It must deliver a TTL (Low / High) signal as output.
Design an analog-digital converter circuit with OpAmp that receives a 5 Vp sinusoidal signal and a...
Design an analog-digital converter circuit with OpAmp that receives a 5 Vp sinusoidal signal and a 3.5 V trip level as input. It must deliver a TTL (Low / High) signal as output.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT