M17-Project / OpenHT-fpga

OpenHT FPGA design
GNU General Public License v3.0
31 stars 6 forks source link

RSSI register bug #2

Closed sp5wwp closed 11 months ago

sp5wwp commented 1 year ago

For a CW signal at spot-on channel center frequency, the RSSI register goes crazy. This is because the RSSI estimator takes raw I-branch samples for computations instead of magnitude squared, for simplicity. TODO: add mag-squared block.

sp5wwp commented 1 year ago

This needs another check after the latest channel filter change.

sp5wwp commented 11 months ago

Is the current RSSI estimator block immune to this? I think it is.

sp5wwp commented 11 months ago

Closing as fixed.