-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (73 loc) · 2.83 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VLABS</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!-- <div class="logo">
<img src="IMAGES YAAR/logo.jpeg" alt="">
</div> -->
<div class="Vlabs">
<span>VLABS</span>
</div>
<div class="User">
<span>John K Jacobs</span>
</div>
<div class="Signupbutton">
<span>Sign out</span>
</div>
<div class="line1"> </div>
<div class="Lines2"> </div>
<div class="bluebar"> Instructions</div>
<div class="HEADING1">
<span>Amplitude Modulation</span>
</div>
<div class="next"> Next</div>
<div class="back"> Back</div>
<!-- Instructions -->
<!--<div class="topContainer">Instructions</div>-->
<div class="wrapper">
<div class="midContainer1">
1. First Turn on 8 Bit Variable data generator using power switch which helps to generate the data signal from given data <br><br>
2. Change the orientation of data switch as per your data, for 0 toggle it up to vice versa.<br><br>
3.Check the data again from S0 to S7 bit and the amplitude and frequency of message signal.<br>
</div>
<div class="midContainer2">
4.Click on RUN button to generate the ASK signal <br><br>
5.Observe the graph and download it from right to top corner of graph in png,jpeg,and pdf format.<br><br>
6.To decode the ASK signal click the decode button shown below.<br>
</div>
</div>
<div class="blubar2"> Simulation</div>
<div class="line3"> </div>
<!-- SECTION ONE -->
<div class="blueblockone"> </div>
<div class="smallwhiteblockone"> </div>
<div class="Elementsone"> Message Signal</div>
<div class="Elementlineone"> </div>
<div class="twoelements"> Message Signal Amplitude</div>
<div class="Threeelements"> Message Signal frequency</div>
<!-- SECTION TWO -->
<div class="blueblocktwo"> </div>
<div class="smallwhiteblocktwo"> </div>
<div class="Elementstwo"> Carrier Signal</div>
<div class="Elementlinetwo"> </div>
<div class="twoelementssec2"> Carrier Signal Amplitude</div>
<div class="Threeelementssec2"> Carrier Signal frequency</div>
<!-- SECTION THREE -->
<div class="blueblockthree"> </div>
<div class="smallwhiteblockthree"> </div>
<div class="Elementsthree"> Message Signal</div>
<div class="thirdElementline"> </div>
<div class="twoelementssec3">Result:- Under modulated</div>
<!-- ye agar perfectly modulated rahega toh use 2BFF09
agar under modulated rahega toh use EBFF00
aur agar over modulated rahega toh use E32727-->
<div class="footer"> </div>
<script src="index.js"></script>
</body>
</html>