openqlab.conversion
– Data Conversions¶
dB¶
Decibel conversions.
- openqlab.conversion.db.subtract(signal: DataFrame | ndarray | float, noise: DataFrame | ndarray | float) DataFrame | ndarray | float ¶
Subtract noise from the signal.
Both signal and noise are converted from logarithmic scale to linear, then subtracted and converted back to logarithmic scale.
- Parameters:
signal
noise
Utils¶
Some unit utils.
Wavelength¶
Wavelength calucations.