Analog Vs Digital
Analog Vs Digital
Analog Vs Digital
Group Names
Tinsae Ketema 1178/10
Titina Tsegaye 1172/10
Tsion Mengistu 1200/10
Woynshet Bilihatu 1221/10
Yohanes Hailu 1273/10
May 31 2021
Submitted To Mr. Hayelom
ANALOG VS. DIGITAL SIMULATION
SIMULATION
1
ANALOG SIMULATION
Analog Simulation is the name given to the use of a digital computer to solve models with
continuously changing states. It concerns the modeling over time of a system by a
representation in which the state variables change continuously with respect to time.
Typically, Analog simulation models involve differential equations that give relationships for
the rates of change of the state variables with time. If the differential equations are particularly
simple, they can be solved analytically to give the values of the state variables for all values
of time as a function of the values of the state variables at time 0. For most continuous models
analytic solutions are not possible, however, and numerical analysis techniques, e.g., Runge-
Kutta integration, are used to integrate the differential equations numerically (using a small
time step), given specific values for the state variables at time 0.
Several simulation products such as SIMULINK (MathWorks), acslX (Aegis Technologies),
and Dymola (Dassault Systems) have been specifically designed for building continuous
simulation models.
State variables change continuously as a function of time and generally analytical method
like deductive mathematical reasoning is used to define and solve the system.
State Variable (S.V.) = f (t)
2
DIGITAL SIMULATION
Digital simulation is sort of a mix between the discrete and continuous domains. It is
implemented on a computer, so the fundamental calculations are digital, but it mimics a
continuous system. Like the Laplace transfer function, it is used to describe the behavior of a
continuous system, but with much less effort.
Digital simulation concerns the modeling of a system as it evolves over time by a
representation in which the state variables change instantaneously at separate points in time.
(In more mathematical terms, we might say that the system can change at only a countable
number of points in time.) These points in time are the ones at which an event occurs, where
an event is defined as an instantaneous occurrence that may change the state of the system.
Although discrete-event simulation could conceptually be done by hand calculations, the
amount of data that must be stored and manipulated for most real-world systems dictates that
discrete-event simulation be done on a digital computer.
State variables change at discrete points in time and generally numerical method like
computational procedures is used to solve mathematical models.
3
FIGURE 2: DIGITAL SIMULATION GRAPH
4
Because digital simulation only deals with high-level behavior, but analog simulation
has analog implementations for the same elements, digital simulation is orders of
magnitude faster than analog simulation.
Digital simulation Abstracts Electrical features away.
ANALOG SIMULATION
CONCLUSION