File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,10 +51,11 @@ and quantization. All of these are simulated in our model: antialiasing is
5151achieved with a windowed sinc FIR lowpass filter of order specified by the
5252user; sampling is approximated by downsampling the input signal by an
5353integer factor; and quantization is achieved by multiplying the sampled
54- signal by the maximum integer value possible given the requested bit depth,
55- and then rounding every sample to the nearest integer. The DAC process is
56- simulated in turn by zero stuffing and lowpass filtering the sampled and
57- quantized output of the ADC simultion.
54+ signal (which ranges from -1.0 to 1.0) by the maximum integer value possible
55+ given the requested bit depth (e.g. 255 for a bit depth of 8 bits), and then
56+ rounding every sample to the nearest integer. The DAC process is simulated
57+ in turn by zero stuffing and lowpass filtering the sampled and quantized
58+ output of the ADC simultion.
5859
5960In summary, the continuous time input is simulated by a 96 kHz discrete time
6061signal, the sampled output of the ADC process is simulated by a downsampled
You can’t perform that action at this time.
0 commit comments