Changes between Version 61 and Version 62 of Other/Summer/2023/Latency
- Timestamp:
- Aug 9, 2023, 2:50:16 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2023/Latency
v61 v62 51 51 == Week 5 52 52 **Summary 53 - Created Python script that createdartificial videos with adjustable noise53 - Created Python script that made artificial videos with adjustable noise 54 54 **Week Run-through 55 55 56 56 The bulk of this week was spent developing a Python script that created artificial videos of black and white frames alternating every half a second. This program comes with adjustable noise to mimic the camera’s change from black to colored frames with noise. Using OpenCV, we were able create the code successfully. 57 57 58 **Week 5 presentation: [https://docs.google.com/presentation/d/1eFaGVwyJf6AOELmQVRvLJxMywu_rgNEc2hIgDxk3BDA/edit#slide=id.p]** 58 59 … … 65 66 66 67 This week was shortened to a considerable margin to the point where we couldn't make much progress. However, we were able to plan for the following weeks by creating many artificial videos of varying amounts of noise as well as a plan to create histogram to plot the number of occurrences each hex byte appeared in order to visualize how noise affects packets using the Python library Matplotlib. 67 68 68 69 69 **Week 6 presentation: [https://docs.google.com/presentation/d/1IwPrkkpvbTHO3LuBZ2Umuxp5rz9jwKTqmml3EoJ7wAA/edit]** … … 118 118 119 119 **Week 9 presentation: [https://docs.google.com/presentation/d/1p3A7ZTJOdkUAqZujGuvOyyJHKzd3qgGuxxUHSaZVm9k/edit#slide=id.p]** 120 120 121 == Week 10 121 122 **Summary