Interface - Round chamber impedance
The second MR in the series implementing a new interface for IW2D, to be used by pywit and other users of the IW2D package.
Overview
This MR mainly implements an interface for roundchamber impedance calculations.
Some minor restructuring or modifications have also been made.
Roundchamber impedance calculation
The impedance calculation functions are implemented in a very similar way as for the flatchamber case. The main interface function, iw2d_round_impedance
, takes in a RoundIW2DInput
object and either a single frequency or an array of frequencies to calculate the impedance for, and returns them in a pandas.DataFrame
.