Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.7 KB

File metadata and controls

26 lines (23 loc) · 1.7 KB

COMPUTER TOOLS FOR ELECTRICAL ENGINEERS

Course Description

This course aims to introduce students to computer tools essential for electrical engineering, with a focus on MATLAB and PSPICE. The course is split into two sections, each of six weeks duration. The first half of the course deals with MATLAB, and the latter half deals with PSPICE.

Course Schedule

  • MATLAB SECTION
    1. Introduction to MATLAB
    2. Matlab Programming
    3. Input/Output and Data Structures
    4. Plotting
    5. GUIDE
    6. SIMULINK
  • PSPICE SECTION
    1. Introduction to SPICE and Getting Started
    2. Simple DC Circuits
    3. Other DC Analyses
    4. Operational Amplifiers
    5. Time Domain Analysis
    6. Frequency Domain Analysis

Course Projects

This section will display the projects that were done in this course, both in MATLAB and PSPICE:

  1. Project 1a - Circuit Simulator (MATLAB): This project implements a MATLAB-based circuit simulator capable of simulating circuits with Resistors, Independent voltage sources, and Independent current sources.
  2. Project 1b - GUI FOR CIRCUIT SIMULATOR (MATLAB): This project involves creating a Graphical User Interface (GUI) for a MATLAB-based circuit simulator.
  3. Project 2 - ANALOG COMPUTER (PSPICE): This project involves the design of an analog computer using PSPICE to solve a specific differential equation. An analog computer is a form of computer that leverages the continuously changeable aspects of physical phenomena to model the problem being solved. Electronic analog computers typically use OPAMPs, voltage sources, and oscilloscopes to solve differential equations modeling a physical system.