Viving Frendiana - Penyelesaian Sistem Transmisi dengan Pemr

82 if self.ui.comboBox_l.currentText() == "m": L if self.ui.comboBox_f.currentText() == "GHz": f = f*10**9 elif self.ui.comboBox_f.currentText() == "MHz": f = f*10**6 elif self.ui.comboBox_f.currentText() == "kHz": f = b*10**3 elif self.ui.comboBox_f.currentText() == "Hz": f elif self.ui.comboBox_f.currentText() == "mHz": f = b*10**-3 elif self.ui.comboBox_f.currentText() == "µHz": f = f*10**-6 elif self.ui.comboBox_f.currentText() == "nHz": f = f*10**-9 elif self.ui.comboBox_f.currentText() == "pHz": f = f*10**-12 if (b==0 and a==0): c = 3*10**8 tanh = (360*f*L)/c tanh = complex(0, tanh) tanhy = tanh.imag tanh = zo*math.tan(tanhy * math.pi / 180) zin1 = zl_j+tanh zin1 = complex(zl, zin1) zin2 = complex(zl, zl_j)*complex(0, 1) zin2 = (zin2*math.tan(tanhy * math.pi / 180))+zo zin = complex(zo*(zin1/zin2))

RkJQdWJsaXNoZXIy MTM3NDc5MQ==