1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<title>index</title>
<style type="text/css">
h1 {
color:#0000CC;
font-size:28pt;
font-family:arial;
background-color:#CCCCFF;
border-color:#000000;
border-width:5px;
border-style:solid;
padding: 10px;
margin-top: 0px;
margin-bottom: 65px;
text-align: center;
}
a img{
border-width: 0;
}
div {
margin-bottom: 50px;
text-align: center;
}
.links {
width: 400px;
height: 130px;
border: solid;
border-width: 1px;
float: left;
margin-left: 40px;
border-color: black;
}
.rechts {
width: 400px;
height: 130px;
border: solid;
border-width: 1px;
float:right;
margin-right: 40px;
border-color: black;
}
#Box4 {
width: 400px;
height: 130px;
border: solid;
border-width: 1px;
float:right;
margin-right: 40px;
text-align: left;
padding-left: 5px;
background-color: #FFFFCC;
}
</style>
</head>
<body>
<h1>Web Based Experimental Area for the <br /> Fourier Transform</h1>
<a href="FT-Grundlagen_engl.html">
<div class="links">
<br />
<img src="Bilder-HTML/GrundlagenSkaliert.jpg" />
<br />
1 Basics
</div>
</a>
<a href="FT-Anwendungsbeispiele_engl.html">
<div class="rechts">
<br />
<img src="Bilder-HTML/Vuvuzela.JPG" />
<img src="Bilder-HTML/Sinus3skaliert1.JPG" />
<img src="Bilder-HTML/Gitarre.jpg" />
<br />
2 Examples for Application Signal Processing
</div>
</a>
<br clear=all>
<a href="FT-VortragUndSchriftlicheHausarbeit_engl.html">
<div class="links">
<br />
<img src="Bilder-HTML/VortragFT_PPT_Skaliert.jpg" />
<img src="Bilder-HTML/SchriftlicheHausarbeitSkaliert.jpg" />
<br />
3 Presentation.ppt and Thesis
</div>
</a>
<div id="Box4">
Further information about the web based experimental area <br/>
for the Fourier transform:<br />
<p>
Thesis, Christian Pickl<br />
Chair in Mathematics and its Didactics,<br />
Prof. Dr. A. Wassermann
</p>
</div>
</body>
</html>
|