-
Notifications
You must be signed in to change notification settings - Fork 73
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
Parameter Settings in file "OFDM_RX.m" #2
Comments
Hi there ! Length_over_Threshold = 230 was decided by my experience for this environment. Using "Delay and Correlate" algorithm to find the end of short preamble for packet detection in IEEE 802.11a. I will update Readme.md for more information next day. |
The array Packet_Front_idx represents frame start position detected by the algorithm, but there exists some indexes of false detection due to the effect of noise. Therefore, we must delete false indexes by setting Length_over_Threshold. |
The reason for Length_over_Threshold = 230 is that the imperfect packet with noise won't be selected. I have updated Readme.md for more information. You may consult it. Best regards. |
OK, thanks a lot |
Hello, when I run this code, it will produce the following error. |
Recently, I am reading the core code about the frame detection described in your repository called SDR_Matlab_OFDM_802.11a_2.4GHz. But some parameters setting confuse me. To be exact, i do not understand the intention of parameter Length_over_Threshold and why the value of Length_over_Threshold should be 230.
For another, the nexe code block confuses me.
If you are free, I would be more than thankful to receive your answers to my questions.
The text was updated successfully, but these errors were encountered: