Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 14fe0f1

Browse files
committedFeb 19, 2025·
Noise notes
1 parent 3f4a58f commit 14fe0f1

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed
 

‎NOISE.ipynb

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "86649012-4219-45f8-a42b-2f222159d7c9",
6+
"metadata": {},
7+
"source": [
8+
"\n",
9+
"\n",
10+
"- Look at noise notebook again\n",
11+
"- Look at pink noise:\n",
12+
" - Can we tell from spectrum what \"color\" the noise is?\n",
13+
" - \"Pink noise\" looks interesting\n",
14+
" - https://stackoverflow.com/questions/67085963/generate-colors-of-noise-in-python\n",
15+
" - https://en.wikipedia.org/wiki/Pink_noise\n",
16+
" - https://en.wikipedia.org/wiki/Johnson%E2%80%93Nyquist_noise\n",
17+
"- Look at shot noise:\n",
18+
" - Looks interesting: https://electronics.stackexchange.com/questions/716039/noise-in-classical-quantum-transmission\n",
19+
" - But what time scale does this happen on?"
20+
]
21+
}
22+
],
23+
"metadata": {
24+
"kernelspec": {
25+
"display_name": "Python 3 (ipykernel)",
26+
"language": "python",
27+
"name": "python3"
28+
},
29+
"language_info": {
30+
"codemirror_mode": {
31+
"name": "ipython",
32+
"version": 3
33+
},
34+
"file_extension": ".py",
35+
"mimetype": "text/x-python",
36+
"name": "python",
37+
"nbconvert_exporter": "python",
38+
"pygments_lexer": "ipython3",
39+
"version": "3.13.2"
40+
}
41+
},
42+
"nbformat": 4,
43+
"nbformat_minor": 5
44+
}

‎artefacts/appendix-D2-inspecting-noise.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -926,9 +926,9 @@
926926
"name": "python",
927927
"nbconvert_exporter": "python",
928928
"pygments_lexer": "ipython3",
929-
"version": "3.11.6"
929+
"version": "3.13.2"
930930
}
931931
},
932932
"nbformat": 4,
933-
"nbformat_minor": 2
933+
"nbformat_minor": 4
934934
}

0 commit comments

Comments
 (0)
Please sign in to comment.