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 0x7fe4bddeec90>]
../_images/76c7c0a922388b7407eae7e2f660866d03a86aa39838316bebeda6ffcc5744b0.png