The substation bus bar is made up of made 1.5 inches round copper bars 30 ft long. What is the resistance of each bar?
Use the K-map to reduce the Boolean expression Y
𝒀 = Σm(0,1,2,7,8,11,12,14 ) + d(3,5)
Design 3-bit binary to gray converter using k-map.
Write the standard SOP form, standard POS form, Min-terms and Max-terms
representations of the following expression.
Z = A'B + (AC)
Find 7-bit left to right odd parity hamming code for the BCD of (C5)16.
How is AM signal generated? Explain.
A-3: Write a function that takes an array of integers as input and prints the second-maximum difference between any two elements from an array.
Example:
int arr[]={14, 12, 70, 15, 95, 65, 22, 30};
First max-difference = 95-12=83
Second max-difference = 95 -14 = 81
So output should be 81
find inverse z transform by Matlab code.
F=z^2+(2z-5)/3z^4-z^3+8z^2+(z-5);
find inverse z transform by matlab code.
F=z^2+(2z-5)/3z^4-z^3+8z^2+(z-5);
y (n)=x (n+4) is stable or unstable output by matlab code.