Phương trình truyền Friis
.calc-header {
margin-bottom: 30px;
padding: 25px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
border-radius: 12px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
color: white;
}
.calc-header h2 {
margin-top: 0;
color: white;
font-size: 28px;
margin-bottom: 10px;
}
.calc-header p {
margin: 10px 0;
opacity: 0.95;
font-size: 15px;
}
.form-section {
margin-top: 20px;
}
.form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-bottom: 20px;
}
.form-group {
display: flex;
flex-direction: column;
}
.form-group label {
margin-bottom: 8px;
font-weight: 600;
color: white;
font-size: 14px;
}
.form-group input,
.form-group select {
padding: 12px;
font-size: 16px;
border: 2px solid rgba(255,255,255,0.3);
border-radius: 6px;
font-family: 'Courier New', monospace;
background: rgba(255,255,255,0.95);
transition: all 0.3s ease;
}
.form-group input:focus,
.form-group select:focus {
outline: none;
border-color: #4CAF50;
background: white;
box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
}
.button-group {
margin-top: 20px;
display: flex;
justify-content: center;
}
.calc-button {
padding: 14px 35px;
font-size: 16px;
background: #4CAF50;
color: white;
border: none;
border-radius: 6px;
cursor: pointer;
font-weight: bold;
transition: all 0.3s ease;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.calc-button:hover {
background: #45a049;
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
.calc-button:active {
background: #3d8b40;
transform: translateY(0);
}
.result-section {
background: white;
border: 1px solid #e0e0e0;
border-radius: 8px;
margin-bottom: 15px;
overflow: hidden;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
transition: all 0.3s ease;
}
.result-section:hover {
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.section-header {
background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
color: white;
padding: 15px 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
.section-header h3 {
margin: 0;
font-size: 18px;
display: flex;
align-items: center;
gap: 10px;
}
.section-content {
padding: 20px;
background: #fafafa;
}
.data-row {
display: flex;
margin: 12px 0;
padding: 10px;
background: white;
border-radius: 4px;
border-left: 3px solid #4CAF50;
}
.data-label {
font-weight: bold;
color: #555;
min-width: 180px;
flex-shrink: 0;
}
.data-value {
color: #333;
font-family: 'Courier New', monospace;
word-break: break-word;
}
.data-value.highlight {
color: #4CAF50;
font-weight: bold;
font-size: 18px;
}
.info-section {
margin-top: 30px;
padding: 20px;
background: white;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
border-top: 3px solid #4CAF50;
font-size: 14px;
color: #666;
line-height: 1.6;
}
.info-section h4 {
color: #333;
margin-top: 0;
margin-bottom: 10px;
font-size: 16px;
}
.info-section code {
background: #f5f5f5;
padding: 2px 6px;
border-radius: 3px;
font-family: 'Courier New', monospace;
color: #d63384;
}
.help-text {
margin-top: 15px;
font-size: 13px;
color: rgba(255,255,255,0.9);
background: rgba(0,0,0,0.1);
padding: 10px 15px;
border-radius: 4px;
}
/* Responsive design */
@media (max-width: 768px) {
.form-row {
grid-template-columns: 1fr;
gap: 15px;
}
}
Máy tính phương trình truyền Friis
Tính công suất nhận được trong đường truyền không dây bằng phương trình truyền Friis. Nhập tần số và khoảng cách để xác định suy hao đường truyền trong không gian tự do và bán kính vùng Fresnel.
Ghi chú:Phương trình truyền Friis tính toán công suất mà một ăng-ten nhận được trong các điều kiện lý tưởng hóa khi cho một ăng-ten khác cách xa một khoảng để truyền một lượng công suất đã biết.
Giới thiệu về phương trình truyền Friis
Phương trình truyền Friis liên hệ công suất mà một ăng-ten nhận được với công suất được truyền bởi một ăng-ten khác, cách nhau một khoảng cách. Phương trình tính đến độ lợi anten và bước sóng của tín hiệu.
Công thức:
Pr / Pt = Gt × Gr × (λ / 4πR)²
Ở đâu:
-
Pr= Cấp nguồn cho anten thu -
Pt= Công suất ra của anten phát -
Gr= Độ lợi của anten thu -
Gt= Độ lợi của anten phát -
λ= Bước sóng -
R= Khoảng cách giữa các anten
Vùng Fresnel:Vùng Fresnel là vùng hình elip nằm giữa anten phát và anten thu. Máy tính này tính toán bán kính tại điểm trung tâm, điều này rất quan trọng để xác định liệu chướng ngại vật có gây nhiễu tín hiệu hay không.