Find the word definition

Wiktionary
aliasing

n. (context signal processing graphics sound recording English) Distortion caused by a low sampling rate, as Moire effect or stair-stepped edges. vb. (present participle of alias English)

Wikipedia
Aliasing

In signal processing and related disciplines, aliasing is an effect that causes different signals to become indistinguishable (or aliases of one another) when sampled. It also refers to the distortion or artifact that results when the signal reconstructed from samples is different from the original continuous signal.

Aliasing can occur in signals sampled in time, for instance digital audio, and is referred to as temporal aliasing. Aliasing can also occur in spatially sampled signals, for instance digital images. Aliasing in spatially sampled signals is called spatial aliasing.

Aliasing (computing)

In computing, aliasing describes a situation in which a data location in memory can be accessed through different symbolic names in the program. Thus, modifying the data through one name implicitly modifies the values associated with all aliased names, which may not be expected by the programmer. As a result, aliasing makes it particularly difficult to understand, analyze and optimize programs. Aliasing analysers intend to make and compute useful information for understanding aliasing in programs.

Usage examples of "aliasing".

You could get clipping effects from using an insufficient number of digital bits, or you could get aliasing, a frequency shift caused by the use of the wrong sampling rate.