Skip to content

Commit 6ab2bcf

Browse files
authored
Fixing another typo in Frequency_Resolution.ipynb
"the the" -> the
1 parent ad26fa7 commit 6ab2bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Frequency_Resolution.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
"\n",
364364
"A good way to think about the rectangular window's `sinc` shape as it slides past the input signal is as a *probe* with a resolution defined by its mainlobe width. For example, in frame $k=12$, we see that the peak of the rectangular window coincides with the peak of the input frequency so we should expect a large value for $Z_{k=12}$ which is shown below. However, if the rectangular window were shorter, corresponding to a wider mainlobe width, then two nearby frequencies could be draped in the same mainlobe and would then be indistinguishable in the resulting DFT because the DFT for that value of $k$ is the inner-product (i.e. a complex number) of the two overlapping graphs.\n",
365365
"\n",
366-
"The figure below shows the the direct computation of the DFT of $Z_k$ matches the circular convolution method using $X_k$ and $R_k$."
366+
"The figure below shows the direct computation of the DFT of $Z_k$ matches the circular convolution method using $X_k$ and $R_k$."
367367
]
368368
},
369369
{

0 commit comments

Comments
 (0)