PCB वाया करंट कैलकुलेटर — सूत्र
## Digital Bit Rate
### Formula
**Bit Rate = Sample Rate x Bit Depth x Channels**
For example, CD audio is 44.1 kHz x 16 bits x 2 channels = 1411.2 kbps. This is the uncompressed data rate before any codec.
### Formula
**Bit Rate = Sample Rate x Bit Depth x Channels**
For example, CD audio is 44.1 kHz x 16 bits x 2 channels = 1411.2 kbps. This is the uncompressed data rate before any codec.
हल किया गया उदाहरण
CD audio: 44.1 kHz, 16-bit, stereo.
- Bit rate = 44.1 x 16 x 2 = 1411.2 kbps
- Bit rate = 1.411 Mbps
- Bytes/sec = 44100 x 16 x 2 / 8 = 176,400 B/s