Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Matlab Code for audio decoder of morse code

1 Ansicht (letzte 30 Tage)
Basker
Basker am 28 Nov. 2022
Geschlossen: Walter Roberson am 28 Nov. 2022
ECE6342_morse_code_sound.wav is a mono (1-channel) 11,025 samples per sec, 16-bits per sample, WAV file. There is a Morse code signal within the audio file. You should be able to hear it in the background if you listen for it, but it is not very audible (able to be heard).
Write a Matlab program to analyze the wav file and determine the narrow range of frequencies occupied by the morse code sounds (use DFT analysis?). See below. Then apply a filter to separate the Morse code sound into a separate file and to separate the music into a separate file.
Write out the separated Morse code and the separated music to separate wav files titled morse.wav and music.wav,

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by