Skip to content

eleven5150/bpsk-mod-demod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BPSK Modulator and Demodulator

This project is homework in the course of cyber-physical systems

Kutaev Kirill ICS4-21M

Installation

Algorithm for Windows OS

  1. Install Python 3.10
  2. Create virtual environment with python -m venv venv
  3. Activate virtual environment with ./venv/Scripts/activate.ps1
  4. Install requirements with pip install -r requirements.txt
  5. Start program with python . or python __main__.py

About

Homework for the course "Cyber-physical systems"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages