Skip to content

Instantly share code, notes, and snippets.

@ingle
ingle / log_pixel_snr_curve.ipynb
Last active May 1, 2019 23:19
log pixel SNR curve from paper by Spivak et al 2009
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
"""
directly simulate N(t) for a renewal process
Include dead time effect
"""
from random import expovariate,uniform
import numpy as np
import matplotlib.pyplot as plt
from tqdm import tqdm
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.