Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonp0420/citifile.jl
Read microwave network scattering parameters from CITIfile-formatted files
https://github.com/simonp0420/citifile.jl
citi data-storage electrical-engineering engineering microwave microwave-engineering scattering-parameters
Last synced: 25 days ago
JSON representation
Read microwave network scattering parameters from CITIfile-formatted files
- Host: GitHub
- URL: https://github.com/simonp0420/citifile.jl
- Owner: simonp0420
- License: mit
- Created: 2020-03-18T19:44:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T04:57:33.000Z (over 4 years ago)
- Last Synced: 2024-04-27T07:08:11.983Z (7 months ago)
- Topics: citi, data-storage, electrical-engineering, engineering, microwave, microwave-engineering, scattering-parameters
- Language: Julia
- Homepage: https://simonp0420.github.io/CITIfile.jl/stable
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CITIfile
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://simonp0420.github.io/CITIfile.jl/stable)
[![Build Status](https://travis-ci.com/simonp0420/CITIfile.jl.svg?branch=master)](https://travis-ci.com/simonp0420/CITIfile.jl)
[![Build Status](https://ci.appveyor.com/api/projects/status/github/simonp0420/CITIfile.jl?svg=true)](https://ci.appveyor.com/project/simonp0420/CITIfile-jl)
[![Codecov](https://codecov.io/gh/simonp0420/CITIfile.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/simonp0420/CITIfile.jl)
[![Coveralls](https://coveralls.io/repos/github/simonp0420/CITIfile.jl/badge.svg?branch=master)](https://coveralls.io/github/simonp0420/CITIfile.jl?branch=master)Tools for reading (and eventually, perhaps, writing) CITI files. The [CITI file format](http://literature.cdn.keysight.com/litweb/pdf/ads15/cktsim/ck2016.html) is commonly used in microwave engineering, for storing measured or computed [scattering parameters](https://en.wikipedia.org/wiki/Scattering_parameters) of multiport networks.
## Installation
The package is registered in the [`General`](https://github.com/JuliaRegistries/General)
registry and so can be installed at the REPL with `] add CITIfile`.## Documentation
[Click here](https://simonp0420.github.io/CITIfile.jl/stable)