DecibelUnit# class astropy.units.DecibelUnit(physical_unit=None, function_unit=None)[source]# Bases: LogUnit Logarithmic physical units expressed in dB. Parameters: physical_unitUnit or stringUnit that is encapsulated within the decibel function unit. If not given, dimensionless. function_unitUnit or stringBy default, this is dB, but this allows one to use an equivalent unit such as 2 dB.