I downloaded your compiled rbf file to /usr/local/share/usrp/rev4.

Then try to set the interpolation dynamically. It still doesn't work.

My code is as follow.

gnuradio/gnuradio-examples/python/digital/transmit_path.py

    def send_pkt(self, payload='', eof=False):
        """
        Calls the transmitter method to send a packet
        """
        self.u.set_interp_rate(128)

        return self.packet_transmitter.send_pkt(payload, eof)

The program is paused when I call self.u.set_interp_rate(128).

Jing

On Sat, Nov 15, 2008 at 1:33 AM, Firas A. <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
>> Matt Ettus wrote :
>>
>>
>> I checked in a fix to the verilog to allow this.  However, the released
>> rbf files haven't been updated yet, so you will need to compile it
>> yourself.
>>
>> Matt
>
>
> I compiled your changes today. The rbf is given on the link below. I will
> try to test it and give you a report.
>
> http://rapidshare.com/files/163918423/std_2rxhb_2tx.rbf
>
>
> Best Regards,
>
>
> Firas
> --
> View this message in context: 
> http://www.nabble.com/how-to-change-the-channel-width-when-data-is-transmitting-tp20471587p20512914.html
> Sent from the GnuRadio mailing list archive at Nabble.com.
>
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>


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

Reply via email to