discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] how to change the channel width when data is tran


From: cao jing
Subject: Re: [Discuss-gnuradio] how to change the channel width when data is transmitting
Date: Mon, 17 Nov 2008 14:59:04 -0500

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. <address@hidden> 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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>




reply via email to

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