Skip to content

Commit

Permalink
Make units more consistent across documentation pages
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Mar 6, 2024
1 parent 71bfdd9 commit 55ffe57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/waveform_transforms/add_color_noise.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Mix in noise with color, optionally weighted by an [A-weighting :octicons-link-e
: :octicons-milestone-24: Default: `5.0`. Minimum signal-to-noise ratio in dB. A lower
number means more noise.

[`max_snr_db`](#max_snr_db){ #max_snr_db }: `float` • unit: decibel
[`max_snr_db`](#max_snr_db){ #max_snr_db }: `float` • unit: Decibel
: :octicons-milestone-24: Default: `40.0`. Maximum signal-to-noise ratio in dB. A
greater number means less noise.

[`min_f_decay`](#min_f_decay){ #min_f_decay }: `float` • unit: dB per octave
[`min_f_decay`](#min_f_decay){ #min_f_decay }: `float` • unit: Decibels/octave
: :octicons-milestone-24: Default: `-6.0`. Minimum noise decay in dB per octave.

[`max_f_decay`](#max_f_decay){ #max_f_decay }: `float` • unit: dB per octave
[`max_f_decay`](#max_f_decay){ #max_f_decay }: `float` • unit: Decibels/octave
: :octicons-milestone-24: Default: `6.0`. Maximum noise decay in dB per octave.

Those values can be chosen from the following table:
Expand Down

0 comments on commit 55ffe57

Please sign in to comment.