In digital circuits, MOSFETs are used as switches. What are the key features of an ideal switch? Provide your own argument as to whether MOSFETs are ideal switches based on their I-V curves and why.
In: Electrical Engineering
Draw the waveform and eye diagram of BPSK and BFSK and from this diagram find the bit spacing.
In: Electrical Engineering
Describe the challenges of GaN material. Explain why it can be applied in 5G communication.
In: Electrical Engineering
Consider the following periodic signal : x(t)=∑∞n=−∞Π(t−4n2). 1. Determine and plot the spectrum Fourier Transform of signal x(t) ( For plot : Use only interval n=-2 to n=2). 2. Based on the result obtained in part one. Determine Complex Exponential Fourier Series, and trigonometric Fourier Series. 3. Evaluate the energy spectral density of the periodic signal x(t) in rang (n=-2 to n=2)
In: Electrical Engineering
Both the knee voltage and knee current of a Zener diode are two critical parameters marking the onset
of Zener breakdown. How to you incorporate these two parameters in the equivalent circuit of Zener
diode (The equivalent circuit of Zener diode that we developed in lectures does not take into account
of the knee voltage and knee current)
In: Electrical Engineering
A) Given an electric field:
Ei = ˆx100e−γ z V/m Find the associated magnetic field. ( Note: Ei is vector, and ˆx = x hat)
B) if this field is normally incident on a uniform lossy medium with Er = 3.0, tan δ = 0.1, and μ = μ0
Initially propagating in air, find both the reflection and transmission coefficients.
In: Electrical Engineering
122-A galvanometer shows a deflection of 36 degrees for a current of 3,6mA when a rectangular coil of area 30cm x 30cm with 100 turns of wire is suspended with the value of B=4x10-2 , find the torsional constant of the suspension wire
122B-A delta network has the following values RAB =120ohms, RBC=150ohms, RCA=200ohms
calculate the values of the equivalent star network
In: Electrical Engineering
Consider the message ‘is he it she is this is it is’. (Include space between each word also as a symbol)
Obtain:
In: Electrical Engineering
A 400V, 50 Hz , 80 hp eight pole Δ connected synchronous motor has a reactance of 0.6 and negligible armature resistance. Its friction, windage and core losses are 1.2KW, 0.5KW and 1KW respectively .
In: Electrical Engineering
I am working on an IOT BASED HOME AUTOMATION
PROJECT...I want to make use of a camera in this system to be able
to capture movements or happenings in the house...
Can this be accomplished by using NODEMCU,ARDUINO,RASPBERRY
PIE..
if yes...I need detailed ways on how to do it using each of
them.
In: Electrical Engineering
In: Electrical Engineering
2) (a) Calculate the Capacitance per unit area of a MOSCAP with an oxide thickness of 2 , when it is biased in inversion. The oxide is Silicon dioxide, the semiconductor is silicon, and the metal is Copper. (b) Does your answer depend on if the silicon substrate is p-type or n-type? (c) Does your answer depend on the type of metal used.
In: Electrical Engineering
Magnetic Circuits
Q1: What are concept needed to solve Magnetic circuit problems
Q2: how to draw phasor diagram of the magnetic circuit?
In: Electrical Engineering
Q7.1 The normalized passband edge angular frequency
Wp is - 0.2
The normalized stopband edge angular frequency Ws is -
0.4
The desired passband ripple Rp is - 0.5 dB
The desired stopband ripple Rs is - 40 dB
In Matlab:
Q7.X1 Design a fixed window FIR filter satisfying the specifications in Q7.1. Plot the magnitude and phase responses. Also include magnified plots of passband and stopband showing how well the filter satisfies the design specifications.
In: Electrical Engineering
EENG 1910: Project I – Introduction to Electrical Engineering Assignment-8
1. Create a MATLAB function that will take as inputs the radius
(r) and height (h) of a cone and calculate its volume. The formula to compute the volume of a cone is as follows.
1
? = 3 ??2ℎ
Write a descriptive comment on the use of the function so that
the user by typing help nameofyourfunction has all the necessary information to use your function.
In each of the following questions (2. & 3.), first, evaluate the given MATLAB code for each of the test cases without using MATLAB. Then, using MATLAB, check the answers you obtained first.
2.
if n > |
1 |
a. n |
= |
-25 |
m |
= |
? |
m = |
n+1 |
b. n |
= |
2 |
m |
= |
? |
elseif |
n==0 |
c. n |
= |
10 |
m |
= |
? |
m = |
n |
d. n |
= |
0 |
m |
= |
? |
else |
|||||||
m = |
n-10 |
end
3.
switch letter a. letter = ‘p’ case ‘x’ b. letter = ‘y’ disp(‘Hello’) c. letter = ‘q’ case{‘y’, ‘Y’} d. letter = ‘Q’
disp(‘Yes’) e. letter = ‘x’ case ‘Q’
disp(‘Quit’)
otherwise
disp(‘Error’)
end
Note: When you copy and paste codes into MATLAB, some characters may not correctly translate. As a result, you may have to correct them for the script to run properly.
The script pickPizzaCase.m posted on Canvas is written using a case statement. Analyze it and convert it to if-elseif-else statement.
>> conversioncode
Please enter a temperature value in Celsius: 45 Do you want K or F? k
The temperature in Kelvin is: 318.15.
Please enter a temperature value in Celsius: 29.3 Do you want K or F? f
The temperature in Fahrenheit is: 84.74.
>> conversioncode
Please enter a temperature value in Celsius: 78 Do you want K or F? K
The temperature in Kelvin is: 351.15.
>> conversioncode
Please enter a temperature value in Celsius: 74 Do you want K or F? P
Please enter F or K!
Note: Lesson-8 has a sample code that could simply be modified. Also, conversioncode is simply the name that I have given to my script. The conversions can be performed using the formulas below.
? = ? + 273.15
? = 9 ? + 32
5
In: Electrical Engineering