gr-satnogs/examples
Manolis Surligas 1e210087f3 Improved Morse decoding
The AGC block in the Morse decoding flowgraph is placed now at the
proper position. The output of the matched filter produces now a clear
and distinguishable signal during the presence of a pulse. This makes
the work for the signal to symbol decoder more easy.
2016-01-30 21:37:36 +02:00
..
.gitignore Add matched filter implementation for CW noise reduction 2016-01-17 23:59:05 +02:00
README.md Add matched filter implementation for CW noise reduction 2016-01-17 23:59:05 +02:00
morse_decoding_flowgraph.grc Improved Morse decoding 2016-01-30 21:37:36 +02:00
morse_ref.wav Add matched filter implementation for CW noise reduction 2016-01-17 23:59:05 +02:00
test_matched_filter.grc Improved Morse decoding 2016-01-30 21:37:36 +02:00
test_morse_decoder.grc CW signal to Morse Symbol decoding block 2016-01-27 22:57:53 +02:00

README.md

Examples

This directory contains a set of useful examples and flowgraphs for testing and demonstrating the performance of the different components of this OOT module

Files

  • morse_ref.wav : This is a reference file containing the HELLO WORLD message. The file is sampled at 8 KHz and the audio frequency is 700 Hz. The Morse code Words per Minute (WPM) is about 20.

Flowgraphs

  • test_matched_filter.grc: Demonstrates the performance of the implemented matched filter for CW decoding.