The document contains MATLAB scripts for simulating different digital modulation schemes:
1) A binary amplitude-shift keying (ASK) script that generates a random bit stream and maps 0s and 1s to different amplitude levels to create a modulated signal.
2) A binary frequency-shift keying (FSK) script that maps 0s and 1s to different frequency tones and sums the tones to create the modulated signal.
3) A binary phase-shift keying (PSK) script that maps 0s and 1s to different phase shifts, adds noise, and calculates the bit error rate for varying signal-to-noise ratios.