Milliwatt to dBm Converter

.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; } .input-group { display: flex; gap: 10px; margin-top: 20px; align-items: flex-end; } .input-field { flex: 1; } .input-field label { display: block; margin-bottom: 8px; font-weight: bold; font-size: 14px; } .input-field input { width: 100%; padding: 14px; 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; box-sizing: border-box; } .input-field input:focus { outline: none; border-color: #4CAF50; background: white; box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1); } .calc-btn { 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-btn:hover { background: #45a049; transform: translateY(-1px); box-shadow: 0 4px 8px rgba(0,0,0,0.3); } .calc-btn:active { background: #3d8b40; transform: translateY(0); } .result-section { background: white; border: 1px solid #e0e0e0; border-radius: 8px; margin-top: 30px; 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; font-size: 18px; font-weight: bold; } .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: 280px; 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; } .help-text { margin-top: 15px; font-size: 14px; color: rgba(255,255,255,0.9); background: rgba(0,0,0,0.1); padding: 10px 15px; border-radius: 4px; } .help-text strong { color: white; } /* Responsive design */ @media (max-width: 768px) { .input-group { flex-direction: column; } .calc-btn { width: 100%; } .data-row { flex-direction: column; } .data-label { margin-bottom: 5px; min-width: auto; } }

밀리와트(mW)에서 데시벨-밀리와트(dBm)으로 변환기

무선 시스템을 다룰 때 공급업체는 종종 다양한 단위로 전력 측정을 제공합니다. 일부는 밀리와트(mW)를 사용하고 다른 일부는 데시벨-밀리와트(dBm)를 사용합니다. 이 양방향 변환기를 사용하면 두 측정 장치 모두에서 쉽게 작업할 수 있습니다.

사용 방법:두 필드 중 하나에 값을 입력하고 변환을 클릭합니다. 이 도구는 두 전환을 동시에 계산합니다.