An open API service indexing awesome lists of open source software.

https://github.com/codlocker/eee591-homework

Code for all homework and projects for EEE 591
https://github.com/codlocker/eee591-homework

Last synced: 3 months ago
JSON representation

Code for all homework and projects for EEE 591

Awesome Lists containing this project

README

        

## :notebook: Homework for EEE-591

1. [Homework 1](./hw1/)
- [Questions](./hw1/hw1_root.pdf)

2. [Homework 2](./hw2/)
- [Questions](./hw2/hw2_pi.pdf)
- ![Result of polyomial ques](./hw2/Poly.png)
- ![Integration by substitution](./hw2/hw2_pi_substitution.jpeg)

3. [Homework 3](./hw3/)
- ![Results of the run](./hw3/HW3-results.PNG)

4. [Homework 4](./hw4/)
- ![UI view](./hw4/UI.png)
- ![Results](./hw4/Plot.png)

5. [Homework 5](./hw5/)
- ![results](./hw5/hw5-results.PNG)
6. [Homework 6](./hw6/)
- ![results](./hw6/hw6.PNG)
7. [Homework 7](./hw7/)
- ![image](https://github.com/codlocker/EEE591-Homework/assets/12949012/24f2cd35-9668-468a-9fc5-91a38cc29dea)

## :blue_book: Projects for EEE-591

2. [Project 2](./proj2/)
- [Question](./proj2/Project_minevsrock.pdf)
- [Report](./proj2/proj2.pdf)
- [Final Code](./proj2/proj2.py)
- Notebooks
- [Grid-Search](./proj2/Grid_Search.ipynb)
- [Project piece](./proj2/Project-2.ipynb)

- ![Results](./proj2/Accuracy_to_components.png)

3. [Project 3](./proj3/)
- [Description](./proj3/DiodeNonlinear_v5c.pdf)
- [Code](./proj3/proj3.py)
- ![Result](./proj3/result.png)

4. [Project 4](./proj4/)
- [Description](./proj4/Project%204.pdf)
- [Code](./proj4/project4.py)
- ![image](https://github.com/codlocker/EEE591-Homework/assets/12949012/94beba5d-ed1e-4af7-8942-244fb7b4004c)

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 /Proj_4
- ![Inst Result](./proj4_inst.PNG)
- Run project4.py as follows

```python3 project4.py```
- After execution is complete, you can delete the Proj_4 folder using
```rm -r Proj_4/```

### :snake: Requirements

- [requirements.txt](./requirements.txt)