All Topics  
Digital signal

 

   Email Print
   Bookmark   Link

 

Digital signal



 
  The term digital signal is used to refer to more than one concept. It can refer to discrete-time signals that have a discrete number of levels, for example a sampled
Sampling (signal processing)

In signal processing, sampling is the reduction of a continuous signal to a discrete signal. A common example is the conversion of a sound wave to a sequence of sample ....
 and quantified
Quantification

Quantification has two distinct meanings. In mathematics and empirical science, it refers to human acts, known as counting and measuring that map human sense observations and experiences into element s of some Set of numbers....
 analog signal, or to the continuous-time waveform signals in a digital
Digital

A digital system uses discrete values, usually but not always symbolized numerically to represent information for input, processing, transmission, storage, etc....
 system, representing a bit-stream. In the first case, a signal that is generated by means of a digital modulation method is considered as converted to an analog signal, while it is considered as a digital signal in the second case.

Discrete-time signals


An analog signal is a datum that changes over time—say, the temperature at a given location; the depth of a certain point in a pond; or the amplitude of the voltage at some node in a circuit—that can be represented as a mathematical function, with time as the free variable (abscissa) and the signal itself as the dependent variable (ordinate). A discrete-time signal is a sampled version of an analog signal: the value of the datum is noted at fixed intervals (for example, every microsecond) rather than continuously.

If individual time values of the discrete-time signal, instead of being measured precisely (which would require an infinite number of digits), are approximated to a certain precision—which, therefore, only requires a specific number of digits—then the resultant data stream is termed a digital signal. The process of approximating the precise value within a fixed number of digits, or bits, is called quantization
Quantization

Quantization is the procedure of constraining something from a continuous set of values to a discrete set . Quantization in specific domains is discussed in:...
.

In conceptual summary, a digital signal is a quantized discrete-time signal; a discrete-time signal is a sampled analog signal.

In the Digital Revolution, the usage of digital signals has increased significantly. Many modern media devices, especially the ones that connect with computers use digital signals to represent signals that were traditionally represented as continuous-time signals; cell phones, music and video players, personal video recorders, and digital cameras are examples.

In most applications, digital signals are represented as binary numbers, so their precision of quantization is measured in bit
Bit

A bit is a binary numeral system numerical digit, taking a value of either 0 or 1. Binary digits are a basic unit of information Computer data storage and transmission in digital computing and digital information theory....
s. Suppose, for example, that we wish to measure a signal to two significant decimal digits. Since seven bits, or binary digits, can record 128 discrete values (viz., from 0 to 127), those seven bits are more than sufficient to express a range of one hundred values.

Waveforms in digital systems


S Digital


In computer architecture
Computer architecture

Computer architecture in computer engineering is the conceptual design and fundamental operational structure of a computer system. It is a blueprint and functional description of requirements and design implementations for the various parts of a computer, focusing largely on the way by which the central processing unit performs internally an...
 and other digital
Digital

A digital system uses discrete values, usually but not always symbolized numerically to represent information for input, processing, transmission, storage, etc....
 systems, a waveform
Waveform

Waveform means the shape and form of a signal such as a wave moving in a solid, liquid or gaseous medium.In many cases the medium in which the wave is being propagated does not permit a direct visual image of the form....
 that switches between two voltage levels representing the two states of a Boolean
Boolean

Boolean , as a noun or an adjective, may refer to:* Boolean algebra , a logical calculus of truth values or set membership* Boolean algebra , a set with operations resembling logical ones...
 value (0 and 1) is referred to as a digital signal, even though it is an analog voltage waveform, since it is interpreted in terms of only two levels.

The clock signal
Clock signal

In electronics and especially Synchronous logic digital circuits, a clock signal is a Signalling used to coordinate the actions of two or more Electronic circuit....
 is a special digital signal that is used to synchronize
Synchronization

Synchronization or synchronisation is timekeeping which requires the coordination of events to operate a system in unison. The familiar Conducting of an orchestra serves to keep the orchestra in time....
 digital circuits. The image shown can be considered the waveform of a clock signal. Logic changes are triggered either by the rising edge or the falling edge.

