HOME

TheInfoList



OR:

In
electronics Electronics is a scientific and engineering discipline that studies and applies the principles of physics to design, create, and operate devices that manipulate electrons and other Electric charge, electrically charged particles. It is a subfield ...
and
signal processing Signal processing is an electrical engineering subfield that focuses on analyzing, modifying and synthesizing ''signals'', such as audio signal processing, sound, image processing, images, Scalar potential, potential fields, Seismic tomograph ...
, full scale represents the maximum
amplitude The amplitude of a periodic variable is a measure of its change in a single period (such as time or spatial period). The amplitude of a non-periodic signal is its magnitude compared with a reference value. There are various definitions of am ...
a system can represent. In digital systems, a signal is said to be at digital full scale when its magnitude has reached the maximum representable value. Once a signal has reached digital full scale, all headroom has been utilized, and any further increase in amplitude will result in an error known as clipping. The amplitude of a digital signal can be represented in percent; full scale; or decibels, full scale (dBFS). In analog systems, full scale may be defined by the maximum voltage available, or the maximum deflection (full scale deflection or FSD) or indication of an analog instrument such as a moving coil meter or
galvanometer A galvanometer is an electromechanical measuring instrument for electric current. Early galvanometers were uncalibrated, but improved versions, called ammeters, were calibrated and could measure the flow of current more precisely. Galvanomet ...
.


Binary representation

Since binary integer representation range is asymmetrical, full scale is defined using the maximum positive value that can be represented. For example, 16-bit PCM audio is centered on the value 0, and can contain values from −32,768 to +32,767. A signal is at full-scale if it reaches from −32,767 to +32,767. (This means that −32,768, the lowest possible value, slightly ''exceeds'' full-scale.) Signal processing in
digital audio workstations A digital audio workstation (DAW ) is an electronic device or application software used for Sound recording and reproduction, recording, editing and producing audio files. DAWs come in a wide variety of configurations from a single software pr ...
often uses
floating-point arithmetic In computing, floating-point arithmetic (FP) is arithmetic on subsets of real numbers formed by a ''significand'' (a Sign (mathematics), signed sequence of a fixed number of digits in some Radix, base) multiplied by an integer power of that ba ...
, which can include values past full-scale, to avoid clipping in intermediate processing stages. In a
floating-point In computing, floating-point arithmetic (FP) is arithmetic on subsets of real numbers formed by a ''significand'' (a Sign (mathematics), signed sequence of a fixed number of digits in some Radix, base) multiplied by an integer power of that ba ...
representation, a full-scale signal is typically defined to reach from −1.0 to +1.0.


Processing

The signal passes through an anti-aliasing, resampling, or reconstruction filter, which may increase peak amplitude slightly due to ringing. It is possible for the ''analog'' signal ''represented by'' the digital data to exceed digital full scale even if the digital data does not, and vice versa. Converting to the analog domain, there is no clipping problem as long as the analog circuitry in the
digital-to-analog converter In electronics, a digital-to-analog converter (DAC, D/A, D2A, or D-to-A) is a system that converts a digital signal into an analog signal. An analog-to-digital converter (ADC) performs the reverse function. DACs are commonly used in musi ...
is well designed. If a full-scale analog signal is converted to digital with sufficient sampling frequency, and then reconstructed, the Nyquist theorem guarantees that there will be no problem in the analog domain due to "peak" issues because the restored analog signal will be an exact copy of the original analog signal. (However, if the signal is normalized in the digital domain, it may contain "intersample peaks" which exceed full scale after analog reconstruction.)


References

{{DEFAULTSORT:Full Scale Digital signal processing Digital audio