To find a mean and variance of a discrete random variable
Aim: To find a mean and variance of a discrete random variable
Equipment:
PC with windows (95/98/XP/NT/2000).
MATLAB Software
MATLAB PROGRAM:
clear all;
close all;
x=[1 2 3 4 5 6];
n=length(x)
m = (1/n)*sum(x)
v = (1/n)*(x-m)*(x-m)'
RESULTS:
n = 6
m =3.5000
v = 2.9167
VIVA QUESTIONS
1. What is Signal Modeling.
Ans: Small-signal modeling is a common analysis technique in engineering which is used to approximate the behavior of nonlinear devices with linear equations and signals.
2.Define Periodic and a periodic Signal.
Ans: If x(t)=x(t+T) then x(t) is periodic signal otherwise it is a periodic signal.
-
UpdatedFeb 02, 2020
-
Views943
Sampling theorem verification
Finding the even and odd parts of signal/sequence and real and imaginary parts of signal
Auto correlation and cross correlation between signals and sequences
Genaration of various signals and sequences
Computation of unit sample, unit step and sinusoidal response of the given LTI system and verifying its physical reliability and stability properties
Basic operations on Matrices