Engineering calculator that works with SI metric unit prefixes such as Giga(G), Mega(M) ... Milli(m), Micro(u), Nano(n), Pico(p)
You can easily calculate for example a cutoff frequency of a low pass filter:
Calculator knows constants:
- pi as reasonably precise
- e as 2.7
The unique feature is that you can enter 1000 as 1k and so on.
The known prefixes are:
- Giga(G)
- Mega(M)
- Kilo(k)
- Milli(m)
- Micro(u)
- Nano(n)
- Pico(p)
Software is programmed in LabVIEW 2013. Source code and built exe file is available in this repository.
LabVIEW Runtime 8.5 (2013 SP1) is needed in order to run the executable on windows. Newer version should work too.
Download is possible here
I welcome any contribution to this project to make it even better.