discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Packet encoding example (Packet_loopback_hier.grc)


From: mehtap özkan
Subject: [Discuss-gnuradio] Packet encoding example (Packet_loopback_hier.grc)
Date: Fri, 25 Aug 2017 22:33:20 +0300

Thanks to Marcus Müller I became aware of the Packet TX and RX blocks.
 I use the Packet_loopback_hier.grc example. However the example is set to 2 samples per seconds=sps. When I try to increase sps=100, the number of taps of the RRC filter becomes( 5*sps*nfilts) exceeds its limit.
 I get 
../.grc_gnuradio\packet_rx.py", line 49, in __init__
    self.mark_delay = mark_delay = mark_delays[sps]
IndexError: list index out of range
  
Is there another way to increase the speed limit?

Thanks

reply via email to

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