Digital signal (signal processing)
In the context of digital signal processing, a digital signal is a discrete time, quantized amplitude signal. In other words, it is a sampled signal consisting of samples that take on values from a discrete set. If that discrete set is finite, the discrete values can be represented with digital words of a finite width. Most commonly, these discrete values are represented as fixed-point words or floating-point words.
The process of analog-to-digital conversion produces a digital signal. The conversion process can be thought of as occurring in two steps:
- sampling, which produces a continuous-valued discrete-time signal, and
- quantization, which replaces each sample value with an approximation selected from a given discrete set.
Common practical digital signals are represented as 8-bit, 16-bit, 24-bit, and 32-bit using pulse-code modulation where the number of quantization levels is not necessarily limited to powers of two. A floating point representation is used in many DSP applications.