Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OFDM Receiver Problem #4

Open
youlizhao opened this issue Feb 9, 2012 · 1 comment
Open

OFDM Receiver Problem #4

youlizhao opened this issue Feb 9, 2012 · 1 comment

Comments

@youlizhao
Copy link
Owner

(1) Why can we find two preambles using benchmark_tx.py + benchmark_rx.py?
(2) How to understand sig[0]?
(3) Sleeping in Tx leads to lower PRR in Rx, Why?

@youlizhao youlizhao reopened this Feb 9, 2012
@youlizhao
Copy link
Owner Author

(1) The first preamble is the real packet position, while the second is the end of a packet. It is caused by low background noise. Current, I just use a threshold to handle this stuff. It seems that the TIMEOUT outputs are more often. :-(

Also, I observed that some pkt error is caused by mis-interpreation of header, e.g., length. Some loss packets are due to lack of preambles.

(2) Each time, this block only consumes one input item. So it is easy to understand sig[0] = 0 or sig[0] = 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant