this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2 15 lines 381 B view raw view rendered
1# tline-viz 2 3Interactive visualization of voltage waves on an ideal lossless transmission line. 4Open `tline_viz.html` directly in a browser. 5 6## Running tests 7 8Requires Node.js 18+. 9 10``` 11node --test physics.test.js 12``` 13 14Tests cover the pure physics functions in `physics.js`: reflection coefficients, 15bounce series construction, DC steady-state convergence, and rise-time helpers.