Skip to content

Commit

Permalink
Fix mistake in decibel conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Dec 1, 2022
1 parent 87e16ea commit b8764c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/annotations.tex
Expand Up @@ -221,7 +221,7 @@ \subsubsection{Axis Properties}\label{axis-properties}
\end{lstlisting}%
\index{dB@\robustinline{dB} (decibel axis scale)}

The mandatory \lstinline!order! is used to define a tick label conversion according to $y \mapsto \frac{\operatorname{log}_{10}(y)}{\text{\lstinline!order!}}$.
The mandatory \lstinline!order! is used to define a tick label conversion according to $y \mapsto \text{\lstinline!order!}\, \operatorname{log}_{10}(y)}$.
This mapping shall be applied before presenting values in tick labels.
It is recommended that value of \lstinline!order! is somehow indicated on the axis or its tick labels, for example by presenting a major tick label as $8\, \mathrm{dB}_{20}$.
Major axis ticks are preferred at integer converted values, and minor ticks should be placed at evenly distributed converted values (similar to a linear axis scale).
Expand Down

0 comments on commit b8764c7

Please sign in to comment.