InterviewSolution
Saved Bookmarks
| 1. |
A modem has a baud rate of 40 signals / seconds. If it is transmitted at the rate of 4800 bps, what is the coding rate? |
|
Answer» Your question is CONFUSING, but if it you're sending a START bit, 8 bits of data, a parity bit, and two stop bits all encoded as one symbol, 2048 times a second, then that's 2 kilobaud where "kilo" = 2048. Then, since there's 12 bits per baud, the bit rate WOULD be 12 bits * 2048 baud = 24576 bits per second... |
|