discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] socket puzzles


From: Bob Vincent
Subject: Re: [Discuss-gnuradio] socket puzzles
Date: Fri, 25 Feb 2005 16:14:29 -0500

Create a named pipe:
mkfifo /channel

run
fsk_tx_sp.py -p 2
fsk_rx_sp.py -p 2

telnet localhost 1024 (transmit)
then
telnet localhost 1025 (rcv)

Type in the transmit window, and you'll see what I see.

A problem on the receive seems to be that correlator only processes one input per cycle, no matter how many it's told to. Must be something else in the usrp logic that lets the thread run even when there's nothing from the USB?

I've also included the s (USRP below), and p (file above) variants which you can mix and match as you wish.



If you can come up with a small test case that demonstrates the
problem I'll look at it.

Eric

Attachment: fsk_tx_sp.py
Description: Binary data

Attachment: fsk_tx_s.py
Description: Binary data

Attachment: fsk_tx_p.py
Description: Binary data

Attachment: fsk_rx_sp.py
Description: Binary data

Attachment: fsk_rx_s.py
Description: Binary data

Attachment: fsk_rx_p.py
Description: Binary data


reply via email to

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