Rajeshwari (M.Tech) is the Technical Education Director at WebVidyalayam. She focuses on translating high-level systems engineering into accessible technology courses.
EVEN AND ODD PARTS OF SIGNALS AND SEQUENCE:
One of the most important characteristic of signal is symmetric which may be useful for signal analysis....
BASIC OPERATIONS ON SIGNALS:
When we perform an operation signal it may undergoes several manipulation which may include amplitude of the signal or independent variable....
DATA FLOW:
Data communication between two devices can be simplex, half-duplex and full-duplex
Simplex:
In simplex mode the data communication will take place in one direction or...
Aperiodic signals:
If the signal does not repeat at regular intervals of time is called aperiodic signal.
Square wave:
Let us consider an example for square wave...
DATA COMMUNICATION:
If one is communicating means sharing some relevant data these sharing can be local or remote. While sharing information face to face is...
Ilaplace command used to perform the inverse laplace transform for the given function. Let us consider an example;
F(s) =
F= 5*(s+2)/(s*(s^2+9*s+5));
ilaplace (F)
ans =...
INTEGRATION IN MATLAB
Integration will solve two different type of problems in matlab they are;
Indefinite integral
It is reverse of differentiation operation in this derivative of...
Ribbon three dimensional plot:
In this three dimensional plot has different color ribbon, in order to create 3d plot for given function.
Let x^3-y^3
= peaks(20);
z...