Software Fundamentals for Engineering Systems

This course is no longer offered

(3-0-0-4)

CMPE Degree: This course is for the CMPE degree.

EE Degree: This course is for the EE degree.

Lab Hours: 0 supervised lab hours and 0 unsupervised lab hours.

Course Coordinator:

Prerequisites: (ECE 2025 or ECE 2026) and (ECE 2020 or ECE 2030) and ECE 2040 [all courses min C]

Catalog Description

Using computer algorithms for solving electrical engineering problems arising in
various application domains. Development of effective algorithms and their
implementation by object-oriented code.

Textbook(s)

Course Outcomes

Not Applicable

Strategic Performance Indicators (SPIs)

Not Applicable

Topical Outline

ECE 3090 last taught Spring 2013.

Introduction to C
Basic C syntax, Operators, Flow control
Functions, arrays, pointers
File I/O
Recursion, structures, linked lists

Object Oriented Programming in C++
Classes
Templates
Inheritance
Polymorphism
Operator overloading

NOTE: Above topics taught in parallel with topics listed below.

Applications
Complex Arithmetic
Fast Fourier Transform
Sparse matrix manipulation
Dynamic Statistical Analysis
Nonlinear Filtering
Image Segmentation
Data Compression
Computer Aided Design
Finite State Machine Simulation
Optimal path planning
Robotics