The given diagram is an example of the practical pulse and therefore we have introduced two new terms that are:

  • Rising edge: the transition from a low voltage (level 1 in the diagram) to a high voltage (level 2).
  • Falling edge: the transition from a high voltage to a low one.


Although in a highly simplified and idealised model of a digital circuit we may wish for these transitions to occur instantaneously, no real world circuit is purely resistive and therefore no circuit can instantly change voltage levels. This means that during a short, finite transition time
Transition time

The transition time is the time a dynamical system needs to switch between two different stable State s, when responding to a stable input signal....
 the output may not properly reflect the input, and indeed may not correspond to either a logically high or low voltage.

Logic voltage levels

Hobby Frequency Counter
The two states of a wire are usually represented by some measurement of an electrical property: Voltage
Electric potential

At a point in space, the electric potential is the potential energy per unit of electric charge that is associated with a static electric field....
 is the most common, but current
Electric current

Electric current is the flow of electric charge. The electric charge may be either electrons or ions.The International System of Units unit of electric current intensity is the ampere....
 is used in some logic families. A threshold is designed for each logic family. When below that threshold, the wire is "low," when above "high." Digital circuits establish a "no man's area" or "exclusion zone" that is wider than the tolerances of the components. The circuits avoid that area, in order to avoid indeterminate results.

It is usual to allow some tolerance in the voltage levels used; for example, 0 to 2 volts might represent logic 0, and 3 to 5 volts logic 1. A voltage of 2 to 3 volts would be invalid, and occur only in a fault condition or during a logic level transition. However, few logic circuits can detect such a condition and most devices will interpret the signal simply as high or low in an undefined or device-specific manner. Some logic devices incorporate schmitt trigger
Schmitt trigger

In electronics, a Schmitt trigger is a comparator electrical network that incorporates positive feedback.When the input is higher than a certain chosen threshold, the output is high; when the input is below another chosen threshold, the output is low; when the input is between the two, the output retains its value....
 inputs whose behaviour is much better defined in the threshold region, and have increased resilience to small variations in the input voltage.

The levels represent the binary integers or logic levels of 0 and 1. In active-high logic, "low" represents binary 0 and "high" represents binary 1. Active-low logic uses the reverse representation.

Examples of binary logic levels:
Technology L voltage H voltage Notes
CMOS
CMOS

Complementary metal?oxide?semiconductor , is a major class of integrated circuits. CMOS technology is used in microprocessors, microcontrollers, Static Random Access Memory, and other digital logic circuits....
 
0V to VCC/2 VCC/2 to VCC VCC
VCC

VCC is a three-letter acronym that may mean:* IC power supply pin , plus collector supply line voltage in a common NPN circuit.* Vale of Catmose College, an arts college in England...
 = supply voltage
TTL
Transistor-transistor logic

File:68k ttl.jpgTransistor?transistor logic is a class of digital circuits built from bipolar junction transistors and resistors. It is called transistor?transistor logic because both the logic gating function and the amplifying function are performed by transistors ....
 
0V to 0.8V 2V to VCC VCC is 4.75V to 5.25V
ECL
Emitter coupled logic

In electronics, emitter-coupled logic, or ECL, is a logic family in which current is steered through Bipolar junction transistors to implement logic functions....
 
-1.175V to -VEE .75V to 0V VEE is about -5.2V VCC=Ground


See also


  • Digital signal processing
    Digital signal processing

    Digital signal processing is concerned with the representation of the signal s by a sequence of numbers or symbols and the processing of these signals....
  • Nyquist–Shannon sampling theorem
    Nyquist–Shannon sampling theorem

    The Nyquist?Shannon sampling theorem is a fundamental result in the field of information theory, in particular telecommunications and signal processing....
  • Whittaker–Shannon interpolation formula
    Whittaker–Shannon interpolation formula

    The Whittaker?Shannon interpolation formula is a method to reconstruct a continuous-time bandlimited signal from a set of equally spaced samples....
  • Intersymbol interference in digital communication
    Intersymbol Interference in digital communication

    In digital telecommunications, intersymbol interference is the special case of interference in digital transmission, when the interference is occurred within the system itself....