└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Open-Source-EE-Degree 2 | ## Prerequisites 3 | * Math 4 | * [Differential and Integral Calculus - MIT OCW 18.01](https://ocw.mit.edu/courses/mathematics/18-01sc-single-variable-calculus-fall-2010/) 5 | * [Multivariable Calculus - MIT OCW 18.02](https://ocw.mit.edu/courses/mathematics/18-02sc-multivariable-calculus-fall-2010/) 6 | * [Linear Algebra - MIT OCW 18.06](https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/) 7 | * [Differential Equations - MIT OCW 18.03](https://ocw.mit.edu/courses/mathematics/18-03-differential-equations-spring-2010/) 8 | * [Probability and Statistics - MIT OCW 18.05](https://ocw.mit.edu/courses/mathematics/18-05-introduction-to-probability-and-statistics-spring-2014/) 9 | * Science 10 | * [Classical Mechanics - MIT OCW 8.012](https://ocw.mit.edu/courses/physics/8-012-physics-i-classical-mechanics-fall-2008/) 11 | * [Electricity and Magnetism - MIT OCW 8.02](https://ocw.mit.edu/courses/physics/8-02-physics-ii-electricity-and-magnetism-spring-2007/) 12 | * [Principles of Chemical Science - MIT OCW 5.111](https://ocw.mit.edu/courses/chemistry/5-111sc-principles-of-chemical-science-fall-2014/) 13 | * Computer Science 14 | * Intro to Computing 15 | * [Introduction to Matlab - MIT OCW 6.057](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-057-introduction-to-matlab-january-iap-2019/) 16 | * [Introduction to Computer Science and Programming in Python - MIT OCW 6.0001](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-0001-introduction-to-computer-science-and-programming-in-python-fall-2016/) 17 | * Programming Electives 18 | * Programming HW/SW Systems (required for CompE) 19 | * [Introduction to Computational Thinking and Data Science - MIT OCW 6.0002](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-0002-introduction-to-computational-thinking-and-data-science-fall-2016/) 20 | * Engineering Software Design 21 | ## Core 22 | * Circuit Analysis 23 | * Digital Design w/ Lab 24 | * Intro to Signal Processing 25 | ## EE 26 | * Systems and Signals 27 | * Microelectronics / Semiconductor Physics 28 | * Analog cirucits w/ Lab 29 | * Electromagnetics 30 | * Electrical Energy Systems 31 | ## CompE 32 | 33 | * Physical Foundations of Computer Engineering 34 | * Computer Architecture 35 | * Mathmatical Foundations of Computer Engineering 36 | ## Electives 37 | * Robotics 38 | * Controlls 39 | * Embedded Systems 40 | * Radar 41 | * Communicatoins 42 | * Emag Applications 43 | * Computer Vision 44 | * Machine Learning 45 | * Energy Systems 46 | * Biomedical Applications 47 | * Security 48 | * Computer Architecture 49 | * Digital Design 50 | * Analog Circuits 51 | * Computer Science 52 | * [Data Structures and Algorithms](https://ocw.mit.edu/courses/6-006-introduction-to-algorithms-spring-2020/) 53 | ## Projects 54 | * A camera that counts and/or classifies things 55 | * A cool micro controller widget 56 | * Something with a drone 57 | * Something with a mobile app 58 | * An entire design for a payload going into space with wireless comunicaitons, controls, 59 | and thermal and mechanical considerations, that requires low-level programing, rapid prototypeing, bench-testing, 60 | high-profile presentations to secure funding, and at least a year of inadequate sleep. 61 | --------------------------------------------------------------------------------