<?php
$pagetitle = "Electrical Engineering Curriculum --  Depth Courses";
$link_path = ("<a href=\"../\" class=\"topnav\">HOME</a> : ".$pagetitle);
$headextra = "<link rel=\"stylesheet\" type=\"text/css\" href=\"newcurric.css\" />";
include "../header.inc";
?>

<div align="right">
<FONT FACE="Georgia, Times New Roman" SIZE="2" COLOR="#008080"><b><font size="6" class="heading">
<? echo "$pagetitle"; ?></font></b><br><br>
     <a href="index.php3" class="link">Introduction</a> |
     <a href="core.php3" class="link">Core courses</a> |
     <a href="examples.php3" class="link">Example schedules</a> |
     <B>Depth courses</B></font><br><br>
     <!-- img src="../images/admissions2.jpg" width=364 height=169 BORDER=0 ALT="" -->
</div>

<P>
The following courses define the four "depth areas" offered in the curriculum.  To complete the depth requirement, students must take a sequence of at least two courses in one of these areas.  "Sequence" means that one of the courses must have as a prerequisite another course taken in the area or core.  Prerequisite dependencies are shown on the course charts for each area.
</P>

<DL>
<DT>Photonics, Solid-State Devices, &amp; Electromagnetics 
[<A HREF="area1.php3">Course Chart</A>]:</DT>
<DD> ELEN E4301, ELEN E4401, ELEN E4501, ELEN E4503, ELEN E4944. </DD>
 
 
<DT>Circuits &amp; Electronics
[<A HREF="area2.php3">Course Chart</A>]:</DT>
<DD>ELEN E4215, ELEN E4312, ELEN E4314, ELEN 
E4321, EECS E4340.   </DD>
 
<DT>Signals &amp; Systems
[<A HREF="area3.php3">Course Chart</A>]:</DT>
<DD>ELEN E4810, ELEN E4830, EEME E3601, EEME E4601. </DD>
 
    
<DT>Communications &amp; Networking
[<A HREF="area4.php3">Course Chart</A>]:</DT>
<DD>ELEN E4702, ELEN E4703, ELEN E4710, 
ELEN E4720, COMS W4119, COMS W4180. </DD>
</DL>

<P><B>NOTE:</B></P>

<P>
The course charts are meant to serve both undergraduate and graduate students. 
Only the 4000-level courses shown in them are applicable to the undergraduate 
curriculum.
</P>


<DIV ALIGN="RIGHT">
<BR>
<P>
Back to <A HREF="index.php3">The EE Curriculum</A>
</P>
</DIV>

		
		<? include "../footer.inc"; ?>
		
