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.
- $\begingroup$ What is your definition of the "fundamental period of a signal" for a signal consisting of multiple sinusoids? For example, what would you want to get from an audio clip? $\endgroup$Jdip– Jdip2024-08-19 16:09:10 +00:00Commented Aug 19, 2024 at 16:09
- $\begingroup$ I am working with clean periodic signals, so a fundamental period is the period for when the signal repeats itself i.e x(t)=x(t+T0), where the lowest value of T0 is the fundamental period for all t. A audio clip wouldnt have a fundamental period. $\endgroup$Adrian D. Anthony– Adrian D. Anthony2024-08-19 16:52:29 +00:00Commented Aug 19, 2024 at 16:52
- $\begingroup$ Ok. Then if you do an FFT of a perfectly periodic signal, the first peak that’s not DC would be the fundamental, wouldn’t it? $\endgroup$Jdip– Jdip2024-08-19 17:34:18 +00:00Commented Aug 19, 2024 at 17:34
- $\begingroup$ That is true, if the signal only consists of one sinusoid, which I explained in the post. This already works for me. When there are more sinusoids in the signal I get more than one peak in the frequency spectrum and therefore need to deduce a LCM for them such that a period that encapsulates all the frequencies can be found. $\endgroup$Adrian D. Anthony– Adrian D. Anthony2024-08-19 17:52:33 +00:00Commented Aug 19, 2024 at 17:52
- $\begingroup$ If there are many, yes, there will be more than one peak in the frequency spectrum. The first peak past DC is related to T0, if your signal is perfectly periodic. But from your response it seems that's not actually what you're looking for! Hence my previous question: what is the "fundamental frequency" you're referring to? Something that "encapsulates all the frequencies" isn't the same as the "fundamental frequency T0" $\endgroup$Jdip– Jdip2024-08-19 19:29:19 +00:00Commented Aug 19, 2024 at 19:29
| Show 1 more comment
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
lang-py