A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://python-control.readthedocs.io/en/stable/generated/control.matlab.db2mag.html below:

control.matlab.db2mag — Python Control Systems Library 0.10.2 documentation

Python Control Systems Library

User Guide

Reference Manual

Python Control Systems Library control.matlab.db2mag
control.matlab.db2mag(db)[source]

Convert a gain in decibels (dB) to a magnitude.

If A is magnitude,

db = 20 * log10(A)

Parameters:
dbfloat or ndarray

Input value or array of values, given in decibels.

Returns:
magfloat or ndarray

Corresponding magnitudes.

Examples

>>> ct.db2mag(-40.0)                                        
0.01
>>> ct.db2mag(np.array([0, -20]))                           
array([1. , 0.1])

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4