InterviewSolution
Saved Bookmarks
| 1. |
A digital system is required to amplify a binary encoded audio signal. The user should be able to control the gain of the amplifier from a minimum to a maximum in 100 increments. The minimum number of bits required to encode, in straight binary is, |
| Answer» Let 6 bit required = 26 = 64, which indicate 64 increment. If 7 bit = 27 = 128, for 100 increment, 7 bit required. | |