File: FT-Anwendungsbeispiele_engl.html

package info (click to toggle)
jsxgraph 0.83%2Bsvn1872~dfsg1-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 35,272 kB
  • sloc: xml: 5,881; java: 1,072; python: 884; php: 238; makefile: 70; objc: 30; sh: 1
file content (150 lines) | stat: -rw-r--r-- 2,573 bytes parent folder | download
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!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>FT-Examples for Application</title>
  
	<style type="text/css">
	
		.breadcrumbs1 {
		width: 998px;
		height: 38px;
		}
		
		#Platzhalter1 {
		width: 700px;
		height: 5px;
		}
		
		
		
		.breadcrumbs-link {
		padding: 10px;
		}
		
		.bild-first {
		width: 25px;
		height: 25px;
		}
		
		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;
		}
		
		a img{
		border-width: 0;
		}
		
		.links {
		width: 400px;
		height: 130px;
		border: solid;
		border-width: 1px;
		float: left;
		margin-left: 50px;
		text-align: center;
		vertical-align: bottom;
		border-color: black;
		}
		
		.rechts {
		width: 400px;
		height: 130px;
		border: solid;
		border-width: 1px;
		float: right;
		margin-right: 50px;
		text-align: center;
		margin-bottom: 50px;
		border-color: black;
		}
		
		#BildMittig {
		width: 400px;
		height: 130px;
		border: solid;
		border-width: 1px;
		float: left;
		margin-left: 302px;
		text-align: center;
		border-color: black;
		}
		
	</style>

  
</head>

<body>

<div class="breadcrumbs1">
	<table class="Tabelle">
		<tr>
			<th>
				<a href="index.html" class="breadcrumbs-link">
				<img src="Icons/go-first.png" class="bild-first" />
				</a>
			</th><th>
				<a href="index_engl.html" class="breadcrumbs-link">
				Home
				</a>
			</th><th>
				<div id="Platzhalter1">
				</div>
			</th><th>
				<a href="FT-Abkuerzungen_engl.html" class="breadcrumbs-link">
				ABBREVIATIONS
				</a>
			</th>
		</tr>
	</table>
</div>

<h1>2 Examples for Application  Signal Processing</h1>

<a href="FT-Audiosignal-StimmeUndVuvuzela_engl.html">
	<div class="links">
		<br />
			<img src="Bilder-HTML/Vuvuzela.JPG" />
		<br />
			2.1 Audio Signal  Voice and Vuvuzela
	</div>
</a>

<a href="FT-Audiosignale-Sinus_engl.html">
	<div class="rechts">
		<br />
			<img src="Bilder-HTML/Sinus3skaliert1.JPG" />
		<br />
			2.2 Audio Signals  Sine
	</div>
</a>

<a href="FT-Audiosignale-Instrumente_engl.html">
	<div id="BildMittig">
		<br />
			<img src="Bilder-HTML/Gitarre.jpg" />
		<br />
			2.3 Audio Signals  Instruments
	</div>
</a>







</body>
</html>