Please sign in to access this page
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.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
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.