Final answer:
The student is expected to write a MATLAB function for amplitude modulation to generate a Double Sideband-Suppressed Carrier (DBS-SC) signal, displaying how the carrier wave is modulated using the message signal without changing the carrier frequency.
Step-by-step explanation:
The lab's aim is to teach the principles of amplitude modulation (AM), which is a technique used to impose information on an electromagnetic carrier wave by varying its amplitude. To create a Double Sideband-Suppressed Carrier (DBS-SC) signal in MATLAB, you would write a function that uses the message signal m(t), the time axis, and the frequency of the carrier fc to generate the modulated signal y(t) = m(t)cos(2πfct). The generated graph must be properly labeled, showing how the amplitude of the carrier wave is modulated by the message signal without altering the carrier's frequency. An example of such modulation can be seen in various electromagnetic applications like AM radio, where the carrier wave's amplitude represents the audio signal's amplitude.