What does aliasing mean?
Aliasing is a technical term describing the distortion that arises when a continuous signal is sampled or rendered at too coarse a resolution for its content to be captured faithfully. In audio and communications engineering, sampling a signal below the Nyquist rate causes high frequencies to masquerade as spurious lower ones, producing audible artifacts. In computer graphics and digital imaging, aliasing appears as jagged, stair-stepped edges on what should be smooth curves or diagonal lines — an effect so familiar it has earned the informal nickname 'the jaggies.' The standard remedy is anti-aliasing, a family of techniques that smooth these artifacts by blending colors or filtering frequencies before sampling. The word derives from 'alias,' meaning 'otherwise called,' capturing the essence of the problem: one signal falsely appearing under the identity of another. Aliasing is essential vocabulary for anyone working in digital audio, video, graphics programming, or photography.
nounThe distortion or artifact that occurs when a signal is sampled or represented at too low a resolution, causing distinct frequencies or details to become indistinguishable. In computing and graphics, it refers to the jagged, stair-step appearance of curved or diagonal lines rendered at insufficient resolution.
- In signal processing: the misidentification of frequencies when a signal is sampled below the Nyquist rate, causing high frequencies to appear as false lower ones.
- In computer graphics: the jagged, stair-step rendering of edges when an image is displayed at insufficient resolution.
- More broadly: any artifact arising from representing continuous data with discrete samples.
"The jagged edges in the rendered image were a classic case of aliasing, which the new anti-aliasing filter smoothed away."
"To prevent aliasing, engineers place a low-pass filter before the analog-to-digital converter."
"The game's early screenshots showed noticeable aliasing along the rooftops until the developers enabled full-screen anti-aliasing."
When digital audio is sampled too slowly, a high-pitched violin can literally masquerade as a low rumble — that's aliasing, the point where reality gets mistaken for its own echo.
Reviewed by Deb Chak, Editor. AI-assisted content curated by RJS Tech Solutions LLP.
Etymology of aliasing
Aliasing derives from 'alias,' a Latin adverb meaning 'at another time' or 'otherwise,' formed from 'alius' ('other'). The term entered English technical usage in the mid-20th century with the rise of digital signal processing, when engineers needed a name for the phenomenon whereby undersampled signals take on a false, 'other' identity. Related words sharing the Latin root include 'alibi' (literally 'elsewhere') and 'alien.'
Related word forms
How aliasing is actually used
Aliasing is a technical term used primarily in engineering, audio production, computer graphics, and photography; it is rarely encountered in everyday conversation. It carries no strong connotation of good or bad — it simply names an unwanted artifact, though 'aliasing' is generally understood as something to be minimized or corrected.
Easily confused with aliasing
An alias is a false or alternative name or identity, whereas aliasing is the signal-processing or graphics phenomenon of one signal masquerading as another due to inadequate sampling.