morse.py icon indicating copy to clipboard operation
morse.py copied to clipboard

-.--. defind twice

Open cxgreat2014 opened this issue 8 years ago • 9 comments

'-.--.' : '<KN>'
'-.--.' : '('

cxgreat2014 avatar Dec 14 '16 02:12 cxgreat2014

good catch!

ag1le avatar Dec 15 '16 19:12 ag1le

hello, I read your mosre.py code. Its performance far exceeds my expectations. Can you give me some reference document about your algorithm?

NobleLee avatar Jun 13 '18 06:06 NobleLee

You can find some information on my ham radio blog ag1le.blogspot.com

ag1le avatar Jun 13 '18 07:06 ag1le

Hello, your morse.py is great. And I read your blog ag1le.blogspot.com. But I found only neural network-related algorithms. What is the algorithm that uses probability in morse.py/test.py? I mainly read test.py.

luDyduL avatar Jun 19 '18 06:06 luDyduL

test.py is still works-in-progress code. The algorithm is based on this paper: https://archive.org/download/optimalbayesiane00bell/optimalbayesiane00bell.pdf

ag1le avatar Jun 19 '18 07:06 ag1le

Thank you.

luDyduL avatar Jun 19 '18 08:06 luDyduL

Hello, your morse.py/morse.py does not use the Bayesian algorithm. And I can't find morse.py/morse.py's algorithm in your ham radio blog ag1le.blogspot.com. Is it a newer algorithm? I really want to learn this algorithm.

luDyduL avatar Jun 21 '18 04:06 luDyduL

Hi luDyduL, morse.py algorithm is a collection of tricks I have learned and documented in my ham radio blog. Best way to learn how it works is to study the source code and doing some experiments with real audio files.

ag1le avatar Jun 21 '18 11:06 ag1le

Okay, thank you very much.

luDyduL avatar Jun 21 '18 11:06 luDyduL