角度単位変換器
度、ラジアン、グラジアン、分角、秒角、回転間で角度を変換します。
公式
1° = π/180 rad = 10/9 grad
仕組み
角度は、度 (°)、ラジアン (rad)、グラジアン (グラード)、アーク分 (')、アーク秒 (「)、ターン (回転) で表すことができます。ラジアンは Si が数学計算や信号処理計算に好む単位です (1 回転 = 2π rad)。工学実務では学位は普遍的です。測量ではグラデーション(1円あたり400)が使用されます。アークミニッツとアークセコンドは、精密な光学や天文学の用途で使われています。
計算例
90°のクォーターターンサーボ回転:90° = パイ/2 ラッド ≈1.5708 ラッド = 100 グラード = 5400 アーク分 = 324,000 アーク秒 = 0.25 ターン。0.1°の小さなビームステアリング角度:0.1° = 0.001745 ラッド = 0.111 グラード = 6 アーク分 = 360 アーク秒。
実践的なヒント
- ✓組み込みファームウェアでは、入出力境界で一度変換します。内部ではラジアン単位で保存して計算し、ユーザーには度単位で表示します。
- ✓アンテナのビーム幅は度で表記されます(たとえば、3 dBのビーム幅は12°)。サーボとステッパーの位置は、多くの場合、度にマップされたエンコーダー数で表されます。
- ✓精密光学機器やGPSでは、地球表面の緯度約30.8mで1秒角と秒角が重要です。
よくある間違い
- ✗コード内の三角関数計算でラジアンの代わりに度を使用する — ほとんどの数学ライブラリ (sin、cos、atan2) はラジアンを想定しています。
- ✗度でわかりにくいグラデーション — 100度ではなく100度 = 90度。グラジアンはヨーロッパの測量機器でのみ一般的です。
- ✗角度計算における浮動小数点誤差の累積。何度も足し算を重ねた後、角度を360° (または 2π) で折り返してドリフトを防止します。
よくある質問
Related Calculators
Motor
Encoder Resolution
Calculate encoder counts per revolution, angular resolution, and maximum frequency for quadrature and single-channel encoders.
Motor
Gear Ratio
Calculate gear ratio, output speed, torque multiplication, and power transmission efficiency for gear trains.
Antenna
Beamwidth
Calculate antenna 3dB beamwidth from gain, aperture efficiency, and frequency for aperture antennas
Convert
Frequency ↔ Wavelength
Convert frequency to wavelength in any medium. Calculates full, half, and quarter wavelengths for antenna design, transmission line, and RF system planning.
Convert
dBm ↔ Watts
Convert RF power between dBm, Watts, milliwatts, dBW, dBμV, and RMS volts into 50Ω. Essential for link budgets, amplifier analysis, and RF system design.
Convert
Temperature Converter
Convert temperature between Celsius, Fahrenheit, Kelvin, Rankine, and Réaumur scales. Useful for thermal analysis, datasheet comparison, and engineering calculations.