Problem 60743. Bit Stream conversion to Audio Frequency Shift Key using Bell 202 (Modem)

Convert a character binary bit-stream transmitted at a certain baud-rate into an audio stream using Audio Frequency Shift Key (AFSK) using the Bell 202 standard at a given sample rate.
Frequency of sine audio wave: '1' = 1200 Hz, '0' = 2200 Hz
Duration of each bit: based on baud-rate
Digitized audio stream is produced at the sample rate and is smooth between bits (initially starts at zero phase shift). Normalize final signal to +-1 peak-to-peak.
plot(binaryToBell202('101',1.2e5,600))

Solution Stats

20.0% Correct | 80.0% Incorrect
Last Solution submitted on Oct 01, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers1

Suggested Problems

More from this Author56

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!