Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Matlab Code for audio decoder of morse code

조회 수: 2 (최근 30일)
Basker
Basker 2022년 11월 28일
마감: Walter Roberson 2022년 11월 28일
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,

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by