Skip to content

Commit 3f0fde0

Browse files
committed
chapter 3. checked
1 parent 3020e79 commit 3f0fde0

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

random_signals/correlation.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"- lecture: https://github.com/spatialaudio/digital-signal-processing-lecture\n",
1919
"- tutorial: https://github.com/spatialaudio/digital-signal-processing-exercises\n",
2020
"\n",
21-
"Feel free to contact lecturer [email protected]\n",
21+
"Feel free to contact the lecturer [email protected]\n",
2222
"\n",
2323
"WIP..."
2424
]
@@ -88,9 +88,9 @@
8888
"source": [
8989
"## Normalization schemes for cross correlation of finite length signals\n",
9090
"\n",
91-
"check cross correlation\n",
91+
"Check cross correlation\n",
9292
"- of a cosine and a sine signal\n",
93-
"- of a normal pdf process that exhibits some repetition"
93+
"- of a normal PDF process that exhibits some repetition"
9494
]
9595
},
9696
{
@@ -176,7 +176,7 @@
176176
"name": "python",
177177
"nbconvert_exporter": "python",
178178
"pygments_lexer": "ipython3",
179-
"version": "3.10.12"
179+
"version": "3.12.2"
180180
}
181181
},
182182
"nbformat": 4,

random_signals/ensemble_averages.ipynb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"- lecture: https://github.com/spatialaudio/digital-signal-processing-lecture\n",
2020
"- tutorial: https://github.com/spatialaudio/digital-signal-processing-exercises\n",
2121
"\n",
22-
"Feel free to contact lecturer [email protected]\n",
22+
"Feel free to contact the lecturer [email protected]\n",
2323
"\n",
2424
"WIP..."
2525
]
@@ -136,7 +136,7 @@
136136
"which reads quadratic mean is linear mean plus variance.\n",
137137
"\n",
138138
"\n",
139-
"For **stationary processes** these ensemble averages are not longer time-dependent, but rather $\\mu_x[k] = \\mu_x = \\mathrm{const}$, etc. holds.\n",
139+
"For **stationary processes**, these ensemble averages are no longer time-dependent, but rather $\\mu_x[k] = \\mu_x = \\mathrm{const}$, etc. holds.\n",
140140
"This implies that the PDF describing the random process is **not changing over time**."
141141
]
142142
},
@@ -163,7 +163,7 @@
163163
"p_{xy}(\\theta_x, \\theta_y, k_x, k_y) = p_{xy}(\\theta_x, \\theta_y, \\kappa).\n",
164164
"\\end{equation}\n",
165165
"\n",
166-
"For **stationary processes** two important cases lead to fundamental tools for random signal processing:\n",
166+
"For **stationary processes**, two important cases lead to fundamental tools for random signal processing:\n",
167167
"\n",
168168
"- Case 1: $\\kappa = 0$, i.e. $k = k_x = k_y$\n",
169169
"- Case 2: $\\kappa \\neq 0$"
@@ -238,7 +238,7 @@
238238
"\n",
239239
"## Wide-Sense Ergodic\n",
240240
"\n",
241-
"ergodicity holds for linear mapping\n",
241+
"Ergodicity holds for a linear mapping\n",
242242
"\n",
243243
"\\begin{equation}\n",
244244
"\\overline{ x_n[k] \\cdot x_n[k-\\kappa] } = E\\{ x[k] \\cdot x[k-\\kappa] \\} \\;\\; \\forall n\n",
@@ -278,7 +278,7 @@
278278
"\\lim_{K \\to \\infty} \\frac{1}{2K + 1} \\sum_{k=-K}^{K} x[k] \\cdot x[k-\\kappa].\n",
279279
"\\end{equation}\n",
280280
"\n",
281-
"These equations hold for power signals, i.e. the summation yields a finite value.\n"
281+
"These equations hold for power signals, i.e., the summation yields a finite value.\n"
282282
]
283283
},
284284
{
@@ -372,11 +372,11 @@
372372
"cell_type": "markdown",
373373
"metadata": {},
374374
"source": [
375-
"# Example: Histogram of Gaussian Noise, Cosine and Rectangular Signal\n",
375+
"# Example: Histogram of Gaussian Noise, Cosine, and Rectangular Signal\n",
376376
"\n",
377-
"Here we use the numpy histogram with fixed number of bins and really the histogram mode rather than the density mode.\n",
377+
"Here, we use the numpy histogram with a fixed number of bins and really the histogram mode rather than the density mode.\n",
378378
"\n",
379-
"We here do not strictly deal with random sample functions (for the cosine and rect), but with amplitude values over time. We do this for practical purpose however, since it is nice to get an idea what a histogram looks like for known signals."
379+
"We here do not strictly deal with random sample functions (for the cosine and rect), but with amplitude values over time. We do this for practical purposes, however, since it is nice to get an idea of what a histogram looks like for known signals."
380380
]
381381
},
382382
{
@@ -725,7 +725,7 @@
725725
"name": "python",
726726
"nbconvert_exporter": "python",
727727
"pygments_lexer": "ipython3",
728-
"version": "3.10.12"
728+
"version": "3.12.2"
729729
}
730730
},
731731
"nbformat": 4,

0 commit comments

Comments
 (0)