Data analysis ring#
We analyze the following ring samples from the edx course
Double-bus ring resonators symmetrically coupled
TE: R = [3] g = [50, 100, 150]
R = [10] g = [50, 100, 150, 200]
TM: R = [30] g = [150, 200, 250]
import matplotlib.pyplot as plt
import ubcpdk
w, p = ubcpdk.data.read_mat(ubcpdk.PATH.ring_te_r3_g100, port=0)
plt.plot(w * 1e9, p)
[<matplotlib.lines.Line2D at 0x7fe4bddeec90>]