{ "cells": [ { "cell_type": "code", "execution_count": null, "metadata": { "ExecuteTime": { "end_time": "2024-02-09T09:53:16.947062400Z", "start_time": "2024-02-09T09:53:16.683055600Z" }, "tags": [ "remove-cell" ] }, "outputs": [], "source": [ "from matplotlib import pyplot as plt\n", "import numpy as np\n", "from qutip import *\n", "import numpy as np\n", "import matplotlib.transforms as transforms\n", "from matplotlib.animation import FuncAnimation\n", "from IPython.display import HTML\n", "\n", "from scipy import signal" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Lecture 1: Noise in measurements\n", "\n", "```{admonition} Expected prior knowledge\n", ":class: tip\n", "Before the start of this lecture, you should be able to:\n", "\n", "- recall the definition of a Fourier transform \n", "```\n", "\n", "```{admonition} Learning goals\n", ":class: important\n", "After this lecture you will be able to:\n", "\n", "- estimate average quantities and their statistical error from noisy measurements\n", "- characterize noise via its power spectral density\n", "- identify common kinds of noise spectra\n", "``` \n", "\n", "Consider the following problem. We have a small voltage that we want\n", "to measure. We assume the voltage to be constant in time. To measure it, we connect the small voltage to an amplifier and then\n", "connect our amplified signal to an oscilloscope that records the voltage at its\n", "input as a function of time. \n", "\n", "[