Skip to content

mick31/Manchester-Decode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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