In Wiki "dynamic range" is defined as "the ratio of the amplitude of the loudest possible undistorted sine wave to the root mean square (rms) noise amplitude", but I'm not clear about how should I use these operands.
I have read in an uncompressed .wav file. It uses 16 bits per sample, and I've converted these bytes to integers (may range from -32768 to 32767). The largest int is 31692 and the smallest -32764. So what should I do next? I saw the formula "20 * log (high / low)" and it doesn't seem to work directly. Could you please show me the calculation steps? Thanks.