5. A pure sine wave cannot convey any information, some change
in amplitude or frequency, known...
5. A pure sine wave cannot convey any information, some change
in amplitude or frequency, known as modulation, is required. By
combining two sines with slightly different frequencies and
wavelengths, the modulated amplitude becomes a sinusoid with phase
speed ( modulation speed)Δω/Δk, and called group velocity. Let w1 =
w – Δω ; w2=w+ Δω ; k1 = k – Δk; k2= k + Δk show that a. D(x,t) =
sin(k1x-w1t) + sin(k2x-w2t)= 2sin(kx-wt)cos(Δk*x-Δω*t) b. group
velocity = Δω /...
Let w(x,y,z) = x^2+y^2+z^2 where x=sin(8t), y=cos(8t) , z=
e^t
Calculate dw/dt by first finding dx/dt,...
Let w(x,y,z) = x^2+y^2+z^2 where x=sin(8t), y=cos(8t) , z=
e^t
Calculate dw/dt by first finding dx/dt, dy/dt, and dz/dt and using
the chain rule
dx/dt =
dy/dt=
dz/dt=
now using the chain rule calculate
dw/dt 0=
a) Represent the following logic function F(w, x, y, z) on a 4
variable K-map F(w,...
a) Represent the following logic function F(w, x, y, z) on a 4
variable K-map F(w, x, y, z) = Σm(6, 7, 9, 10, 13) + dc(4, 5, 11,
15)
b)Write down the list of the function’s prime implicants (PI)
and the essential prime implicant(s) (EPI), if any
c)Find a minimum expression in a sum-of-products form of the
logic function F(w, x, y, z).
For each of the random quantities X,Y, and Z, defined below
(a) Plot the probability mass...
For each of the random quantities X,Y, and Z, defined below
(a) Plot the probability mass function PMS (in the discrete
case) , or the probability density function PDF (in the continuous
case)
(b) Calculate and plot the cumulative distribution function
CDF
(c) Calculate the mean and variance, and the moment function
m(n), and plot the latter.
The random quantities are as follows:
X is a discrete r.q. taking values k=0,1,2,3,... with probabilities
p(1-p)^k, where p is a parameter with...
Assume that we are working with an aluminum alloy (k = 180
W/moC) triangular fin with...
Assume that we are working with an aluminum alloy (k = 180
W/moC) triangular fin with a length, L = 5 cm, base thickness, b =
1 cm, a very large width, w = 1 m. The base of the fin is
maintained at a temperature of T0 = 200oC (at the left boundary
node). The fin is losing heat to the surrounding air/medium at T? =
25oC with a heat transfer coefficient of h = 15 W/m2oC. Using the...
2. Write the output matrix “v”
t = [2:4];
k = [1:3];
v = t.*k –...
2. Write the output matrix “v”
t = [2:4];
k = [1:3];
v = t.*k – k.^2
4. Given: D = [1 2 3 4 5 6 7 8 9] (3x3) . Which command will
extract the submatrix [1 2 3 4 5 6] (2x3) ?
a. D[1:2,1:3]
b. D(1,2 ;1,3)
c. [D(1:2),D(1:3)]
d. D(1:2,1:3)
14. What will be the dimension of matrix B?
B=[ones(3) zeros(3) rand(3); 2*eye(9)]
18. Find the value of “C”
A=1:2:10;
B=linspace(1,5,5);
C = length(A)*B(2)+A(5)*B(3);
19....
Consider permutations of the 26-character lowercase alphabet
Σ={a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}.
In how many of these permutations do
a,b,c...
Consider permutations of the 26-character lowercase alphabet
Σ={a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}.
In how many of these permutations do
a,b,c occur consecutively and in that
order?
In how many of these permutations does a appear before
b and b appear before c?