EET162 Computer Aided Network
Analysis
Sample Programs

- wave.c: calculates voltage of a sinewave at a certain
time.
- wave.txt: sample execution.
- convert.c: P to R and R to P conversions.
- convert.txt: sample execution.
- cp.c: complex arithmetic.
- cp.txt: sample execution.
- corner.c: calculate corner frequency.
- lpf.c: low pass filter response.
- lpf.txt: sample execution.
- zpar.c: find Av and Zin using z-parameters.
- zpar.txt: sample execution.
- norm.c: normalize a set of data.
- xc.c: find capacitive reactance.
- mat.c: 2 by 2 matrix solution.
- mat.txt: sample execution.
- nbyn.c: N by N current solutions.
- nbyn.txt: sample execution.

Have fun!