Input impedance calculation for air column ( wind instrument ) by python.
This is going to be new python programs written from scratch.
Python3, Numpy, Scipy, Pandas, Numba.
-
Basics : Basic concept of caclimpy.
-
Webster equation memo : Simple memo about Webster equation for basic calculation of input impedance.
-
Loop impedance memo : Simple memo about impedance lcalculation of looped multi-column.
sample/ Some simple sample XMEN files.
practice/ Example of calculation and its study (jupyter notebooks).
calcimpy.py CUI program for input impedance calculation of given XMEN file.
calcprs.py CUI program for calculation of pressure along with mensur.
printmen.py CUI program for printing XMEN file. Converting to L, D data can be done.
xmensur.py Module for handling XMEN file.
imped.py Module for calculation subroutines.
impcore.py Numba powered core routine for imped.py
2018/04/15
- speed up using numba (impcore.py)
2018/03/30
- calcprs.py added
- practice files added
2018/03/29
- added printmen.py
- edited calcimpy_basics.md
2018/03/28
- calcimpy.py completed
- doc/plot_impedance.ipynb : comparison of legacy C program 'calcimp' and new 'calcimpy.py'
- some documentation
2018/03/25
- Implemented parser.py.
- Begin doc/calcimpy_basics.md