Morse code detector howto
Hi guys,
how to create a patch which detects (in the incoming audio from an ezadc~ object) morse code and translates it into text?
Thanks in advance
First off you will have to find some why of insuring that the incoming signal is only the morse code signal. Also it will be easier to program if it is consistent in terms of the length of each dash and dot.
If thats consistant then you will have to group 4 incoming events into a list and compare that list to a database of each letter as a list. Morse code is a binary language so its easy to do testing.
Hope that helps
Easier way: Invite that person who keeps sending you telegrams to get a Gmail account. :)