LIST in python

5 years ago

LIST List is an ordered sequence of items.It is one of the most used data type in python and is…

Numeric conversions and creation of complex number

5 years ago

We can able to convert from one numeric form to other numeric form.The following are the different conversionsInteger to float…

Data types in Python

5 years ago

• Data type specifies the type of data present inside a variable.• Every value has a data type• In python…

Types of Variables, Assigning, declaring and deleting variables.

5 years ago

Types of variables There are two types of variables in python  local and global variables. •     In Python, global variable…

Identifiers and Variables in Python

5 years ago

Identifiers in python A name in python program is called identifier.It can be a class name or function name or…

Comments and Types of comments in python

5 years ago

Comments are very important  in  writing a program.Python interpreter  ignores comment.In python , commenting  is indicated by ‘#’ ,It is…

TYPES OF ETHERNET

5 years ago

FAST ETHERNET: In order to compete with LAN protocols fast ethernet was designed.it can transmit data 10 times faster when…

To plot autocorrelation and frequency response of a system in differential equation form for the given sequences

5 years ago

Theory for autocorrelation: Auto Correlation Function Autocorrelation function is a measure of similarity between a signal & its time-delayed version.…

CATEGORIES OF ETHERNET

5 years ago

DIFFERENT TYPES OF ETHERNET: Depending on the encoding and decoding operation Ethernet are categorized into four: STANDARD ETHERNET: Standard Ethernet…

TO PLOT LINEAR CONVOLUTION FOR THE GIVEN FINITE SEQUENCE

5 years ago

linear Convolution Theory: Convolution is a mathematical way of combining the two signals to form a third signal. It is the…