discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Where is the modulation in Modulation_utils


From: Jeff Long
Subject: Re: [Discuss-gnuradio] Where is the modulation in Modulation_utils
Date: Wed, 24 Sep 2014 16:53:25 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7

modulation_utils is a registry for modulations implemented in other modules. A grep in the same directory as modulation_utils turns up bpsk.py, cpm.py, gfsk.py, gmsk.py, psk.py, qam.py, qpsk.py.

On 09/24/2014 04:26 PM, Medhat Hamdy wrote:

Hi all,

    I am really confused. I opened the modulation_utils and I cannot
figure out how the modulation part is performed, it is just an empty
curly braces.

_type_1_modulators = {}

def type_1_mods():
     return _type_1_modulators

def add_type_1_mod(name, mod_class):
     _type_1_modulators[name] = mod_class

Would anybody resolves this for me.

Thanks





_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio





reply via email to

[Prev in Thread] Current Thread [Next in Thread]