Single Page Application for plotting Touchstone Files on Smith Charts and on Cartesian Coordinates
- Plot Touchstone version 1.0 files.
- Plot reflection coefficient, or S_nn, on a Smith Chart
- Change Colors and toggle plots
- Change name of imported files
- Plot S-Parameters from multiple
- Performance optimizations in scaling plots and data store for many plots
- Currently operations can be slow for many plots or for plots with many data points. I believe I can further optimize the data store.
- User control of plot dimensions (max and min dimensions, tick marks)
Please submit any feature requests or bug reports with the labels "Feature request" or "bug" under the repo's issues
Or you may contact me directly via email.
npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:e2e
npm run test:unit