Você está na página 1de 4

ASSIGNMENT

1. Draw an exponentially decaying sine plot where y=e.3xsin(x) where 0 x taking 50,100,200 points in the interval. 2. Plot a circular Helix of x(t)=sint, y(t)=cost, z(t)=t and 0 3. Draw a plot of xsinx with 0 as a single variable. .

4. V(x)=exp(-x2) and the electric field is Ex(x)=-dV/dx as function of x in the range . 5. For an R-L circuit, the voltage v(t) and current i(t) are given as: v(t)=10cos(377t) i(t)=5cos(377t+60) Sketch v(t) and i(t) for t = 0 to 20 milliseconds. 6. The gain versus frequency of a capacitively coupled amplifier is shown below. Draw a graph of gain versus frequency using a logarithmic scale for the frequency and a linear scale for the gain. Frequency(hz)` 20 40 80 100 120 Gain(db) 5 10 30 32 34 Frequency(Hz) 2000 5000 8000 10000 12000 Gain(db) 34 34 34 32 30

*loglog(x, y) - generates a plot of log10(x) versus log10(y) semilogx(x, y) - generates a plot of log10(x) versus linear axis of y semilogy(x, y) - generates a plot of linear axis of x versus log10(y) 7. The repulsive coulomb force that exists between two protons in the nucleus of a conductor is given as

F=Q1Q2/r2; If Q1= Q2=1.6 * 10-19 C and 1/4 =8.99 * 109 Nm2/C2. Sketch a graph of force versus radius r. Assume r to be a vector. 8. The current flowing through a drain of a field effect transistor during saturation is given as IDS=k(VGS-Vt)2; If Vt = 1.0 volt and k = 2.5mA / V2, plot the current iDS for the following values of VGS : 1.5, 2.0, 2.5,...,5 V. 9. Plot the voltage across a parallel RLC circuit given as: V(t)=5e2tsin(1000pi*t) Obtain the polar plot of z = rnejn for = 15 and n = 1 to 20. 10.The table below shows the grades of three examinations of ten students in a class. STUDENT A B C D E F G H I J EXAM 1 87 80 76 89 98 67 78 80 81 86 EXAM 2 70 76 65 90 97 78 80 82 81 80 EXAM 3 78 81 89 87 84 82 80 91 81 87

(a) Plot the results of each examination. (b) Use MATLAB to calculate the mean and standard deviation of each examination. 11.A function f (x) is given as f (x) = x4 + 3x3 + 4x2 + 2x + 6 (a) Plot f (x) and (b) Find the roots of f (x) 12.A message signal m(t) and the carrier signal c(t) of a communication system are, respectively:

m(t)=4cos120pi*t+2cos240pi*t; c(t)=10cos(10000pi*t); A double-sideband suppressed carrier s(t) is given as: s(t) = m(t)c(t) Plot m(t), c(t) and s(t) using the subplot command. 13.The voltage v and current I of a certain diode are related by the expression: I=Ise(v/nVt); If IS = 1.0x10 14 A, n = 2.0 and VT = 26 mV, plot the current versus voltage curve of the diode for diode voltage between 0 and 0.6 volts. 14.Plot the a. Circle b. Ellipse in a polar plot. c. Spiral in polar plot. 15.Plot Probability vs a. Self Information, b. Entropy For a DMLS system. 16.Plot of Q function vs x Where x=0:0.1:100 17.Plot of Probability of error for PBSK,PFSK,QPSK modulation schemes. 18.Define and plot Mu Law and A law compression curves for three values of Mu and A given by the user.

19.Function for finding Signal to Noise Ratio for Uniform and non-uniform Pulse Code Modulation where normalised signal power,quantisation levels and the value of Mu for non-uniform quantisation is given by the user. 20.Functions for the plot of the Gaussian, Rayleigh, Laplacian and Uniform probability distribution functions. The values of the different parameters are to be specified by the user.

21. Using Erase Mode animate Brownian motion. Parameters should be different from those shown in the presentation. Frame should not be a square. *Use help to know more about animations. 22. Plot sinc function using mesh function. Sinc(x)=sinx/x; 23. Plot a sphere with the help of a surf function
*use help of sphere function

24. x=[1 2 3 4 5 6], y=[20 45 60 89 95 120] Plot x vs Y and perform all modifications using basic fitting and obtain closest linear quadratic and bi quadratic equations. Use full editing on this plot. 25. Construct a PASCALs Triangle using loops and show the pattern without plotting. Pascals Triangle: 1 11 121 *Multiplication by 11 in each stage.. 1331 14641 1 5 10 10 5 1 1 6 15 20 15 6 1 1 7 21 35 35 21 7 1 1 8 28 56 70 56 28 8 1 1 9 36 84 126 126 84 36 9 1

--------------

Você também pode gostar