Skip to content

Decodes Manchester (IEEE) Bits of an AC AM Signal in C

License

Notifications You must be signed in to change notification settings

openfusion-dev/Manchester-Decode

This branch is up to date with mick31/Manchester-Decode:master.

Repository files navigation

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.

About

Decodes Manchester (IEEE) Bits of an AC AM Signal in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%