Question

In: Electrical Engineering

A low voltage digital device has a low state of 0 V and a high state...

A low voltage digital device has a low state of 0 V and a high state of
1.8 V. It generates a signal train of high pulses at a rate of 1 MHz, these
pulses having a 10 ns width and transition times of 100 ps.
(a) Plot the upper bound of its harmonic components up to 10 GHz.
(b) Determine the amplitudes of the third and 101st harmonics.
(c) Determine the signal bandwidth.

Solutions

Expert Solution

MATLAB code for plotting spectrum is shown below:

tres = 1e-12;
Tp = 1e-6;
t = (0:tres:Tp-tres);
n = t/tres;
Trise = 100*1e-12;
V(1:Trise/tres) = t(1:Trise/tres)/Trise;
Ton = 10*1e-9;
V(Trise/tres + 1:Ton/tres) = 1;
V(Ton/tres+1:(Ton+Trise)/tres) = 1-(t(Ton/tres+1:(Ton+Trise)/tres) - t(Ton/tres))/Trise;
V((Ton+Trise)/tres+1:length(t)) = 0;
frequency = 1/tres/npoint*(0:1:length(VFFT)/2);
index_10G = find(frequency==1e10)
semilogx(frequency(1:index_10G)/1e6,20*log10(abs(VFFT(1:index_10G)))-20*log10(npoint/2))
grid on
xlabel('frequency(MHz)')

ylabel('magnitude of FFT(dB)')

V_3rd = 20*log10(abs(VFFT(3))) - 20*log10(npoint/2)
V_101st = 20*log10(abs(VFFT(101))) - 20*log10(npoint/2)

index_bw = find(abs(abs(VFFT)-abs(VFFT(1)/(2^0.5)))==min(abs(abs(VFFT)-abs(VFFT(1)/(2^0.5)))));

fbw = frequency(index_bw);

Magnitude plot of spectrum till 10GHz is shown below

(b) 3rd harmonics magnitude = -33.98dB and 101st harmonic magnitude = -113.98 dB

(c) -3dB bandwidth of the signal = 44MHz


Related Solutions

Bound state in potential. Where V(x)=inf for x<0 V(x)=0 for 0 ≤ x ≤ L V...
Bound state in potential. Where V(x)=inf for x<0 V(x)=0 for 0 ≤ x ≤ L V (x) = U for x > L Write down the Schrödingerequation and solutions (wavesolutions) on general form for the three V(x).
Problem 4. A high-voltage power supply should have a nominal output voltage of 350 V. A...
Problem 4. A high-voltage power supply should have a nominal output voltage of 350 V. A sample of four units is selected each day and tested for process-control purposes. The data (see sheet Problem4 in Homework 4.xlsx) give the difference between the observed reading on each unit and the nominal voltage times ten; that is, ?? = (observed voltage on unit ? - 350)*10 (a) Set up ?̅ and ? charts on this process. Is the process in statistical control?...
A high-level voltage power supply should have a nominal output voltage of 350 V. A sample...
A high-level voltage power supply should have a nominal output voltage of 350 V. A sample of four units is selected each day and tested for process-control purposes. The data (20 days, 1 sample/day) shown in the table below give the difference between the observed reading on each unit and the nominal voltage times ten; that is, xi = (observed voltage on unit 350)*10. Voltage Data Voltage Data Sample # xi Sample # xi 1 6 11 8 1 9...
How is a low voltage two stage electrostatic precipitator different from a high voltage single stage...
How is a low voltage two stage electrostatic precipitator different from a high voltage single stage electrostatic precipitator? Explain the operation of a plate type electrostatic precipitator. Include a schematic view of the electrostatic precipitator and mention the size-efficiency relationship.
The device used for generating very high voltage is call a(n)    Note: in own word
The device used for generating very high voltage is call a(n)    Note: in own word
The very high internal resistance of digital multimeters, in their voltage-measuring ranges, can be used to...
The very high internal resistance of digital multimeters, in their voltage-measuring ranges, can be used to measure extremely low currents (even though the DMM may not offer a low current range explicitly). Suppose, for example, you want to measure the small current that flows through a 1000 M ohm "leakage" resistance (that term is used to describe a small current that ideally should be absent entirely, for example through the insulation of an underground cable). You have available a standard...
A 1200 kW, 550 V DC generator has a terminal voltage of 500 V at rated...
A 1200 kW, 550 V DC generator has a terminal voltage of 500 V at rated current. It is being driven at a speed of 400 rpm. The armature resistance is 0.0009 Ω. a. Determine the armature voltage. b. Determine the developed torque. c. Determine the armature copper loss.
The fundamental vibrational transition of the 12C16O in the electronic ground state from v=0 to v=1...
The fundamental vibrational transition of the 12C16O in the electronic ground state from v=0 to v=1 occurs at 2,170 cm-1. The bottom of the Morse potential for the anharmonic oscillator is well approximated by a parabola, the potential well for the harmonic oscillator, especially when the transition is measured with precision limited to 1 cm-1. a) Demonstrate that, in the harmonic oscillator approximation of the IR spectroscopy, the frequency of the fundamental transition is equal to the frequency of the...
The voltage across an inductor is 65 V and has a frequency of 430 Hz. If...
The voltage across an inductor is 65 V and has a frequency of 430 Hz. If the current in the inductor is 0.27 A, what is the value of its inductance?
An LED has a forward voltage drop of 2.25 V. As seen in the figure, it...
An LED has a forward voltage drop of 2.25 V. As seen in the figure, it is in series with: an AC source of V(t)=V0sin(2πft) with V0= 4.00 V, f=1 Hz, and a resistor R= 200 Ω d. The whole flash: 1) If you were watching the LED, you would see it turn on and off with a period of 1s. During the 1s period, compute how long the LED is on (the time Δt of each pulse). 2) How...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT