-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
211 lines (187 loc) · 9.61 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
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Homepage</title>
<style>
/* CSS styles for contact.html */
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
header {
background-color: #333333;
color: #fff;
padding: 10px 2%;
text-align: center;
}
nav {
background-color: #444;
color: #fff;
text-align: center;
padding: 10px 2%;
}
nav a {
color: #fff;
text-decoration: none;
padding: 0 2%;
}
section {
padding: 20px;
margin: 20px auto;
background-color: #fff;
border-radius: 5px;
width: 90%;
max-width: 800px; /* Limiting the maximum width for better readability */
box-sizing: border-box;
overflow-x: auto; /* Horizontal scrollbar if content overflows */
}
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 10px 2%;
position: auto;
bottom: 0;
width: 100%;
box-sizing: border-box;
}
#home h1 {
text-align: center;
}
.running-links {
padding: 10px 2%;
width: 90%;
max-width: 800px; /* Limiting the maximum width for better readability */
box-sizing: border-box;
margin: auto; /* Centering the element */
}
.running-links marquee {
width: 100%;
}
/* Responsive CSS */
@media only screen and (max-width: 768px) {
/* Adjust header padding */
header, nav {
padding: 5px;
}
/* Adjust section padding */
section {
padding: 10px;
}
/* Reduce font size for smaller screens */
footer, h1, h2, h3, p, a {
font-size: 14px;
}
}
/* Align images and captions */
.image-container {
text-align: center;
}
.image-container img {
max-width: 100%;
}
</style>
</head>
<body>
<nav>
<a href="index.html">Home</a>
<a href="about.html">Trained model</a>
<a href="registration.html">Registration</a>
<a href="services.html">Services</a>
<a href="contact.html">Contact</a>
</nav>
<header>
<b>Pathloss prediction Model</b>
</header>
<h1 style="text-align: center;">Welcome</h1>
<div class="running-links">
<marquee behavior="scroll" direction="left">
<a href="IJIRT162332_PAPER.pdf">Published paper(IJIRT)</a> |
<a href="Chart.png">Error analysis comparision</a> |
<a href="comparision table.png">Comparision Chart</a> |
</marquee>
</div>
<section id="home">
<div class="section">
<h2><u>About our project</u></h2>
<!-- Factors Chart -->
<div class="image-container">
<img src="Objective.png" alt="Objective of this project">
</div>
<p>This project presents an in-depth analysis of high-frequency uplink and downlink channel parameters, exploring their dynamics under varying K-factor conditions. The ratio of the power in the direct path to the power in the distributed paths, or K-factor, must be thoroughly understood in order to optimize performance in wireless communication systems. The study employs a <B>comprehensive approach to investigate how different K-factor values influence key channel parameters in both uplink and downlink transmissions</B>. Through systematic experimentation and analysis, the research sheds light on the variability of signal strength, delay spread, and other essential parameters across a spectrum of K-factor scenarios. The findings provide valuable insights into the nuanced interactions between K-factor and channel characteristics, offering a foundation for the development of adaptive communication systems that can dynamically adjust to diverse propagation environments. This research contributes to the refinement of high-frequency communication strategies, fostering advancements in the design and implementation of wireless networks for enhanced reliability and efficiency across a range of K-factor scenarios.</p>
<p>We have conducted extensive research and analysis in the field of high-frequency uplink and downlink channel parameters, ranging from<B> 900 MHz to 4 GHz</B>, in a laboratory environment. Our findings shed light on the variation of the estimated K-factor in different frequency bands and channel conditions, providing valuable insights for the evaluation of high-frequency networks.</p>
<!-- System Model Image -->
<div class="image-container">
<img src="scenario1.png" alt="System Model Image">
<figcaption class="caption">Proposed Network Model</figcaption>
</div>
<!-- Properties Chart -->
<div class="image-container">
<img src="propertics.png" alt="Properties Chart Image">
</div>
<!-- Factors Chart -->
<h3><u>Factors concidered for this model:</u></h3>
<div class="image-container">
<img src="Factors.png" alt="Factor concider for this model">
</div>
<!-- Factors Chart -->
<div class="image-container">
<img src="f1.png" alt="Factor concider for this model">
</div>
<!-- Factors Chart -->
<div class="image-container">
<img src="f2.png" alt="Factor concider for this model">
</div>
<!-- procedure -->
<div class="image-container">
<img src="f3.png" alt="procedure">
<figcaption class="caption">Fig: Technologies used for this project</figcaption>
</div>
<!-- Result and Analysis -->
<h4><u>Result and Analysis</u></h4>
<p>After varying the parameters, we made graph-based analysis:</p>
<!-- Graphs -->
<div class="image-container">
<img src="Picture1.png" alt="Graph 1">
<figcaption class="caption">Fig: Path Loss Behavior during Communication through Uplink</figcaption>
</div>
<div class="image-container">
<img src="Picture2.png" alt="Graph 2">
<figcaption class="caption">Fig: Path Loss Behavior during Communication through Downlink</figcaption>
</div>
<div class="image-container">
<img src="Picture3.png" alt="Graph 3">
<figcaption class="caption">Fig: Packet Loss Variation w.r.t Signal Power during Uplink Communication</figcaption>
</div>
<div class="image-container">
<img src="Picture4.png" alt="Graph 4">
<figcaption class="caption">Fig: Packet Loss Variation w.r.t Signal Power during Downlink Communication</figcaption>
</div>
<div class="image-container">
<img src="Picture5.png" alt="Graph 5">
<figcaption class="caption">Fig: Transmission Delay variation w.r.t Frequency</figcaption>
</div>
<!-- Conclusions -->
<h5><B><u>Conclusions</u></B></h5>
<p>This study provides a thorough analysis of the intricate dynamics of high-frequency uplink and downlink performance under
varying K-factor conditions. The K-factor, representing the relationship between direct and scattered power, plays a crucial
role in wireless communication systems, necessitating a comprehensive understanding of performance optimization. Through
rigorous simulations and analysis, this work significantly contributed to signal propagation characteristics, encompassing
aspects such as path loss, fading, and interference within the context of 5G networks. The study's conclusions not only illuminate
the variability of signal strength and delay spread across a spectrum of K-factor scenarios but also deepen our understanding of
the intricate connections between K-factor and channel parameters. The proposed network performs most efficiently while selecting
the<B> K-factor value 10</B>. This newfound knowledge forms a cornerstone for the advancement of high-frequency communication strategies.
By refining our understanding of these relationships, we contribute to the ongoing efforts in designing and implementing wireless
networks that exhibit enhanced reliability and efficiency across a diverse range of K-factor scenarios.</p>
</div>
</div>
</section>
<footer>
<p>© 2024 My Website. All rights reserved.</p>
</footer>
</body>
</html>