Create Report.md

Report template added
This commit is contained in:
Abhijit Kshirsagar Kshirsagar 2023-09-11 19:26:12 +05:30 committed by GitHub
parent 2c762dcb35
commit e0bfad0efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

31
EE690_LabXX/Report.md Normal file
View File

@ -0,0 +1,31 @@
# Embedded Systems Lab Report
<!-- Insert your details here -->
* FirstName Lastname [ee23mt999@iitdh.ac.in]
* FirstName Lastname [ee23mt999@iitdh.ac.in]
* Group: NN <br>
* [Date]
### Problem Statement:
Insert the problem statement here, verbatim
### Solution Summary:
A brief description (not more than 200 words) of how you have approached the problem, and how you have attempted to solve it.
### Assumptions, Constraints and Requirements:
Self explanatory. The problem statements are not exhaustive. Are there corner cases that your solution accounts for? Are there conditions that you ignore or default to?
### Block diagram / Flowchart:
Markdown allows some very nice text graphics. Otherwise you can always add an image file to your repo and link to it.
### Measurements and Results:
Oscilloscope waveforms, measurememtns, etc. go here.
### Discussion and Conclusions:
Did you get some unexpected behavior? Was there something that was not as expected?