Hi, This is my first attempt at gnuradio flows. I'm trying to run some of the tutorials i have found around. I use Ubuntu 14.04 x64, gnuradio 3.7.1, usrp x300 with latest uhd. I have a very simple flow with an Osmosdr Source connected to a Baudline Sink. I get the following error on execurion:
UHD Warning: The hardware does not support the requested RX sample rate: Target sample rate: 0.032000 MSps Actual sample rate: 0.195312 MSps ['baudline', '-stdin', '-record', '-spacebar', 'recordpause', '-samplerate', '32000', '-channels', '2', '-format', 'le32f', '-quadrature'] [Errno 2] No such file or directory Traceback (most recent call last): File "/home/nikos/Desktop/top_block.py", line 120, in <module> tb = top_block() File "/home/nikos/Desktop/top_block.py", line 87, in __init__ **{}) File "/usr/local/lib/python2.7/dist-packages/baz/baudline.py", line 146, in __init__ self.p = subprocess.Popen(baudline_exec, stdin=subprocess.PIPE) # , stdout=subprocess.PIPE, stderr=subprocess.PIPE, bufsize=16384 or -1 File "/usr/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory >>> Done (return code 1) Attaching top_block.py and Tutorial.grc. Searching mail archives and the web didn't help. Maybe I don't know yet how to ask it correctly:( Appreciate any suggestions. TIA Nikos
Tutorial.grc
Description: Binary data
top_block.py
Description: Binary data
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio