Inspiration

Past technologies, many years ago the morse code was an important way to communicate messages, it's interesting to try to understand how this works

What it does

It consists in three parts, the encoder asks for a message in text, it translates the text to morse code and allows you to generate an audio file from it.

The decoder allows you to decode a message from an audio file, a written message or a live recording.

How we built it

Using python in Anaconda

Challenges we ran into

The signal processing was really interesting, I needed to use popular image processing techniques to create a robust process to avoid noise sounds. Yes, it's a little bit weird to use image processing techniques with signals, but is really useful in this case to see the problem as a binary row of an image.

Accomplishments that we're proud of

The project is very complete, it works really well with the live recording

What we learned

A lot about signal and iamge processing, how to use python audio libraries to open audio files, record audio and write audio files.

What's next for Morse Encoder and Decoder

I don't know :P

Built With

Share this project:

Updates