Please sign in to access this page

Dynamic morse code keyer

Dynamic morse code keyer

1 devlog
2h 15m
•  Ship certified
Created by mole rat

I've made a morse code keyer before, but that used a simple adjustable threshold to determine if a signal was a dot or a dash. This project will have the program figure out the threshold itself allowing for morse keying without adjusting anything.

Timeline

Ship 1

1 payout of shell 36.0 shells

mole rat

28 days ago

mole rat Covers 1 devlog and 2h 15m

I spent these 2h and 15m on figuring out an algorithm to determine the threshold between dits and dahs in the morse input. I settled on finding the highest difference between two adjacent durations on a sorted log graph and picking the average of those two lengths.