Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Support SI RF units & conversions #30

Open
dBitech opened this issue Dec 6, 2021 · 1 comment
Open

[Feature Request] Support SI RF units & conversions #30

dBitech opened this issue Dec 6, 2021 · 1 comment

Comments

@dBitech
Copy link

dBitech commented Dec 6, 2021

Add support for RF units, and conversion between them.

Such as:
Vpeak = Peak Voltage of an AC signal.
Vrms: [Vpeak/sqrt(2)] = Root Mean Square Voltage.
uV: [Vrms * 10^-6] = RMS voltage in microvolts.
uVemf: [((2*Vpeak)/sqrt(2))*10^-6] = Open Circuit voltage in microvolts .
uVpd: [(Vpeak/sqrt(2))*10^-6] = Microvolt with load, When the signal has a matched load, 1/2 the voltage is dropped across the load. it is the same as uV, unit just explicitly defines as loaded voltage.
dBuV: 20log(uV) = decibel of RMS microvolt.
dBuVemf: 20log(uVemf) = decibel of emf (open circuit) microvolt.
dBuVpd: 20log(uVpd) = decibel of loaded microvolt.
dBm: 10log(mW) = Power measurement, decibel of power in mW
dBuW: 10log(uW) = Power measurement, decibel of power in uW

....

@df7cb
Copy link
Owner

df7cb commented Nov 1, 2022

RF units would be cool, but dBs don't fit into the current way it works (linear vs logarithmic scale). I'll see if I can think of a way to make it work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants