I ECE 110 (= I ESE 110) Introduction to Engineering (2)
An introduction to engineering, including problem solving and other skill sets essential for engineers. Using a combination of in-class activities, assignments and classroom lectures and presentations, students will learn how to formulate, articulate, and solve engineering problems, and how to present engineering work in written and oral form. Students will learn about the different disciplines within engineering and the multidisciplinary nature of modern engineering. Students will gain a better understanding of how fundamental scientific principles relate to engineering. Three contact hours. Only one of I ECE/I ESE 110 may be taken for credit. Corequisite or prerequisite: A MAT 100 or A MAT 112 or A MAT 118.
I ECE 111 Introduction to Electrical and Computer Engineering (4)
An introduction to fundamental concepts, skills, and technologies in Electrical and Computer Engineering. Students are introduced to modern engineering tools and logical and systematic ways to analyze and solve problems in electrical and computer engineering. Corequisite(s) or prerequisite(s): A MAT 112 or A MAT 118 and I ECE/I CSI 201 or I ECE 141. Course fee applies. Consult the Schedule of Classes.
I ECE 141 Programming for Engineers (4)
This is an introductory programming course covering the fundamentals of structured programming using the C programming language and the fundamentals of object-oriented programming using the Java programming language. The class primarily focuses on use of the C programming to cover topics such as data types, arrays, multi-dimensional arrays, functions, strings, structures, pointers, static/stack/heap memory, file processing, and handling multiple source and header files. Java programming is introduced in the latter part of the semester and covers object-oriented programming fundamentals including objects, classes, and inheritance. Must be completed with a grade of C or better to register for I ECE 213. Prerequisite(s): grade of C or better in I ECE 111/150 and A MAT 112 or 118.
I ECE 201 (= I CSI 201) Introduction to Computer Science (4)
This course first introduces with the elementary concepts of computer science such as CPU, memory, I/O devices and binary number system. It then focuses on developing basic programming skills. The topics include input and output data, data types, control structures, functions/methods, arrays, procedural and object-oriented programming concepts, and program debugging and compilation. Only one of I CSI/I ECE 201 may be taken for credit. Prerequisites: no prerequisite; general mathematical knowledge and computer skills are recommended.
I ECE 202 Introduction to Circuits (4)
Review of basic circuits, voltage and current division, and Thevenin and Norton equivalent circuits. Analysis of circuits using the matrix formulation of Kirchhoff's Current and Voltage Laws. Operational Amplifiers. Study of circuits with capacitors and inductors using linear differential equations. Sinusoidal steady state response of basic circuits, phasor circuit analysis, and frequency dependence. Passive filter design and analysis. Laplace Transform and s-domain circuit analysis. This course includes a laboratory. Must be completed with a C or better to register for I ECE 300, I ECE 310, I ECE 371. Prerequisite(s): A PHY 150 or 152 or T PHY 151. Prerequisite(s) or corequisite(s): A MAT 311 and either A MAT 220 or 222. Course fee applies. Consult the Schedule of Classes.
I ECE 210 (= I CSI 210) Discrete Structures (4)
Mathematical reasoning, propositions, predicates and quantifiers; Boolean algebra, logic minimization; sets, functions, sequences, matrix algebra; mathematical induction and recursion; number theory, modular arithmetic, counting, permutations and combinations. Only one of I CSI/I ECE 210 may be taken for credit. Prerequisite(s): A MAT 112.
I ECE 213 (= I CSI 213) Data Structures (4)
(Formerly I CSI 310.) This course covers commonly used abstract data structures such as lists, stacks, queues, trees and graphs. The implementation and time-space analysis of these data structures is discussed in the context of recursion, sorting and searching algorithms. May not be taken by students with credit for I CSI 310. Only one of I CSI/I ECE 213 may be taken for credit. Must be completed with a grade of C or better to take I CSI 333 or I ECE 332. Prerequisite(s): grade of C or better in I ECE/I CSI 201, or I ECE 141.
I ECE 231 Digital Systems (4)
An introduction to digital logic hardware used in modern computing systems. Boolean algebra, number systems, digital arithmetic, basic logic gates, combinational logic circuits, complex logic building blocks, including multiplexers, decoders and flip-flops, registers and memory arrays. Methods and techniques for the analysis, design and synthesis of combinational logic, sequential logic and memory circuits. An introduction to, and "hands-on" experience with, state-of-the-art electronic design automation (EDA) software tools, and hardware description languages (HDL) such as VHDL for practical applications of digital logic designs and implementations using field programmable logic arrays (FPGAs). This course includes a laboratory. Prerequisite(s): I ECE/I CSI 210, and a grade of C or better in I ECE 141 or I ECE/I CSI 201. Course fee applies. Consult the Schedule of Classes.
I ECE 300 Introduction to Electronics (4)
Basic electronic and physical properties of semiconductors materials. Functional characteristics and electronic models of silicon semiconductor diodes and transistors (field effect transistors and bipolar junction transistors). DC biasing, static current-voltage (I-V) characteristics, and transient behavior of transistors, and transistor circuits. Analog transistor applications such as single stage and multi-stage amplifiers. Operational amplifiers. Frequency response and feedback characteristics of transistor circuits. Digital circuit applications with single and multi-stage transistor circuits. The use of computer aided circuit design and simulation tools and techniques. Hands-on lab experimentation constructing circuits to test and measure functional and performance characteristics. Must have completed I ECE 202 with a C or better to register for I ECE 300. Prerequisite(s): I ECE 202. Course fee applies. Consult the Schedule of Classes.
I ECE 310 Engineering Electromagnetics (4)
Review of Maxwell's equations and time harmonic electric and magnetic fields. Plane waves in lossless and lossy media, group velocity, Poynting vector, and flow of electromagnetic power. Normal and oblique incidence of plane waves at plane boundaries. Transmission lines, the Smith chart, and impedance matching. Waveguides. Introduction to antennas and antenna arrays. The course includes a laboratory. Must have completed I ECE 202 with a C or better to register for I ECE 310. Prerequisite(s): I ECE 202.
I ECE 332 Computer Organization and Programming (4)
(Formerly I ECE 233.) A foundation in C programming, assembly language programming, and computer organization. The analysis, design, implementation, testing, and debugging of C and assembly language programs. Tracing how instructions are executed on CPU architectures, as well as the performance trade-offs and hazards with different architecture designs. The compiling of a higher-level C program into binary machine-language instructions and executing those instructions on an underlying hardware. Low-level programming is covered from both a C and assembly language perspective, including topics such as: representation of primitive and composite data types, arrays, strings, procedures, structures, pointers, static/stack/heap memory, bitwise operations, and text and binary file processing. This is a programming intensive course with a lab component. Only one of I CSI 333 or I ECE 233 or I ECE 332 may be taken for credit. Prerequisite(s): I ECE 231 and a grade of C or better in I ECE/I CSI 213. Course fee applies. Consult the Schedule of Classes.
I ECE 334 Programming Hardware Systems (4)
This course covers the design and programming of software for embedded systems and the fundamentals of embedded hardware design. Students will learn how to design finite state machine models that meet system requirements and convert these models into embedded C code. In addition, students will focus on optimizing embedded software in consideration of latency constraints, processor utilization minimization, and power consumption. Topics covered include maskable interrupts, timers, pulse-width modulation, analog-to-digital conversion, serial communication, as well as synchronous and concurrent state machines. The course is hands-on, involving the design, implementation, debugging, and testing of embedded software through regular lab sessions and a comprehensive final project. Prerequisite(s): I ECE 233 or I ECE 332.
I ECE 360 Emerging Technologies (3)
This course will explore current emerging technologies and related technical management practices on a global basis. The content of this course will vary from semester to semester. Each offering will cover an advanced engineering topic in Computer Engineering. May be repeated for credit when content varies. Prerequisite(s): permission of instructor.
I ECE 371 Signals and Systems (4)
This course introduces students to Signals and Systems. The course is divided into three parts: introduction, theory, and applications of continuous time signals and systems, and theory and applications of discrete-time signals and systems. The course is organized so that students not only get a solid understanding of the theory, enhanced by analytic examples and software examples using MATLAB, but also learn about applications and develop confidence and proficiency in the material by working on analytic and computational problems. The course includes a laboratory/problem session. Must have completed I ECE 202 with a C or better to register for I ECE 371. Prerequisite(s): I ECE 202.
I ECE 401 Advanced Electronics (3)
Linear and non-linear applications of operational amplifiers, with an emphasis on circuit design. Non-ideal operational amplifier behavior, including both static and dynamic characteristics. Amplifier stability and frequency compensation techniques. Operational amplifier based oscillators. Circuit noise. Prerequisite(s): I ECE 300.
I ECE 402 Power Electronics (3)
An introduction to fundamentals of power electronic circuits and their role in industrial, residential and power system applications. This course covers the characteristics of power semiconductor devices including diodes, thyristors, GTOs, IGBTs and MOSFETs. Analysis and design of basic dc-dc converters, single phase and multi-phase rectifiers and inverter circuits will be introduced as well as an introduction to the fundamentals of soft switching converters. Industrial applications, such as renewable energy, telecom and computing industry will be discussed. Computer simulation will be used to analyze the detailed operation of switching converters. This course includes a laboratory. Prerequisite(s): I ECE 300 and I ECE 413, or permission of instructor. Course fee applies. Consult the Schedule of Classes.
I ECE 404 (= I CSI 404) Computer Architecture and Organization (3)
A quantitative approach to computer architecture and organization that addresses both the software and hardware aspects of performance in modern computing systems. Topics include functional descriptions, operation, and logic design of major system components, such as the central processing unit and memory, and control and communication. Emphasis will be placed on examining the relationship of a system's architecture and organization to application performance. Only one of I CSI/I ECE 404 or I ECE 432 may be taken for credit. Prerequisite(s): grade of C or better in I CSI 333 or I ECE 233 or I ECE 332.
I ECE 410 Internet of Things (3)
In this course students will study new communication paradigms that are enabled by the ubiquity of heterogeneous devices, networks and applications. The course will consist of three components: lectures on emerging networks and their artifacts along with studying research publications to understand their practical challenges; bridging of the cyber and the physical world using sensors, embedded in mobile devices and building applications using the Android sensor programming framework; and analytics for large-scale data and business models for Big Data. Students are expected to have introductory knowledge about networking and communication systems along with foundations in programming and statistics. Prerequisite(s): I CSI/I ECE 416.
I ECE 411 Microwave Engineering (3)
An introduction to radio frequency and microwave analysis and design. Transmission lines and waveguides, network characterization and analysis, impedance matching and tuning. Passive microwave devices such as power dividers, couplers, resonators, filters, and ferrimagnetic components. An introduction to active devices. Prerequisite(s): I ECE 300 and I ECE 310.
I ECE 412 Antenna Engineering (3)
An introduction to the fundamental principles of antenna theory. Basic antenna parameters, including radiation resistance, input impedance, gain and directivity. Antenna radiation properties and Friis transmission formula. Elementary (dipole, linear wire and loop) antennas and their radiation properties. Impedance matching techniques and mutual coupling. Analysis and design of antenna arrays. Introduction to commonly used aperture and microstrip antennas. Prerequisite(s): I ECE 300 and I ECE 310.
I ECE 413 Electrical Energy Systems (3)
The course starts with covering three phase circuits and power calculations in three-phase systems. Active and reactive power transfer in an electrical grid will be analyzed. Concepts of electromagnetic energy conversion and transformers will be introduced. Different types of energy sources and their interconnection to the grid will be covered such as hydro energy, wind power, solar photovoltaics and energy storage. The course is concluded with an introduction to economics of power generation and an overview of elements of smart grids. Prerequisite(s): I ECE 202 or permission of instructor.
I ECE 414 Electric Machines (3)
This course covers the basics of operation and design of electric machines. Fundamentals of magnetic circuits, B-H curves, Faraday's law, hysteresis, hysteresis and eddy current losses, self and mutual inductances are introduced. The analysis and operation of different types of industrial electric machines is presented, including single phase and three-phase transformers, dc motors and generators, induction machines and synchronous machines. Three-phase circuits and phase sequences in three-phase systems will also be covered. Prerequisite(s): I ECE 310 and I ECE 413 or permission of instructor.
I ECE 416 (= I CSI 416) Computer Communication Networks (3)
This course covers fundamentals in computer communication networks and the principles of distributed systems that leverage these networks. The course will focus on key Internet application architectures, principles and protocols, covering reliable data transfer and transport protocols; routing and forwarding; data link layer communications and principles of shared media access. Students will also be introduced to various physical layer techniques like error correction and bandwidth efficiency; content delivery networks; and software-defined networks. The students will apply their understanding of networking fundamentals while working on hands-on programming assignments, packet trace analysis and Internet measurements. Prerequisite(s): I CSI 333 or I ECE 233 or I ECE 332, and A MAT 367 or A MAT 370.
I ECE 417 Optical Communications (3)
The future provision of Internet-based high-bandwidth applications has led to an explosion in demand for high-speed optical communication systems. This course aims to provide knowledge of the strategies and techniques involved in the design and implementation of optical communication technologies and how these optical links form networks. This course is designed to present the operation of modern optical devices driving the growth in optical communication systems and the broader picture of optical fiber and free space networks for future communication applications. The course covers: building blocks of optical communication systems such as transmitters, receivers, transmission fibers, and amplifiers; fundamental considerations in system design including signal to noise ratio, fiber nonlinearity, chromatic dispersion, polarization mode dispersion, modulation formats, etc.; and the latest developments in high data rate, high spectral efficiency optical communication systems. Many practical and useful examples are also included. Prerequisite(s): I ECE 202, A MAT 220 and 311.
I ECE 418 Power Systems Analysis (3)
This course covers principles of electric power systems, three-phase transformers, transmission line parameters, admittance model, impedance model, network work calculations, power-flow solution, symmetrical faults, symmetrical components and sequence network, asymmetrical faults, elements of power system protection and power system stability. Prerequisite(s): I ECE 413 or permission of instructor.
I ECE 420 Introduction to VLSI (3)
An introduction to Very Large Scale Integrated (VLSI) circuit design. The device, circuit, and system aspects of VLSI design will be covered in an integrated fashion. Emphasis is placed on NMOS, PMOS and CMOS technology. Using transistors, simple gates such as XOR, AND, OR, AOI, OAI, and flip flops, are constructed and simulated using Cadence Design Systems tools. Verilog-A is used to provide input vectors and test the correctness of the output. Prerequisite(s): I ECE 300.
I ECE 421 Digital ASIC Design (3)
The design of complex digital Application Specific Integrated Circuits (ASICs). Standard cell libraries and the Verilog language are used to build complex digital synchronous circuits using Cadence layout synthesis tools. Interconnect delay estimation, clock tree synthesis, repeater and pipeline stage design are introduced. A synchronous digital circuit utilizing 100s of flip flops and digital gates is designed as a final project and sent to MOSIS for fabrication. Prerequisite(s): I ECE 420.
I ECE 422 Integrated Circuit Devices (3)
Modern solid-state devices and their operational principles. Solid state physics fundamentals, such as carriers and their mobility, band structures, doping concentrations and PN junctions. The operation of PN diodes, PIN diodes, and Schottky diodes, as well as three terminal devices, such as BJTs, JFETs, SCRs, MESFETs and MOSFETs. Device modelling and behavior. Prerequisite(s): I ECE 300.
I ECE 431 Reconfigurable Computing (3)
This course provides a study of FPGA architecture with detailed discussion on opportunities and challenges in this flexible platform. Topics include device architecture, programming languages and models for FPGAs including streaming and I/O, Mapping, Placement and Routing in reconfigurable logic, application design, development, verification and application specific optimization techniques. Prerequisite(s): I CSI/I ECE 404 or I ECE 233 or I ECE 332.
I ECE 441 GPU Architecture and Programming (3)
This course introduces the students the concept of massively-parallel programming. It is divided into two parts: in the first part, the students are expected to develop multi-threaded programs in the C programming language using pthreads. In the second part, the concepts that are learned in the first part are extended to the GPU architecture. Nvidia CUDA programming language is used as the main tool to develop GPU programs. Prerequisite(s): I ECE 141 or I ECE/I CSI 201, and I ECE 233 or I ECE 332 or I CSI 333.
I ECE 442 Systems Analysis and Design (3)
The application of systems analysis and systems design methodologies is especially important to the success of engineering projects in a real-world environment. While the nature and the scope of hardware and software design varies widely depending on the context, a successful development begins with analyzing client needs and desires and developing engineering requirements and constraints. This course aims to provide engineering students with a solid understanding of the important methodologies, tools and techniques related to the analysis of engineering problems and the design and development of systems in a variety of contexts. Prerequisite(s) or corequisite(s): I ECE 300, I ECE 332, and I ECE 371.
I ECE 451 Robotics (3)
An introduction to the fundamentals of robotics, including configuration space, transformation matrix, kinematics, motion planning, and a brief introduction to robot manipulation. In addition to simulation environments, the course uses robot arms and small drones as hardware platforms for students to practice programming and test algorithms. Current final projects include navigating drones through a small field of obstacles and the use of a robot arm to pick up objects. Prerequisite(s): A MAT 220, I ECE/I CSI 210 and 213.
I ECE 453 Cyber-Physical Systems (3)
This course is an introduction to the basics of models, analysis tools, and control for embedded systems operating in real time. Topics include models of computation, basic analysis, control, and systems simulation, interfacing with the physical world, mapping to embedded platforms and distributed embedded systems. This course has a lab component. Prerequisite(s): I ECE 371 and I CSI 333 or I ECE 233. Course fee applies. Consult the Schedule of Classes.
I ECE 460 Mobile Design Engineering (3)
Building on students' basic knowledge of wired computer networks, this course will explore mobile wireless networks. Students will learn about current protocols and technologies in mobile networks. Through hands-on exercises students will gain experience in wireless networks operation and configuration. Successful completion of the course will require detailed prior understanding of network-based communications, Internet protocol operations, strong systems programming skills and familiarity with UNIX. Prerequisite(s): I CSI/I ECE 400 and I CSI/I ECE 416.
I ECE 462 Digital Signal Processing (3)
This course covers the techniques of modern digital signal processing that are fundamental to a wide variety of application areas. The course covers the mathematical basis of discrete-time signal analysis, discusses the theory and implementation of fast Fourier transform algorithms, and discusses the design and implementation of digital filters. The coverage of the fundamentals is complemented with introductory treatments of several advanced techniques including linear prediction, adaptive filtering, and two-dimensional signal processing. The course concludes with a discussion of the application of digital signal processing techniques toward the solution of various types of practical problems. This course makes extensive use of MATLAB as an analysis, design, and visualization tool. Prerequisite(s): I ECE 371.
I ECE 463 Digital Image Processing (3)
An introduction to digital image and video processing. The course starts with an introduction of digital image processing. It continues with fundamentals of video processing and covers closely related topics in computer vision. The course focuses on both the theory and the practical application of digital image and video processing. Students will learn hands-on programming implementation using Python, Matlab, or C++. Prerequisite(s): I ECE 141 or I ECE/I CSI 201 and I ECE 462.
I ECE 465 Introduction to Machine Learning for Engineers (3)
This course offers a comprehensive introduction to machine learning (ML). Students will gain both theoretical knowledge and practical skills required to utilize ML techniques for building Internet-of-Things (IoT) applications. The theory covers the mathematical methods that are utilized to train and test ML models. The course curriculum is designed to focus on applying ML models to realize various signal processing, communication, and control operations. The course assignments and projects involve coding-based tasks that enable the students to design and implement their own ML models and optimize them for targeted IoT applications. The high-level overview of the topics covered in this course includes the extraction of feature vectors for signal processing, deep learning (DL) for communication, and reinforcement learning (RL) control. Prerequisite(s): A MAT 214, A MAT 220, I ECE 371 and either I ECE 233 or I ECE 332.
I ECE 470 Human Computer Interaction (3)
An introduction to the design principles of Human-Computer Interaction (HCI), including techniques for rapid prototyping and evaluation of multiple interface alternatives. The study of the computer visual interface, including human face tracking, expression recognition, hand gesture tracking and recognition, pedestrian detection and tracking, pose tracking and action recognition. A survey of the latest research papers and technologies in the field. The course includes a project, where students will pick and implement a relevant visual tracking or recognition project in HCI. Prerequisite(s): I CSI 333 or I ECE 233 or I ECE 332.
I ECE 471 Communication Systems (3)
An introduction to analog and digital communication signals and systems. Representation of analog and digital signals and their spectra. Baseband pulse and digital signaling, including PAM, PCM, DM and DPCM. Bandlimited signaling without inter-symbol interference. Analog and digital bandpass signaling, including AM, FM, PM, OOK, PSK, FSK, MSK, QAM and OFDM. Transmitter and receiver operations and systems. Performance in the presence of noise. Prerequisite(s): I ECE 371 and A MAT 370.
I ECE 472 Advanced Digital Communications (3)
An introduction to digital communications, including signal generation, signal detection, synchronization, channel modeling, and coding. Baseband pulse modulation. Signal space representation of signals and optimal receiver structures. Bandpass modulation techniques including PSK, QAM and FSK. Carrier, symbol, and frame synchronization. Channel characterization and modeling, including terrestrial channels. Error control coding. Prerequisite(s): I ECE 471.
I ECE 473 Radiowave Propagation and Remote Sensing (3)
In this course the basic physical mechanisms of electromagnetic wave propagation in the troposphere and ionosphere, and the fundamentals of microwave remote sensing will be studied. Theoretical and empirical models which describe several propagation mechanisms will be discussed to understand the design and analysis of communications and remote sensing (radar and radiometer) systems. Prerequisite(s): I ECE 310 and I ECE 371.
I ECE 481 Linear Control Theory (3)
An introduction to the analysis and design of linear control systems. Mathematical models, including state variable models. Feedback control, and stability. Root locus and frequency response compensation methods. Prerequisite(s): I ECE 371.
I ECE 490 ECE Design Lab I (3)
Part one of a two-semester-long capstone design experience that provides the opportunity for teams of students to propose, prototype/design, build, test, demonstrate, present and fully document a working prototype of a sophisticated electronic system. In this first part, student teams interact with industry sponsors and/or faculty to develop a proposal for a system, component or process to meet desired needs and specifications within constraints. Student teams will identify opportunities, develop requirements, perform analysis and synthesis, generate multiple solutions, evaluate solutions against requirements, consider risks, and make trade-offs. Prerequisite(s): I ECE 300 or I ECE 371, and I ECE 442. Prerequisite(s) effective Spring 2025: I ECE 300, I ECE 371, I ECE 442, and either I ECE 310 or I ECE 334.
I ECE 491 ECE Design Lab II (3)
Part two of a two-semester-long capstone design experience that provides the opportunity for teams of students to propose, prototype/design, build, test, demonstrate, present and fully document a working prototype of a sophisticated electronic system. In this second part, student teams continue to interact with industry sponsors and/or faculty as they implement their design and conduct validation experiments to demonstrate that their design meets all engineering specifications, standards, and constraints. In documenting their work, student teams will also evaluate their designs in global, cultural, social, environmental, and economic context and develop recommendations for future development. Prerequisite(s): I ECE 490.
I ECE 492 Honors ECE Design Lab I (3)
Part one of a two-semester-long capstone design experience that provides the opportunity for teams of students to propose, prototype/design, build, test, demonstrate, present and fully document a working prototype of a sophisticated electronic system. In this first part, student teams interact with industry sponsors and/or faculty to develop a proposal for a system, component or process to meet desired needs and specifications within constraints. Student teams will identify opportunities, develop requirements, perform analysis and synthesis, generate multiple solutions, evaluate solutions against requirements, consider risks, and make trade-offs. Course meets with I ECE 490 and, in addition to the team project activities for I ECE 490, honors students will develop a separate, individual honors thesis proposal that expands on the team project. Prerequisite(s): I ECE 300, I ECE 371, I ECE 442, and either I ECE 334 or I ECE 310. For ECE Honors majors only.
I ECE 493 Honors ECE Design Lab II (3)
Part two of a two-semester-long capstone design experience that provides the opportunity for teams of students to propose, prototype/design, build, test, demonstrate, present and fully document a working prototype of a sophisticated electronic system. In this second part, student teams continue to interact with industry sponsors and/or faculty as they implement their design and conduct validation experiments to demonstrate that their design meets all engineering specifications, standards, and constraints. In documenting their work, student teams will also evaluate their designs in global, cultural, social, environmental, and economic context and develop recommendations for future development. Course meets with I ECE 491 and, in addition to the team project activities for I ECE 491, students will continue their work on the thesis proposal developed in I ECE 492 and produce a separate, individual honors thesis paper and presentation that expands on the team project. Prerequisites: I ECE 492. For ECE Honors majors only.
I ECE 494 Topics in Electrical and Computer Engineering (3)
This course will explore current emerging technologies and related technical management practices on a global basis. The content of this course will vary from semester to semester. Each offering will cover an advanced engineering topic in Electrical and Computer Engineering. May be repeated for credit when content varies. Prerequisite(s): permission of instructor.
I ECE 497 Independent Research in Electrical and Computer Engineering (1-3)
Independent research project under faculty guidance. Students will present their research as appropriate. May be repeated for credit up to a total of 6 credits with permission of department. Prerequisite(s): permission of instructor.