Summary
In electronics and signal processing, full scale represents the maximum amplitude 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. 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 often uses floating-point arithmetic, which can include values past full-scale, to avoid clipping in intermediate processing stages. In a floating-point representation, a full-scale signal is typically defined to reach from −1.0 to +1.0. 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 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.
About this result
This page is automatically generated and may contain information that is not correct, complete, up-to-date, or relevant to your search query. The same applies to every other page on this website. Please make sure to verify the information with EPFL's official sources.
Related lectures (5)
Energy Flux in Turbulence
Explores energy flux in turbulence, scale-by-scale budget, third-order velocity moments, and Kolmogorov theory.
Introduction to Partial Differential Equations
Covers the basics of Partial Differential Equations, focusing on heat transfer modeling and numerical solution methods.
Analog-Digital & Digital-Analog Converters
Covers Analog-Digital and Digital-Analog conversion, including sampling, quantization, Flash converter, weighted current generation, and R2R network.
Show more
Related publications (2)

Medium Voltage Impedance and Admittance Measurement and System Identification Techniques

Marko Petkovic

The recent trend of an increasing share of renewable energy sources in modern power systems, aswell as the integration of power electronics equipment, is shaping the requirements for stable gridinfrastructure. These requirements mainly come from the stabil ...
EPFL2021

Learning-Based Hardware Design for Data Acquisition Systems

Cosimo Aprile

This multidisciplinary research work aims to investigate the optimized information extraction from signals or data volumes and to develop tailored hardware implementations that trade-off the complexity of data acquisition with that of data processing, conc ...
EPFL2018
Related concepts (1)
Analog-to-digital converter
In electronics, an analog-to-digital converter (ADC, A/D, or A-to-D) is a system that converts an analog signal, such as a sound picked up by a microphone or light entering a digital camera, into a digital signal. An ADC may also provide an isolated measurement such as an electronic device that converts an analog input voltage or current to a digital number representing the magnitude of the voltage or current. Typically the digital output is a two's complement binary number that is proportional to the input, but there are other possibilities.