Ok, thanks for the info.
I'm guessing that in the literature, wherever they quote a value of
[1/cm], they really mean [nepers/cm].
If that is true, then this all seems to make sense now.
Also, I realized that the website I posted above actually does the
conversion wrong.
I used instead:
I_dB = 10 log (I/Io)
I_np = ln (I/Io)
I_dB / I_np = 10 / ln 10 = 4.3429444819 [dB/neper]
which works for converting from the published values of 2alpha [1/cm]
to [dB/cm]
robert bristow-johnson wote:
i didn't realize that this was sitting around for 2 weeks (as often as
i look at this newgroup).
> Ok, thanks for the info.
>
> I'm guessing that in the literature, wherever they quote a value of
> [1/cm], they really mean [nepers/cm].
> If that is true, then this all seems to make sense now.
nepers and radians are perfectly dimensionless measure of
gain/attenuation and angle respectively. "1/cm" would mean "np/cm" for
gain/attenuation or "rad/cm" for phase shift.
> Also, I realized that the website I posted above actually does the
> conversion wrong.
> I used instead:
>
> I_dB = 10 log (I/Io)
this is correct because I and Io are both intensity which are *power*
quantities, not voltage (or pressure).
> I_np = ln (I/Io)
this is not correct. it is either
I_np = ln ( sqrt(I) / sqrt(Io) )
or simply
I_np = 1/2 * ln (I/Io)
> I_dB / I_np = 10 / ln 10 = 4.3429444819 [dB/neper]
no, the relationship is twice that.
1 neper = 8.6858889638 dB
> which works for converting from the published values of 2alpha [1/cm]
> to [dB/cm]
i think that is where your factor of 2 (which i also think is
incorrect) comes from.
r b-j