光密度转换器(透射率、光密度、分贝)

光密度 (OD) 与透射率之间的转换

这个强大的计算器可以让您轻松地在光密度 (OD) 和透射百分比值之间进行转换 - 这是光学和光谱应用中的基本测量值。

如何使用计算器

只需根据您的转换需求选择适当的选项卡:

  • OD 到透射率:输入光密度值以获得相应的透射率百分比
  • 透射至 OD:输入透射百分比来计算光密度

计算器使用这些光学测量之间的标准关系提供即时、准确的转换。

理解关系

光密度和透射率是互为反比的测量值,常用于分光光度测定、滤光片特性分析和光学分析。此工具可让您轻松切换这两个单位,方便您进行计算和规格说明。

返回博客
  • Doc for Agents

    A lightweight single-file web app to convert between:

    • Optical Density (OD) -> Transmission (%)
    • Transmission (%) -> Optical Density (OD)
    • Attenuation (dB) -> Transmission (%)

    What This Tool Does

    This calculator helps with common optical attenuation conversions using base-10 logarithmic relationships.

    Implemented formulas:

    • Transmission (%) = 10^(-OD) * 100
    • OD = -log10(Transmission / 100)
    • Transmission (%) = 10^(-(dB/10)) * 100
    • OD = dB / 10 (equivalent relation used in the UI output)

    How To Use

    1. Open index.html in a browser.
    2. Select a tab:OD to TransmissionTransmission to ODdB to Transmission
    3. Enter a value and click calculate (or press Enter in the input box).
    4. Read the numeric result and quick chart.

    Input Notes

    • Transmission to OD accepts transmission values from 0 to 100.
    • Transmission = 0 maps to infinite OD and is shown as Infinity.
    • Negative dB values are accepted and represent gain (transmission above 100% by formula).