We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in rssi.v the iq_rssi_half_db is defined as signed 9 bit value.
In vivado ILA i see this value as non negative but it decreases as rf signal goes higher. it acts like a negative number but MSB isn't 1
wanted to confirm that this calculation is supposed to be negative for low signals like -80dBm.
The text was updated successfully, but these errors were encountered:
If I remember correctly, iq rssi means sth proportional to the iq amplitude. But please remember that between rf signal and the iq sample, there is gc (gain control) in between playing. So I suggest turning off AGC? https://github.com/open-sdr/openwifi/blob/master/doc/app_notes/frequent_trick.md#Rx-gain-config
Sorry, something went wrong.
No branches or pull requests
in rssi.v the iq_rssi_half_db is defined as signed 9 bit value.
In vivado ILA i see this value as non negative but it decreases as rf signal goes higher. it acts like a negative number but MSB isn't 1
wanted to confirm that this calculation is supposed to be negative for low signals like -80dBm.
The text was updated successfully, but these errors were encountered: