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.
- 1$\begingroup$ I didn't read through your entire code processing but where do you do timing offset correction? Phase and Delay are not the same thing: phase is the rotation of the symbols while delay is a time offset; so I am suspecting that you may not have implemented yet an STO correction? (Or you have an issue with your correction approach?) $\endgroup$Dan Boschen– Dan Boschen2022-05-10 12:12:37 +00:00Commented May 10, 2022 at 12:12
- $\begingroup$ @DanBoschen, applied timing offset (STO = 0.25 samples) is less than the length of cyclic prefix, so it does not cause ISI or ICI. It just causes phase offset (rotation of the received constellation). My problem is that I see some noise (even before correcting the timing offset-induced phase offset) at high-frequency subcarriers as can be seen in Fig.4 compared with low-frequency subcarriers as shown in Fig.3 $\endgroup$Amro Goneim– Amro Goneim2022-05-10 12:28:31 +00:00Commented May 10, 2022 at 12:28
- 2$\begingroup$ that is a different phase rotation for every subcarrier (proportional to each subcarrier rather than a constant rotation for each). If you are doing that correction then you are correcting for STO. I suspect the issue may be in doing that- I suggest confirming your correction is a linear phase versus subcarrier index. For a 1/4 sample offset the phase will go linearly from 0 to pi/2 over each of the subcarriers $\endgroup$Dan Boschen– Dan Boschen2022-05-10 13:42:17 +00:00Commented May 10, 2022 at 13:42
- 1$\begingroup$ @DanBoschen I have double-checked, yes the phase rotation is linear and proportional to the subcarrier index, $\endgroup$Amro Goneim– Amro Goneim2022-05-11 08:46:17 +00:00Commented May 11, 2022 at 8:46
- 1$\begingroup$ It's convolved with a Dirichlet Kernel which is the aliased Sinc function but I don't see how it would treat any of the bins differently. What I am suspicious of if taking the FFT of the time domain sequence with the CP added which has now condensed that whole vector in the time domain into the frequency range given by the original waveform without CP in the frequency range (since there is no change of sampling rate or your used of time for the 1/4 sample delay). Can you try introducing your quarter sample delay using the original (frequency domain) waveform without CP? then add CP to that $\endgroup$Dan Boschen– Dan Boschen2022-05-11 13:09:38 +00:00Commented May 11, 2022 at 13:09
| Show 2 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
lang-matlab