/EEE591-Homework

Code for all homework and projects for EEE 591

Primary LanguageJupyter Notebook

📓 Homework for EEE-591

  1. Homework 1

  2. Homework 2

  3. Homework 3

    • Results of the run
  4. Homework 4

    • UI view
    • Results
  5. Homework 5

    • results
  6. Homework 6

    • results
  7. Homework 7

    • image

📘 Projects for EEE-591

  1. Project 2

  2. Project 3

  3. Project 4

    Steps for the setting up project 4 via scp

    • Create a folder named Proj 4 in the machine in which you have logged in

    • In the Proj 4 folder scp the following files 'cmoslibrary.lib', 'project4.py', 'utils.py', 'InvChainTemplate.sp'. All the files should be in the same Proj 4 folder and in the same subtree.

      • scp project4.py utils.py cmoslibrary.lib InvChainTemplate.sp <target_remote_path>/Proj_4
      • Inst Result
    • Run project4.py as follows

      python3 project4.py

    • After execution is complete, you can delete the Proj_4 folder using rm -r Proj_4/

🐍 Requirements