This document describes the process of analog to digital conversion using MATLAB Simulink. It involves sampling an analog input signal, quantizing it to discrete levels, encoding the quantized levels into a binary format, and outputting the digital signal. The key steps are: 1) sampling the analog signal at discrete time intervals, 2) quantizing the sampled signal amplitudes to fixed precision levels, 3) encoding the quantized levels into a binary format of 1s and 0s, which forms the digital output. The document includes block diagrams of the conversion process and figures of the Simulink model used to simulate it.