Data analysis ring

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 0x7f91a3329b10>]
../_images/fd3e8ab26abe0e74d6153c1b4c3b2a595705cee5d42cd837b2472e6690d3f2ac.png