Skip to content

Commit

Permalink
chore: Update SPIS03.ipynb with rectangular window explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
cerkut committed Aug 3, 2024
1 parent 7d7e3d9 commit dcaad1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 03-Fourier-Transform/SPIS03.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@
"source": [
"### The rectangular window\n",
"Let us first look at the rectangular window\n",
"\n",
"$$\n",
" w_n = \\begin{cases}\n",
" 1 & n=0,1,\\ldots, N-1\\\\\n",
Expand All @@ -710,6 +711,7 @@
},
"source": [
"We can think of the rectangular window $w_n$ as a way of **extracting the samples we see** from an infinitely long signal $x_n$, i.e.,\n",
"\n",
"$$\n",
" w_nx_n \\quad\\text{for } n=-\\infty,\\ldots,\\infty\\ .\n",
"$$\n",
Expand Down

0 comments on commit dcaad1a

Please sign in to comment.