discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Where is the modulation in Modulation_utils


From: Medhat Hamdy
Subject: [Discuss-gnuradio] Where is the modulation in Modulation_utils
Date: Wed, 24 Sep 2014 09:26:07 -0700


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




reply via email to

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