db_2_np

pmrf.math.db_2_np(db: Array | ndarray | bool | number | bool | int | float | complex)

Convert a value in decibel (dB) to neper (Np).

Parameters:

db (number or array_like) – A real number or sequence of real numbers.

Returns:

np – A real number of sequence of real numbers.

Return type:

number or array_like