Skip to content
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

DVB-C implementation #29

Open
vankxr opened this issue Oct 21, 2020 · 2 comments
Open

DVB-C implementation #29

vankxr opened this issue Oct 21, 2020 · 2 comments

Comments

@vankxr
Copy link

vankxr commented Oct 21, 2020

Hello, First of all I would like to thank you for releasing this nice piece of software, it has been really helpful in my recent tinkering.
I would like to implement a DVB-S2 to DVB-C transmodulator in software. I have been looking around your code, and at both DVB standards, and from what I can see, the signal chain is the same up to the outer interleaver block. In DVB-C there is a differential coding on the two MSBs of the symbols, to make the constellation rotation-invariant.
Since you have already implemented the QAM16, QAM64 and QAM256 constellation LUTs, it would only be a matter of implementing the previously mentioned differential coding, am I right? Can you give me some help on this?

Thank you,
João

@pabr
Copy link
Owner

pabr commented Nov 2, 2020

The differential coding could be implemented by inserting a block before the constellation transmitter.

But in addition to that, you would need to implement DVB-C-compliant QAM constellations. The QAM constellations in leandvb were added for experimentation only, with naive mappings from bits to QAM symbols.

Also, it looks like DVB-C is obsoleted by DVB-C2, which uses OFDM. Is there really a practical use case for software-defined DVB-C ?

@vankxr
Copy link
Author

vankxr commented Nov 2, 2020

DVB-C2 would also work, I just found it was going to be more complicated since OFDM is not used in DVB-S/2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants