import skrf as rf # Data from MTVA Series # https://www.smithsinterconnect.com/products/rf-mw-mmw-components/resistive-components/thermopad%C2%AE/ ns = rf.NetworkSet.from_dir('MTVA0100N03') # reference temperatures (from filenames alphabetical order) temperatures = [125, 25, 55, -55] # degC # interpolated Network at 0 degC ntwk_interp = ns.interpolate_from_network(temperatures, 0) # to check, plot it: 0°C is in between -55°C and 25°C ns.plot_s_db(m=1, n=0) # S21 ntwk_interp.plot_s_db(m=1, n=0, label='Interpolated @ 0°C')
Join the international conversation on a broad range of microwave and RF topics. Learn about the latest developments in our industry, post questions for your peers to answer, and weigh in with some answers if you can!