abb
drewfx1
abb
drewfx1
gswitzDrewFX, what would the time resolution of 24 bit 48kHz be? Can you figure it out? I'm curious.
Something on the order of 0.0000000000002 seconds.
How did you compute this value?
1/(2 * pi * quantization levels * sampling frequency)
where quantization levels = 2^(bit depth)
This is a theoretical limit. In reality, it's not going to be that good.
Hmm, it seems that you're conflating amplitude resolution (bit depth) and temporal resolution (sampling rate). I don't see how the two interact to increase temporal resolution.
No.
It's as I said - if you shift your waveform to be sampled in time by a fraction of a sample period before sampling, you will get different sample values than you otherwise would.
Is it not clear that "different sample values" implies "different signal"?
What's the difference between the signals? One has been shifted in time and nothing else.
At higher bit depths there are more possible sample values, meaning the amount you can shift your signal in time without getting different sample values (different sampled signal) is smaller. Hence greater timing resolution at greater bit depths.