new assignment 4

This commit is contained in:
2025-05-09 12:14:45 +02:00
parent 0dd1763a09
commit b15de68602
6 changed files with 817 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
"metadata": {},
"outputs": [],
"source": [
"%matplotlib widget\n",
"%matplotlib inline\n",
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"from setupFigure import SetupFigure"
@@ -318,7 +318,7 @@
"metadata": {},
"outputs": [],
"source": [
"xhigh = dft_inverse_any_time(c, period, dtnew, nt, mc=60) # dense sampling and higher freqeuncies"
"xhigh = dft_inverse_any_time(c, period, dtnew, nt, mc=10) # dense sampling and higher freqeuncies"
]
},
{