Skip to content

Instantly share code, notes, and snippets.

@junklight
junklight / osc.py
Created April 27, 2020 11:01
simple tracking of oscillator output and phase
import mpld3
mpld3.enable_notebook()
import math
import numpy as np
from matplotlib import pyplot as plt
import pandas as pd
plt.rcParams['figure.figsize'] = [18,10]
x = 10000