gn.times
Junior Member level 1
- Joined
- Feb 3, 2010
- Messages
- 18
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- India
- Activity points
- 1,417
I want to implement a Morse code to ASCII converter in vhdl and then to transmit that ASCII character to PC terminal through UART. I have completed the UART part.
But i don't know how to implement the converter part. The problem is with varying symbol rate of input Morse code. I want to detect dot, dash, character space and word space.
Please help me for the following implementation:
1. detection of Morse code symbols with variable symbol rate
2. binary search tree to traverse the Morse code tree to find the corresponding ASCII character.
But i don't know how to implement the converter part. The problem is with varying symbol rate of input Morse code. I want to detect dot, dash, character space and word space.
Please help me for the following implementation:
1. detection of Morse code symbols with variable symbol rate
2. binary search tree to traverse the Morse code tree to find the corresponding ASCII character.