diff --git a/8th-Semester-Spring-2025/clinic-consultant/assignments/assignment-1/consultant-contract-signed.pdf b/8th-Semester-Spring-2025/clinic-consultant/assignments/assignment-1/consultant-contract-signed.pdf index b72cd27..5c45737 100644 Binary files a/8th-Semester-Spring-2025/clinic-consultant/assignments/assignment-1/consultant-contract-signed.pdf and b/8th-Semester-Spring-2025/clinic-consultant/assignments/assignment-1/consultant-contract-signed.pdf differ diff --git a/8th-Semester-Spring-2025/clinic-consultant/assignments/assignment-1/feedback.md b/8th-Semester-Spring-2025/clinic-consultant/assignments/assignment-1/feedback.md new file mode 100644 index 0000000..317e49a --- /dev/null +++ b/8th-Semester-Spring-2025/clinic-consultant/assignments/assignment-1/feedback.md @@ -0,0 +1,9 @@ +Assesment is not a constraint, as it does not prevent me from reaching design requirements. + +Potentially constrained by the quality of data in the database + +Constrained by the efficacy of static filters + +Try to fit Gantt chart on one page + +Extra Gantt chart week at end? diff --git a/8th-Semester-Spring-2025/clinic-consultant/labs/lab-3/lab3q3.py b/8th-Semester-Spring-2025/clinic-consultant/labs/lab-3/lab3q3.py new file mode 100644 index 0000000..cb3aea8 --- /dev/null +++ b/8th-Semester-Spring-2025/clinic-consultant/labs/lab-3/lab3q3.py @@ -0,0 +1,25 @@ +import numpy as np +import scipy as sp +import matplotlib.pyplot as plt + + +def u(n): + return np.heaviside(n, 1) + + +def ideal_lowpass(omega, omega_c): + return np.where(np.abs(omega) <= omega_c, 1, 0) + + +def main(): + omega_c = 0.4*np.pi + omega = np.arange(0, np.pi, 0.05*np.pi) + + h_lpf = ideal_lowpass(omega, omega_c) + + plt.plot(omega, h_lpf) + plt.show() + + +if __name__ == "__main__": + main() diff --git a/8th-Semester-Spring-2025/cloud-hardware/chapter-5-questions/chapter-5-answers-only.md b/8th-Semester-Spring-2025/cloud-hardware/chapter-5-questions/chapter-5-answers-only.md new file mode 100644 index 0000000..6912fb8 --- /dev/null +++ b/8th-Semester-Spring-2025/cloud-hardware/chapter-5-questions/chapter-5-answers-only.md @@ -0,0 +1,16 @@ +--- +title: ECE09488 Assignment #5 +author: Aidan Sharpe +date: March 13th, 2025 +--- + +1. c +2. b +3. d +4. c +5. d +6. a +7. a & c +8. a +9. a +10. b diff --git a/8th-Semester-Spring-2025/cloud-hardware/chapter-5-questions/chapter-5-answers-only.pdf b/8th-Semester-Spring-2025/cloud-hardware/chapter-5-questions/chapter-5-answers-only.pdf new file mode 100644 index 0000000..83139ec Binary files /dev/null and b/8th-Semester-Spring-2025/cloud-hardware/chapter-5-questions/chapter-5-answers-only.pdf differ diff --git a/8th-Semester-Spring-2025/cloud-hardware/chapter-5-questions/chapter-5-questions.md b/8th-Semester-Spring-2025/cloud-hardware/chapter-5-questions/chapter-5-questions.md new file mode 100644 index 0000000..398b273 --- /dev/null +++ b/8th-Semester-Spring-2025/cloud-hardware/chapter-5-questions/chapter-5-questions.md @@ -0,0 +1,37 @@ +--- +title: ECE09488 Assignment #5 +author: Aidan Sharpe +date: March 13th, 2025 +geometry: margin=1in +--- + +### 1. Which VPN topology is the best fit for a connection between an on-prem database and a cloud based application? +c. Point-to-site + +### 2. Which network configuration must be adjusted to support VXLAN and GENEVE? +b. UDP + +### 3. What type of virtual network can peer many other virtual networks to allow communication between all connected networks? +d. Hub + +### 4. Why are VLANs restricted to layer 3 communications? +c. VLAN tags are added at layer 2. + +### 5. Suppose you have a large cluster of web servers in one availability zone and a much smaller cluster in a different availability zone. You want to make sure your larger cluster takes a larger portion of the website traffic. Which load-balancing method is the best fit? +d. Weighted round robin + +### 6. What would you need to change in your VPC configurations to ensure VM instances use DNS servers hosted by your organization? +a. Scope options + +### 7. At what level is an IP address space typically defined in the public cloud? +a. VPC +c. Subnet + +### 8. What misconfiguration will result in failed health checks from a load balancer's server cluster? +a. Incorrect IP address + +### 9. Which load-balancing method is the best fit for a server cluster where workloads can be highly unpredictable in the time required to complete each series of tasks? +a. Least connection + +### 10. Which utility will help you identify the port a network service is using? +b. ss diff --git a/8th-Semester-Spring-2025/cloud-hardware/project-4-2.png b/8th-Semester-Spring-2025/cloud-hardware/project-4-2.png new file mode 100644 index 0000000..5d908f4 Binary files /dev/null and b/8th-Semester-Spring-2025/cloud-hardware/project-4-2.png differ diff --git a/8th-Semester-Spring-2025/weapon-systems/lectures/L-1.pdf b/8th-Semester-Spring-2025/weapon-systems/lectures/L-1.pdf new file mode 100644 index 0000000..6c8f651 Binary files /dev/null and b/8th-Semester-Spring-2025/weapon-systems/lectures/L-1.pdf differ diff --git a/8th-Semester-Spring-2025/weapon-systems/lectures/L-1_Introduction_and_Overview.pdf b/8th-Semester-Spring-2025/weapon-systems/lectures/L-1_Introduction_and_Overview.pdf new file mode 100644 index 0000000..7f9508c Binary files /dev/null and b/8th-Semester-Spring-2025/weapon-systems/lectures/L-1_Introduction_and_Overview.pdf differ diff --git a/8th-Semester-Spring-2025/weapon-systems/lectures/L-2 Aerodynamics.pdf b/8th-Semester-Spring-2025/weapon-systems/lectures/L-2 Aerodynamics.pdf new file mode 100644 index 0000000..c72cb61 Binary files /dev/null and b/8th-Semester-Spring-2025/weapon-systems/lectures/L-2 Aerodynamics.pdf differ diff --git a/8th-Semester-Spring-2025/weapon-systems/lectures/L-2.pdf b/8th-Semester-Spring-2025/weapon-systems/lectures/L-2.pdf new file mode 100644 index 0000000..1c9a962 Binary files /dev/null and b/8th-Semester-Spring-2025/weapon-systems/lectures/L-2.pdf differ diff --git a/8th-Semester-Spring-2025/weapon-systems/lectures/L-3 Propulsion.pdf b/8th-Semester-Spring-2025/weapon-systems/lectures/L-3 Propulsion.pdf new file mode 100644 index 0000000..dbb687c Binary files /dev/null and b/8th-Semester-Spring-2025/weapon-systems/lectures/L-3 Propulsion.pdf differ diff --git a/8th-Semester-Spring-2025/weapon-systems/lectures/L-3.pdf b/8th-Semester-Spring-2025/weapon-systems/lectures/L-3.pdf new file mode 100644 index 0000000..d6d1866 Binary files /dev/null and b/8th-Semester-Spring-2025/weapon-systems/lectures/L-3.pdf differ diff --git a/8th-Semester-Spring-2025/weapon-systems/lectures/L-4 Warheads and Fuzing.pdf b/8th-Semester-Spring-2025/weapon-systems/lectures/L-4 Warheads and Fuzing.pdf new file mode 100644 index 0000000..b944676 Binary files /dev/null and b/8th-Semester-Spring-2025/weapon-systems/lectures/L-4 Warheads and Fuzing.pdf differ diff --git a/8th-Semester-Spring-2025/weapon-systems/lectures/L-4.pdf b/8th-Semester-Spring-2025/weapon-systems/lectures/L-4.pdf new file mode 100644 index 0000000..efe894f Binary files /dev/null and b/8th-Semester-Spring-2025/weapon-systems/lectures/L-4.pdf differ diff --git a/8th-Semester-Spring-2025/weapon-systems/lectures/L-5 Principles of Weapon Control Systems I.pdf b/8th-Semester-Spring-2025/weapon-systems/lectures/L-5 Principles of Weapon Control Systems I.pdf new file mode 100644 index 0000000..031124e Binary files /dev/null and b/8th-Semester-Spring-2025/weapon-systems/lectures/L-5 Principles of Weapon Control Systems I.pdf differ diff --git a/8th-Semester-Spring-2025/weapon-systems/lectures/L-5.pdf b/8th-Semester-Spring-2025/weapon-systems/lectures/L-5.pdf new file mode 100644 index 0000000..48dbd85 Binary files /dev/null and b/8th-Semester-Spring-2025/weapon-systems/lectures/L-5.pdf differ diff --git a/8th-Semester-Spring-2025/weapon-systems/lectures/L-6 Principles of Weapon Control Systems II.pdf b/8th-Semester-Spring-2025/weapon-systems/lectures/L-6 Principles of Weapon Control Systems II.pdf new file mode 100644 index 0000000..179d112 Binary files /dev/null and b/8th-Semester-Spring-2025/weapon-systems/lectures/L-6 Principles of Weapon Control Systems II.pdf differ diff --git a/8th-Semester-Spring-2025/weapon-systems/lectures/L-6.pdf b/8th-Semester-Spring-2025/weapon-systems/lectures/L-6.pdf new file mode 100644 index 0000000..8f8e4b5 Binary files /dev/null and b/8th-Semester-Spring-2025/weapon-systems/lectures/L-6.pdf differ diff --git a/8th-Semester-Spring-2025/weapon-systems/lectures/L-7 Trajectory Design.pdf b/8th-Semester-Spring-2025/weapon-systems/lectures/L-7 Trajectory Design.pdf new file mode 100644 index 0000000..1aa9f92 Binary files /dev/null and b/8th-Semester-Spring-2025/weapon-systems/lectures/L-7 Trajectory Design.pdf differ diff --git a/8th-Semester-Spring-2025/weapon-systems/lectures/L-7.pdf b/8th-Semester-Spring-2025/weapon-systems/lectures/L-7.pdf new file mode 100644 index 0000000..312b80b Binary files /dev/null and b/8th-Semester-Spring-2025/weapon-systems/lectures/L-7.pdf differ