Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1003 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 1003 Bytes

SICalc

Engineering calculator that works with SI metric unit prefixes such as Giga(G), Mega(M) ... Milli(m), Micro(u), Nano(n), Pico(p)

UI

You can easily calculate for example a cutoff frequency of a low pass filter:

userinterface

Constants

Calculator knows constants:

  • pi as reasonably precise
  • e as 2.7

Prefixes

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)

LabVIEW

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

Contribution

I welcome any contribution to this project to make it even better.