
Sample rate and bit rate of MP3 Part 2

The sample rate is similar to the number of frames of moving images.

For example, the sampling rate of movies is 24 Hz, the sampling rate of PAL format is 25 Hz, and the sampling rate of NTSC format is 30 Hz. When we play back the still images sampled at the same rate as the sampling frequency, we see a continuous image. In the same way, when a CD recorded at a sampling rate of 44.1 kHz is played back at the same rate, a continuous sound can be heard. Obviously, the higher the sample rate, the more coherent the sound will be heard and the picture will be seen. [Of course, the sampling rate that human auditory and visual organs can distinguish is limited, which is basically higher than sound sampled at 44.1kHZ, and most people haven’t noticed the difference. ]
The number of digits in the sound is equivalent to the number of colors on the screen, indicating the amount of data per sample. Of course, the larger the amount of data, the more accurate the playback sound, so as not to confuse the sound. of the teapot with the train whistle. In the same way, it is more clear and precise for the image, so as not to confuse blood and ketchup. [However, limited by the function of human organs, 16-bit sound and 24-bit image are basically the limits of ordinary humans, and the higher digits can only be distinguished by instruments. For example, the phone has 7-bit sound sampled at 3 kHz and the CD has 16-bit sound sampled at 44.1 kHz, so the CD is clearer than the phone. ]
When you understand the above two concepts, bitrate is easy to understand. Take the phone as an example, 3000 samples per second, each sample is 7 bits, then the phone’s bit rate is 21000. And the CD is 44100 samples per second, two channels, each sample is 13 bit PCM encoded, so the CD bit rate is 44100*2*13=1146600, which means the data volume of the CD per second is about 144KB, and the capacity of a CD is 74 minutes equal to 4440 seconds , which is 639360KB=640MB.



