24bit vs 16bit, the myth exploded!
Sep 16, 2013 at 5:41 PM Post #1,276 of 7,175
  One dithered quantization to 24 bits adds roughly -144 dBFS A-weighted noise. That would need to be repeated more than 200 times to add up to -120 dB. Internal processing can easily have better than 24 bit PCM resolution, in fact, 64 bit floats are common in software.

 
Uh-huh.  That's what I'm sayin'....
 
Sep 16, 2013 at 6:19 PM Post #1,277 of 7,175
   
Uh-huh.  That's what I'm sayin'....

At some point you have to make it back to integers. So you don't want to do that back and forth too many times. Moreover, it also depends on other factors, for instance the type of windowing is being used to go to freq domain calculations.
 
Theoretical SNR should be about -144dB, but not A-weighted. I figure with A-weighted SNR should be  even greater.
 
Sep 17, 2013 at 5:55 AM Post #1,278 of 7,175
Theoretical SNR should be about -144dB, but not A-weighted. I figure with A-weighted SNR should be  even greater.

 
With +/- 1 LSB triangular dither (a widely used "standard" dither that is easy to implement), the unweighted SNR at 24-bit resolution is ~141.5 dB, or exactly 23.5 bits. The A-weighted SNR depends on the sample rate, and the spectrum of the noise (white vs. shaped). It is easy to push some of the noise energy of triangular noise into the top octave if it is generated by differentiating 1 LSB uniform distribution noise, and this is even cheaper to compute than triangular white noise. Here is a table that shows the A-weighted SNR at various sample rates with both types of noise (white first), at a measurement bandwidth of 22000 Hz:
 
44100 Hz: 143.9 dB / 145.5 dB
48000 Hz: 144.3 dB / 146.1 dB
96000 Hz: 147.3 dB / 150.9 dB
 
Dithering 24-bit PCM samples might actually be overkill, and it is in fact often not used (undithered quantization produces some low level distortion, but lower noise level). But with dither, it is easier to calculate the overall noise level for multiple stages of quantization by simply summing the noise power, since the quantization noise is made uncorrelated to the input signal. That is why I assumed TPDF dither in my previous example.
 
Sep 17, 2013 at 10:04 AM Post #1,279 of 7,175
Everyone has bias including you  and me, however if you state facts that are facts and not just opinions then these are facts even if you are particularly attached to them, opinions without empirical backing are just opinions 


What you don't understand is that 'empirical backing' is an opinion and bias, also; that an opinion with empirical backing is 'just opinion' also.
 
Sep 17, 2013 at 1:23 PM Post #1,280 of 7,175
   
undithered quantization produces some low level distortion, but lower noise level
 

I think dithering will also add non-linear distortion. Either way, dithering is deliberate addition of spectrally shaped noise. We are simply shifting power spectrum of noise elsewhere in frequency to "fool" our ears. We are not actually improving the situation.The further we push it away from useful signal information, the more we preserve the original signal.  There is a benefit of higher than necessary sampling rate from that perspective.
 
As far as distortion it is not clear to me. So I am still not convinced that superflous processing iterations in computations are all that benign.  Obviously it is more forgiving than generational copies of analog signal on analog mediums, but it is not transparent. Or put it another way, it can be measured.  It's a different debate whether anyone can perceive that or not.
 
Sep 17, 2013 at 1:42 PM Post #1,281 of 7,175
  I think dithering will also add non-linear distortion.

 
No, correctly implemented dither will eliminate distortion, and replace it with uncorrelated noise (a demonstration of this can be seen here).
 
As far as distortion it is not clear to me. So I am still not convinced that superflous processing iterations in computations are all that benign.

 
That depends on what kind of processing is being performed. For many simple effects that can be mathematically well defined (e.g. volume control, filters, delay), the error can be made very small. For some other, more complex ones (like pitch shifting/time stretching or noise reduction), the algorithm used does affect the sound quality, but the issue is usually not numeric precision.
 
Sep 17, 2013 at 1:49 PM Post #1,282 of 7,175
What you don't understand is that 'empirical backing' is an opinion and bias, also; that an opinion with empirical backing is 'just opinion' also.


Empirical evidence lowers the noise floor on opinions.
 
Sep 17, 2013 at 1:52 PM Post #1,283 of 7,175
Obviously it is more forgiving than generational copies of analog signal on analog mediums, but it is not transparent. It's a different debate whether anyone can perceive that or not.


Beneath the threshold of perception = transparent.
 
Sep 17, 2013 at 2:25 PM Post #1,284 of 7,175
   
No, correctly implemented dither will eliminate distortion, and replace it with uncorrelated noise (a demonstration of this can be seen here).
 
 
That depends on what kind of processing is being performed. For many simple effects that can be mathematically well defined (e.g. volume control, filters, delay), the error can be made very small. For some other, more complex ones (like pitch shifting/time stretching or noise reduction), the algorithm used does affect the sound quality, but the issue is usually not numeric precision.

 
All processing affects sound quality in a way that can be measured. Generally any signal processing step (except the proverbial "ideal unity gain") impacts the signal, be it in digital form or analog form (or the psuedo in-between like high precision float).  The rest of the debate focuses around perception and human factor.
 
Sep 17, 2013 at 2:34 PM Post #1,285 of 7,175
All processing affects sound quality in a way that can be measured. 
Time delay would be an exception. SQ is unaffected in any measurable way.
The rest of the debate focuses around perception and human factor.
...and until we start recording and producing recordings for some other being, the human factor is all that really matters.
 
Sep 17, 2013 at 2:39 PM Post #1,286 of 7,175
  All processing affects sound quality in a way that can be measured.

 
I do not recall saying that is not the case. But much of the time the "artifacts" can be reduced to a level that is negligible for practical purposes. There are more important things to worry about than a -300 dB "noise floor" added by some simple processing performed using 64-bit floats.
 
Sep 17, 2013 at 2:43 PM Post #1,287 of 7,175
Time delay would be an exception. SQ is unaffected in any measurable way.

 
That is, assuming that the amount of delay is an integer number of samples, which is often an acceptable limitation for simple constant time delays. Otherwise, interpolation is needed.
 

Users who are viewing this thread

Back
Top