Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.13 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.13 KB

Tx-Line Calculator

A transmission line calculator for RF/microwave engineers.

Supported Transmission Lines

  • Microstrip Line
  • Coupled Microstrip Line
  • Stripline
  • Coupled Stripline
  • Coplanar Waveguide
  • Grounded Coplanar Waveguide
  • Coaxial

Screenshots

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.

Building the Project

To build this project, use the Gradle wrapper scripts provided:

./gradlew build

On Windows, use:

gradlew.bat build