Constellation Modulator: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(Created page with "Hierarchical block for RRC-filtered differential generic modulation. The input is a byte stream (unsigned char) and the output is the complex modulated signal at baseband. =...")
 
No edit summary
Line 7: Line 7:
'''Samples per Symbol''': samples per baud >= 2 (float)
'''Samples per Symbol''': samples per baud >= 2 (float)


Differential Encoding: whether to use differential encoding (boolean)
'''Differential Encoding''': whether to use differential encoding (boolean)


pre_diff_code: whether to use apply a pre-differential mapping (boolean)
'''Excess BW''': Root-raised cosine (RRC) filter excess bandwidth (float)


Excess BW: Root-raised cosine (RRC) filter excess bandwidth (float)
'''Verbose''': Print information about modulator? (boolean)


Verbose: Print information about modulator? (boolean)
'''Log''': Log modulation data to files? (boolean)
 
Log: Log modulation data to files? (boolean)

Revision as of 03:03, 11 March 2019

Hierarchical block for RRC-filtered differential generic modulation. The input is a byte stream (unsigned char) and the output is the complex modulated signal at baseband.

Parameters

Constellation: determines the modulation type, provide a Constellation Object here.

Samples per Symbol: samples per baud >= 2 (float)

Differential Encoding: whether to use differential encoding (boolean)

Excess BW: Root-raised cosine (RRC) filter excess bandwidth (float)

Verbose: Print information about modulator? (boolean)

Log: Log modulation data to files? (boolean)