Bug #509
bug in digital_bert_rx.py
| Status: | Closed | Start date: | 01/17/2013 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Ben Reynwar | % Done: | 0% |
|
| Category: | gr-digital | |||
| Target version: | release-3.6.4.1 | |||
| Resolution: | fixed |
Description
Email to mailing list from Charles Ru:
I found a bug in digital_bert_rx.py. My current version of GNU Radio is 3.6.2.
The bug is in line 118(I'm not sure if I have changed the file already),
self._source = uhd_receiver(options.args, options.bitrate,
Here, the "options.bitrate" should be replaced by "symbol_rate".
May be you guys have fixed this bug in 3.6.3?
But still problems in digital_bert_rx.py or digital_bert_rx.tx.py, cause I do the bpsk test and everything works well.
But the other mods/demods cannot get a correct BER even though I fix the bug above.
The BER is always aroud 0.1666 or 0.20!
Can anyone help me on this?
Thanks,
Charles
History
Updated by Ben Reynwar about 1 month ago
I have fixed the bitrate -> symbol_rate bug. However I haven't checked out the reported high BERs yet.
Updated by Johnathan Corgan about 1 month ago
- Status changed from Assigned to Resolved
- Target version set to release-3.6.4.1
- Resolution set to fixed
Updated by Johnathan Corgan about 1 month ago
- Status changed from Resolved to Closed