Hello,
How can I specify symbol table and dimension for QAM in
chunks_to_symbol
block? which modulation is indicating in fsm_utils.py by orth2 orth4?
Can anybody help me. I am new to this GnuRadio.
ThankYou
With Regards,
Salija.P
Hello,
How can I specify symbol table and dimension for QAM in
chunks_to_symbol
block? which modulation is indicating in fsm_utils.py by orth2 orth4?
Can anybody help me. I am new to this GnuRadio.
ThankYou
With Regards,
Salija.P
For small constellations, you can just specify the points manually.
Here’s an example for 16QAM. Just paste into the “Symbol Table” field in
the block properties. The dimension is 1.
[complex(3,3), complex(3,1), complex(1,3), complex(1,1), complex(3,-3),
complex(3,-1), complex(1,-3), complex(1,-1), complex(-3,3),
complex(-3,1), complex(-1,3), complex(-1,1), complex(-3,-3),
complex(-3,-1), complex(-1,-3), complex(-1,-1)]
Ron
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs