Answer :
The frequency range of the transmitted signal is 99.1167 MHz to 99.4833 MHz
(a) The maximum frequency sensitivity factor that Carson would recommend is given by:
Code snippet
fm = 2 * bandwidth / message_bandwidth
Use code with caution. Learn more
Code snippet
fm = 2 * 100 kHz / 15 kHz = 13.33 kHz/V
Use code with caution. Learn more
(b) The frequency range of the transmitted signal is given by:
Code snippet
f_lower = fc - fm * message_bandwidth
f_upper = fc + fm * message_bandwidth
Use code with caution. Learn more
Code snippet
f_lower = 99.3 MHz - 13.33 kHz/V * 15 kHz = 99.1167 MHz
f_upper = 99.3 MHz + 13.33 kHz/V * 15 kHz = 99.4833 MHz
Use code with caution. Learn more
Know more about frequency range here:
https://brainly.com/question/32810550
#SPJ11