You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- $\begingroup$ I’m assuming the explanation you are looking for is the edge discontinuities that are induced by the DFT assuming your signal is $N$-periodic? $\endgroup$Baddioes– Baddioes2025-03-31 02:55:07 +00:00Commented Mar 31 at 2:55
- $\begingroup$ There are so many things that you're getting right. I don't understand how that leads you to this question: "why does tapering your signal to zero (via some non-rectangular window function) mean that it is possible to recreate your signal with a tighter group of frequencies?" - - - - - It's sorta nonsensical. So I dunno how to answer it. What do you mean by "a tighter group of frequencies"? $\endgroup$robert bristow-johnson– robert bristow-johnson2025-03-31 03:51:43 +00:00Commented Mar 31 at 3:51
- $\begingroup$ @Baddioes Yep, and I'm fully comfortable and on board with the fact that the DFT assumes your signal is $N$-periodic, but I'm looking for exactly what about this periodic assumption leads to this specific behavior. I usually see an intuitive but hand-wavey argument that roughly goes "discontinuity=bad=spectral leakage", but I'm looking for a reasonably rigorous argument (but from the DFS representation perspective, rather than the other one I mention in my post) for why this discontinuity leads to the specific phenomenon of leakage, and why smoothing out the discontinuity reduces the leakage. $\endgroup$empty-inch– empty-inch2025-04-05 21:57:10 +00:00Commented Apr 5 at 21:57
- $\begingroup$ @robert The DFT calculates the DFS representation of your signal. If your signal is a pure sinusoid w/ freq between bins, the magnitude distribution in the DFS rep. will be more tightly concentrated around the bins closest to the true frequency when you taper with a non-rectangular window function, and more spread out when you don't. The DFS representation has to use all frequencies to recreate your signal, but it uses less (magnitude) of those far away frequencies to recreate your signal when you use a tapering window. It seems like there should be a nice intuitive explanation for this. $\endgroup$empty-inch– empty-inch2025-04-05 22:04:49 +00:00Commented Apr 5 at 22:04
- $\begingroup$ I guess the answer to your original question is that tapering the signal to zero prevents a discontinuity when the signal is periodically extended. That discontinuity is more high frequency in content which, when modulated up to the sinusoid's frequency (call that a "carrier frequency"), causes components that are further away from that carrier frequency. $\endgroup$robert bristow-johnson– robert bristow-johnson2025-04-05 23:33:35 +00:00Commented Apr 5 at 23:33
| Show 3 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. image-processing), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you