QAM modulation

Hello all,
is it possible to design our own block of QAM from small blocks like
filters, synchronizers, adders etc.
regards,
Irfan Ulllah

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Yes, that could be possible… But why would you do that? For “simple”
QAMs there are decoders available, and for unavailable QAMs you’d
simply implement your own constellation class.
Please refer to the GNU Radio API reference for further information on
constellation mappers.

Greetings,
Marcus

On 08.01.2014 08:10, Irfan U. wrote:

Hello all, is it possible to design our own block of QAM from small
blocks like filters, synchronizers, adders etc. regards, Irfan
Ulllah

_______________________________________________ Discuss-gnuradio
mailing list [email protected]
Discuss-gnuradio Info Page

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJSzTogAAoJEAFxB7BbsDrLemgH/jB67dr1wibQEpONNUS4rdCq
FjNALnKZeAL5oQ9c+c9cotgwAegJEfmwcvFaNVJBadOJJJrE77dWLeWVth9tq0rd
GegM/0Iv9R5MLiFftoHrLOFUNeMhg2vk4383R4dki2/ZS6RLllkSkusrxLJ2aweQ
30hkIPSJ6mQxO7pb5YZTL2dEoqHCceoWW2xfuoPmIS23UuNpv6l1YcYeG9AApbp6
/A9KSpL7/Wm1ASW/MdlPOHqx/lgDObSZS5mZcofgkZ2hVdDmKi0KTQ+/C+nyD3+e
Utx0ObKqmz7fxy7FfpJ8vkSYze179KXkriIeKtF+N9GMemBb0RTrdYpbM8q/Axk=
=7aaP
-----END PGP SIGNATURE-----

On Wed, Jan 8, 2014 at 6:44 AM, Marcus M. [email protected] wrote:

Marcus
Indeed. This is a good place to start:

http://gnuradio.org/doc/doxygen/page_digital.html

Tom