Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 597 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 597 Bytes

Manchester-Decode

This C program decodes a file containing signed integer samples of an AC Signal which use Amplitude Modulation to send Manchester (IEEE) encoded bits. To run this program:

  1. Nevigate to the folder containing the project documents.

  2. Then run the Makefile,
    $ make

  3. This creates the executable "man_decode", which is run with,
    $ ./man_decode "file"

    Where "file" is the path and name of the file that contains the samples to be decoded.

There are examples of proper inupt files, containing real samples, in the folder Test_Files.