diff --git a/electric/README.md b/electric/README.md new file mode 100644 index 0000000..ddd2a04 --- /dev/null +++ b/electric/README.md @@ -0,0 +1,5 @@ +# Some small electrical engineering tools + +## dBmW +This is a **solver-program** to convert decibel-milliwatts to watts and back. + diff --git a/electric/dBmW.raw b/electric/dBmW.raw new file mode 100644 index 0000000..cefa6b2 Binary files /dev/null and b/electric/dBmW.raw differ diff --git a/electric/dBmW.txt b/electric/dBmW.txt new file mode 100644 index 0000000..876387e --- /dev/null +++ b/electric/dBmW.txt @@ -0,0 +1,13 @@ +LBL "dBmW" +MVAR "W" +MVAR "dBm" +RCL "dBm" +30 +- +10 +รท +10 +X<>Y +Y^X +RCL- "W" +END