1. Sampling Theorem Definition: The Sampling Theorem (Shannon-Nyquist) states that a continuous signal can be perfectly reconstructed from its samples if it is sampled at twice the maximum frequency present in the signal. Formula: f s ≥ 2 f m a x f_s \geq 2f_{max} where: f s f_s f s = sampling frequency f m a x f_{max} f ma x = highest frequency component in the signal Application: Used in digitizing analog images to ensure no information is lost during sampling. 2. Anti-Aliasing Aliasing: Occurs when sampling is done below the Nyquist rate , leading to overlapping frequency components and distortion. Anti-Aliasing: A process to suppress high frequencies before sampling using low-pass filters to prevent aliasing. 3. Image Quantization Definition: Process of mapping a range of continuous pixel values to a finite number of levels . Types: Scalar Quantization : Each pixel is quantized independently. Vector Quantization : Blocks ...