Skip to content

Commit 0b80212

Browse files
committed
prep for summer semester 2026
1 parent d2d9357 commit 0b80212

67 files changed

Lines changed: 455 additions & 380 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v4
26+
uses: actions/setup-python@v5
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929

@@ -70,7 +70,7 @@ jobs:
7070
run: mkdir -p github_artifacts && mv ${{ env.DIR }}/${{ env.FILE }}.pdf ./github_artifacts/
7171

7272
- name: Upload pdf as artifact
73-
uses: actions/upload-artifact@v4
73+
uses: actions/upload-artifact@v5
7474
with:
7575
name: ${{ env.FILE }}.pdf
7676
path: ./github_artifacts

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This tutorial accompanies the lecture [Continuous-Time and Discrete-Time Signals
1010
- MIT License for software
1111

1212
## Versions / Tags / Branches
13+
- summer term 2025 version: https://github.com/spatialaudio/signals-and-systems-exercises/releases/tag/v0.6
1314
- summer term 2024 version: https://github.com/spatialaudio/signals-and-systems-exercises/releases/tag/v0.5
1415
- summer term 2023 version: https://github.com/spatialaudio/signals-and-systems-exercises/releases/tag/v0.4
1516
- summer term 2022 version: https://github.com/spatialaudio/signals-and-systems-exercises/releases/tag/v0.3

convolution_ct/convolution_ct_example1_1D3D68B312.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"\n",
1313
"# Tutorial Signals and Systems (Signal- und Systemtheorie)\n",
1414
"\n",
15-
"Summer Semester 2023 (Bachelor Course #24015)\n",
15+
"Bachelor Course #24015\n",
1616
"\n",
1717
"- lecture: https://github.com/spatialaudio/signals-and-systems-lecture\n",
1818
"- tutorial: https://github.com/spatialaudio/signals-and-systems-exercises\n",
@@ -24,7 +24,7 @@
2424
"cell_type": "markdown",
2525
"metadata": {},
2626
"source": [
27-
"## Übung / Exercise 2 Faltung / Convolution : Animation\n",
27+
"## Übung / Exercise Faltung / Convolution : Animation\n",
2828
"\n",
2929
"rect / tri\n",
3030
"\n",
@@ -332,9 +332,9 @@
332332
],
333333
"metadata": {
334334
"kernelspec": {
335-
"display_name": "sigsys",
335+
"display_name": "signals-and-systems-exercises (3.14.0)",
336336
"language": "python",
337-
"name": "sigsys"
337+
"name": "python3"
338338
},
339339
"language_info": {
340340
"codemirror_mode": {
@@ -346,7 +346,7 @@
346346
"name": "python",
347347
"nbconvert_exporter": "python",
348348
"pygments_lexer": "ipython3",
349-
"version": "3.8.16"
349+
"version": "3.14.0"
350350
}
351351
},
352352
"nbformat": 4,

convolution_ct/convolution_ct_example2_AF3B15E0D3.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"\n",
1313
"# Tutorial Signals and Systems (Signal- und Systemtheorie)\n",
1414
"\n",
15-
"Summer Semester 2023 (Bachelor Course #24015)\n",
15+
"Bachelor Course #24015\n",
1616
"\n",
1717
"- lecture: https://github.com/spatialaudio/signals-and-systems-lecture\n",
1818
"- tutorial: https://github.com/spatialaudio/signals-and-systems-exercises\n",
@@ -322,9 +322,9 @@
322322
],
323323
"metadata": {
324324
"kernelspec": {
325-
"display_name": "sigsys",
325+
"display_name": "signals-and-systems-exercises (3.14.0)",
326326
"language": "python",
327-
"name": "sigsys"
327+
"name": "python3"
328328
},
329329
"language_info": {
330330
"codemirror_mode": {
@@ -336,7 +336,7 @@
336336
"name": "python",
337337
"nbconvert_exporter": "python",
338338
"pygments_lexer": "ipython3",
339-
"version": "3.8.16"
339+
"version": "3.14.0"
340340
}
341341
},
342342
"nbformat": 4,

convolution_ct/convolution_ct_example3_C964DD7400.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"\n",
1313
"# Tutorial Signals and Systems (Signal- und Systemtheorie)\n",
1414
"\n",
15-
"Summer Semester 2023 (Bachelor Course #24015)\n",
15+
"Bachelor Course #24015\n",
1616
"\n",
1717
"- lecture: https://github.com/spatialaudio/signals-and-systems-lecture\n",
1818
"- tutorial: https://github.com/spatialaudio/signals-and-systems-exercises\n",
@@ -24,7 +24,7 @@
2424
"cell_type": "markdown",
2525
"metadata": {},
2626
"source": [
27-
"## Übung / Exercise 2 Faltung / Convolution : Animation\n",
27+
"## Übung / Exercise Faltung / Convolution : Animation\n",
2828
"\n",
2929
"impulse response https://de.wikipedia.org/wiki/RC-Glied\n",
3030
"\n",
@@ -318,9 +318,9 @@
318318
],
319319
"metadata": {
320320
"kernelspec": {
321-
"display_name": "sigsys",
321+
"display_name": "signals-and-systems-exercises (3.14.0)",
322322
"language": "python",
323-
"name": "sigsys"
323+
"name": "python3"
324324
},
325325
"language_info": {
326326
"codemirror_mode": {
@@ -332,7 +332,7 @@
332332
"name": "python",
333333
"nbconvert_exporter": "python",
334334
"pygments_lexer": "ipython3",
335-
"version": "3.8.16"
335+
"version": "3.14.0"
336336
}
337337
},
338338
"nbformat": 4,

convolution_dt/conv_99D5D9F1C9.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%
77
% # Tutorial Signals and Systems (Signal- und Systemtheorie)
88
%
9-
% Summer Semester 2022 (Bachelor Course #24015)
9+
% Bachelor Course #24015
1010
%
1111
% - lecture: https://github.com/spatialaudio/signals-and-systems-lecture
1212
% - tutorial: https://github.com/spatialaudio/signals-and-systems-exercises

convolution_dt/convolution_discrete_4CBF4358D5.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"\n",
1313
"# Tutorial Signals and Systems (Signal- und Systemtheorie)\n",
1414
"\n",
15-
"Summer Semester 2023 (Bachelor Course #24015)\n",
15+
"Bachelor Course #24015\n",
1616
"\n",
1717
"- lecture: https://github.com/spatialaudio/signals-and-systems-lecture\n",
1818
"- tutorial: https://github.com/spatialaudio/signals-and-systems-exercises\n",
@@ -24,7 +24,7 @@
2424
"cell_type": "markdown",
2525
"metadata": {},
2626
"source": [
27-
"## Übung / Exercise 8 Discrete-Time Convolution"
27+
"## Übung / Exercise Discrete-Time Convolution"
2828
]
2929
},
3030
{
@@ -647,9 +647,9 @@
647647
],
648648
"metadata": {
649649
"kernelspec": {
650-
"display_name": "mydsp",
650+
"display_name": "signals-and-systems-exercises (3.14.0)",
651651
"language": "python",
652-
"name": "mydsp"
652+
"name": "python3"
653653
},
654654
"language_info": {
655655
"codemirror_mode": {
@@ -661,7 +661,7 @@
661661
"name": "python",
662662
"nbconvert_exporter": "python",
663663
"pygments_lexer": "ipython3",
664-
"version": "3.10.6"
664+
"version": "3.14.0"
665665
}
666666
},
667667
"nbformat": 4,

convolution_dt/convolution_discrete_FD58EEB1EC.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"\n",
1313
"# Tutorial Signals and Systems (Signal- und Systemtheorie)\n",
1414
"\n",
15-
"Summer Semester 2023 (Bachelor Course #24015)\n",
15+
"Bachelor Course #24015\n",
1616
"\n",
1717
"- lecture: https://github.com/spatialaudio/signals-and-systems-lecture\n",
1818
"- tutorial: https://github.com/spatialaudio/signals-and-systems-exercises\n",
@@ -24,7 +24,7 @@
2424
"cell_type": "markdown",
2525
"metadata": {},
2626
"source": [
27-
"## Übung / Exercise 8 Discrete-Time Convolution"
27+
"## Übung / Exercise Discrete-Time Convolution"
2828
]
2929
},
3030
{
@@ -210,9 +210,9 @@
210210
],
211211
"metadata": {
212212
"kernelspec": {
213-
"display_name": "mydsp",
213+
"display_name": "signals-and-systems-exercises (3.14.0)",
214214
"language": "python",
215-
"name": "mydsp"
215+
"name": "python3"
216216
},
217217
"language_info": {
218218
"codemirror_mode": {
@@ -224,7 +224,7 @@
224224
"name": "python",
225225
"nbconvert_exporter": "python",
226226
"pygments_lexer": "ipython3",
227-
"version": "3.10.6"
227+
"version": "3.14.0"
228228
}
229229
},
230230
"nbformat": 4,

convolution_dt/convolution_discrete_FD58EEB1EC.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%
77
% # Tutorial Signals and Systems (Signal- und Systemtheorie)
88
%
9-
% Summer Semester 2022 (Bachelor Course #24015)
9+
% Bachelor Course #24015
1010
%
1111
% - lecture: https://github.com/spatialaudio/signals-and-systems-lecture
1212
% - tutorial: https://github.com/spatialaudio/signals-and-systems-exercises

convolution_dt/convolution_discrete_pt1.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"\n",
1313
"# Tutorial Signals and Systems (Signal- und Systemtheorie)\n",
1414
"\n",
15-
"Summer Semester 2023 (Bachelor Course #24015)\n",
15+
"Bachelor Course #24015\n",
1616
"\n",
1717
"- lecture: https://github.com/spatialaudio/signals-and-systems-lecture\n",
1818
"- tutorial: https://github.com/spatialaudio/signals-and-systems-exercises\n",
@@ -24,7 +24,7 @@
2424
"cell_type": "markdown",
2525
"metadata": {},
2626
"source": [
27-
"# Exercise 8: Discrete-Time Convolution"
27+
"# Exercise: Discrete-Time Convolution"
2828
]
2929
},
3030
{
@@ -251,9 +251,9 @@
251251
],
252252
"metadata": {
253253
"kernelspec": {
254-
"display_name": "mydsp",
254+
"display_name": "signals-and-systems-exercises (3.14.0)",
255255
"language": "python",
256-
"name": "mydsp"
256+
"name": "python3"
257257
},
258258
"language_info": {
259259
"codemirror_mode": {
@@ -265,7 +265,7 @@
265265
"name": "python",
266266
"nbconvert_exporter": "python",
267267
"pygments_lexer": "ipython3",
268-
"version": "3.10.6"
268+
"version": "3.14.0"
269269
}
270270
},
271271
"nbformat": 4,

0 commit comments

Comments
 (0)