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 0x7fc85e96d790>]
../_images/a1dce6746ddfc5a257d3f106558dc10137867a26c12c7330b27876fe3e103554.png