Monday, May 6, 2024

AUTHOR NAME

Rajeshwari Chiluveru

63 POSTS
0 COMMENTS

DATA FLOW

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

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

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...

GENERATION OF SIGNALS AND SEQUENCES

GENERATION OF SIGNALS AND SEQUENCES: If we defines amplitude of the signal at every instant of time is called continuous time signal, else if we...

Inverse Laplace Transform

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 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...

Differential Equation In Matlab

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...

GRAPHICS IN MATLAB

GRAPHICS IN MATLAB There are many different ways to manipulate graphics, for such the commands may include i.e., type help graphics for general graphics, while...

Multiple Functions On the Same Graph

Multiple Functions On Same Graph: In matlab we can draw multiple functions on the same graph by considering some basic colors. Colors                        code White                           w Blue                              b Cyan                             c Black                           ...

IMPORT, EXPORT DATA IN MATLAB AND PLOTTING

IMPORTING DATA: Where in Matlab importing data is defined as obtaining data from an external file. By using the importing data function we obtain data...

Latest news