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
mpsk_stage6.grc example flowgraph output wrong #3599
Comments
|
Further more, using QPSK, input 1000 0x0000, 0xFFFF, 0x5555, and 0xAAAA into the Constellation Modulator, the output bit stream is the same as the input bit stream, but input random hex, the output bit stream is different from the input bit stream, and none pattern can't be found. |
|
Did you use the new flowgraph in https://github.com/gnuradio/gnuradio/blob/master/gr-digital/examples/mpsk_stage6.grc or the old one in https://github.com/gnuradio/gr-tutorial/blob/master/examples/tutorial7/mpsk_stage6.grc ? |
|
both. the new mpsk_stage6.grc example flowgraph is run under master version. the old mpsk_stage6.grc example flowgraph is run under v3.7.13.5. the result is same. |
|
I have found, corrected, and tested the problems with mpsk_stage6.grc I will write a PR once you have tested it. |
I save the link as mpsk7.grc, and
|
|
Once you go to the pastebin link, you need to click on the 'raw' icon to get the unformatted text. Alternately, you can click on the 'download' icon. |
|
In the GRC 3.7.13.5, I modified mpsk_stage6.grc according your suggestion, and tested OK. |
|
By the way, how to support 8PSK and 256QAM? |
That would be material for another tutorial... |
|
The file is no longer available, is there a way to find? Thank you |
|
The pastebin file mentioned above was a temporary measure until the revised file was merged into github. |
Hello,
I run the mpsk_stage6.grc example flowgraph of https://wiki.gnuradio.org/index.php/Guided_Tutorial_PSK_Demodulation, using gnuradio v3.7.13.5 and master version respectively, the output bit stream and original bit stream have been witten into Filesink, but they are different. How to get them synchronized?
The text was updated successfully, but these errors were encountered: