private double C_Sound() { return(AcousticalMath.SoundSpeed((double)Air_Temp.Value)); }
private double CutOffLength() { return(((double)CO_TIME.Value / 1000) * AcousticalMath.SoundSpeed((double)Air_Temp.Value));; }