Definition
The distortion or misrepresentation of high-frequency components as lower-frequency content that arises when a continuous or high-resolution signal, field, or spectrum is sampled, truncated, or otherwise discretized at insufficient resolution.
Principle
Principle
When sampling or truncating a band-unlimited or insufficiently band-limited signal, frequency components outside the representable range fold into the representable band according to discrete sampling geometry (Nyquist sampling constraints and modal folding), producing spurious low-frequency contributions.
Demonstration
Demonstration
Sampling a sinusoid whose frequency exceeds half the sampling rate produces a discrete sequence whose observed frequency is the aliased (folded) lower frequency. In spectral PDE solvers, truncating the modal expansion folds unresolved high-wavenumber energy into low-wavenumber modes, causing spurious oscillations in the resolved solution.
Misapplication
Misapplication
Interpreting aliased features as measurement noise or physical low-frequency dynamics and attempting to remove them by naive smoothing; or confusing aliasing with instability caused by a solver rather than a sampling/truncation effect.
Consequence
Consequence
Apparent low-frequency behavior that is actually unresolved high-frequency content leads to incorrect diagnoses of system dynamics, conservation-law violations through misallocated energy, and systematic error that will not vanish under grid refinement unless sampling or filtering is corrected.
Reversal
Reversal
Increase sampling resolution (oversample), apply correct anti-aliasing low-pass filtering before sampling or truncation, use exact quadrature/alias-free projection, or modify the discretization so that out-of-band content is attenuated rather than folded.
Boundary
Boundary
Applies to any discrete representation or truncated expansion (time or space) where spectral content exists above the representable band; does not describe continuous exact models with infinite resolution or errors from floating-point roundoff alone.
Semantic Tension
Semantic Tension
Often contrasted with spectral leakage and numerical dispersion: leakage is spread of energy due to windowing/truncation without folding, dispersion is frequency-dependent phase error; aliasing specifically denotes folding of out-of-band energy into the in-band spectrum.
Synthesis
Synthesis
Aliasing is the discrete-folding of unresolved high-frequency information into the representable band caused by inadequate sampling or truncation; recognizably avoidable by respecting sampling bounds or introducing anti-aliasing measures so that high-frequency energy is removed or resolved rather than misrepresented.