Skip to content

Gautham-JS/pyFSK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

pyFSK

This code is part of the assignment given for the course Digital Communication. We use a standard binary data as an input signal, randomly generated 16bit array in code.

The dependencies required for the compilation in python3 are:

  1. Numpy
  2. Scipy
  3. Matplotlib

These can be installed using the command line / Terminal commands as :

pip install numpy pip install scipy pip install matplotlib 

After installing the dependencies, you can download this repository and continue to execute FSK.py using python3.

Explanation of FSK.py

Releases

No releases published

Packages

No packages published

Languages