What acknowledgment signals are there in I2C bus?
In: Electrical Engineering
Using Behavorial VHDL, design a 4-bit up/down counter.
In: Electrical Engineering
1a) In your own words, what is the difference between Transport Control Protocol (TCP) and User Datagram Protocol (UDP)? Also give some examples of services that use TCP and UDP.
b) PC1 is assigned the IP address 192.168.13.8 with a subnet mask of 255.255.255.224. PC1 sends a packet to PC2 which has an IP address of 192.168.13.65. Is PC1 (192.168.13.8) and PC2 (192.168.13.65) in the same subnet based on the subnet mask of PC1 (255.255.255.224)?
In: Electrical Engineering
Instructions:
1. Solve the following problems in a MATLAB script. You will be allowed to submit only one script, please work all the problems in the same script (Hint: careful with variables names)
2. Show your work and make comments in the same script (Use %). Please write your name in the first line of the scrip with %
3. It is OK to work with other students, but what you submit should be your own work – not something copied from someone else.
P1: For the following matrices ? = [ 2.3 7.6 3.4 −5.8 ] and ? = [2.4 5.9 −6.7 9.0 ] find:
a. Matrix A time matrix B
b. Every element of matrix A times every element of matrix B
c. Determinant of matrix A
d. Transpose of matrix A
e. Subtract A from B
f. Inverse of matrix B
g. Square matrix A
h. Square every element in matrix A
i. R=inv(A)*B
j. S=A\B
P2: Let’s consider a system of 3 equations X+Y-2Z=0, X+Y+Z=1 and 2Y-Z+5=0.
a. Find the matrix of coefficients (A)
b. Find the matrix of outputs (B)
c. Solve to find the values of the variables inv(A)*B
d. Solve to find the values using equationToMatrix command (Note: you will need the symbolic library)
e. Solve using linsolve command (Note: you will need the symbolic library)
P3: For the following control system polynomial 2P3+P+P5-2P4+3P2+4=0 find the solution (roots of the polynomial)
P4: For X=-3π up to 3πin intervals of π/100.
a. Plot Y1=sin(X) as a magenta line
b. Plot Y2=cos(X) as a black double dotted line c. Plot Y1 and Y2 in the same plot without using the hold on/off command.
d. For Y3= Y1 times Y2, plot Y1, Y2 and Y3 in the same graph. Y3 will be green line. Add title, axis label and a legend.
P5: For X=0 up to 2πin intervals of π/100 with the following equations
Y4=sin(X), Y5=sin(X-0.25), Y6=sin (X-0.5), Y7=sin(X-0.75), Y8=sin(X)sin(X-0.75)
a. Plot Y4, Y5 and Y6 in the same plot. Add title, labels, legend. Plot them with different colors and line styles
b. Plot Y4, Y5, Y6 and Y7 as subplots. Add title, labels. Plot them with different colors and line styles
c. Plot Y4 and Y8 in the same plot using the hold on/off. Add title, labels. Plot them with different colors and line styles
d. Plot Y5*Y6 and Y8 in the same plot without using the hold on/off. Add title, labels. Plot them with different colors and line styles
e. Plot one of the Y equations as a 3D graph. Please add title and labels
In: Electrical Engineering
Conduct a literature review on the electrostatic theory and its application to systems. Students should understand the underlying principle in solving magnetostatic field problems to answer the following question.
In: Electrical Engineering
Design a synchronous counter of four-bit using D flip‐flops and gates (AND, OR etc.)
*use verilog language modules and test and explain briefly
In: Electrical Engineering
Two advantages for full mesh over shared medium Two disadvantages for full mesh over shared medium.
Outline what a MAC protocol is and why it is used for shared medium case
In: Electrical Engineering
se the Laplace transform to solve the given initial-value problem. y'' − 6y' = 10e^5t − 5e^−t, y(0) = 1, y'(0) = −1
In: Electrical Engineering
How does a diode affect an AC signal?
In: Electrical Engineering
The magnetic flux density in a region of free space is given by B = −x2 ax + 2y3 ay − 2z az T. Find the total force on the rectangular loop shown which lies in the plane y = 0 and is bounded by x = 1, x = 3, Z= 2, and Z= 5, all dimensions in cm. The current is 30 ampere in anticlockwise direction.
In: Electrical Engineering
Design a microcomputer system using a uP 8086 10 Mhz. This system must have a Coprocessor 8087, a parallel connector, a serial connector, ADC and DAC connector for data conversion, a 16 byte seven segment display, a 64-key matrix keyboard, a USB connector thru a DMA for high speed data transfer. A special connector to connect a printer. The system must have an interrupt controller to handle all the I/O interface. The main memory size will be 1 Mbyte.
Show all the diagrams needed to construct your design including all the I/O interface and devices connected, show a memory map and the type of memory you will need for you design including the configuration and decoding system. You must include the programming needed for set up the complete system. Use pseudo code for each driver and program each of the interface needed.
In: Electrical Engineering
1. What is the main concept of operating DC-AC converters
?
2. List 3 different methods for eliminating or reducing the output
harmonics in inverters.
3. What is the major challenge for operating an inverter ?
4. What is blanking time, and why is it important in operating any
inverter ?
5. Briefly explain the basic concept of PWM technique for 1phase
inverters.
6. Output filters in inverters suffer from a main functional
limitation, what is this limitation?
In: Electrical Engineering
In: Electrical Engineering
Q) design and analyze a current limited series voltage
regulator that includes op amp and 8V zener diode . The regulated
output voltage should be 40V and the output current should be
limited to 800mA . The zener current should be 9mA when Vi =
35V.
(solve neatly)
In: Electrical Engineering
Given the following four numbers:
(a) 01101010 (b) 11110001 (c) 10001000 (d) 00100010
Question:
(i) Perform (a) + (b) in the 2’s complement form.
(ii) Perform (d) – (c) in the 2’s complement form.
(iii) Multiply (a) by (b) in the 2’s complement form.
(iv) Divide (c) by (d) in the 2’s complement form.
In: Electrical Engineering