Reset the sps on symbol sync block GNU Radio
up vote
0
down vote
favorite
I'm using symbol sync block (symbol_sync_ff) on my project and i use many different sps values that i need reset on runtime.
I'm trying to reset sending clock_est tag. Is this the right way to reset the sps value?
key = pmt.intern("clock_est")
value = pmt.to_pmt((0.0, self.sps))
python gnuradio gnuradio-companion
add a comment |
up vote
0
down vote
favorite
I'm using symbol sync block (symbol_sync_ff) on my project and i use many different sps values that i need reset on runtime.
I'm trying to reset sending clock_est tag. Is this the right way to reset the sps value?
key = pmt.intern("clock_est")
value = pmt.to_pmt((0.0, self.sps))
python gnuradio gnuradio-companion
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm using symbol sync block (symbol_sync_ff) on my project and i use many different sps values that i need reset on runtime.
I'm trying to reset sending clock_est tag. Is this the right way to reset the sps value?
key = pmt.intern("clock_est")
value = pmt.to_pmt((0.0, self.sps))
python gnuradio gnuradio-companion
I'm using symbol sync block (symbol_sync_ff) on my project and i use many different sps values that i need reset on runtime.
I'm trying to reset sending clock_est tag. Is this the right way to reset the sps value?
key = pmt.intern("clock_est")
value = pmt.to_pmt((0.0, self.sps))
python gnuradio gnuradio-companion
python gnuradio gnuradio-companion
edited Nov 12 at 15:23
asked Nov 10 at 20:04
Marcos.p
94
94
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53242940%2freset-the-sps-on-symbol-sync-block-gnu-radio%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown