Hi all,I was simulating filtering.grc example from Digital Modulation Primer
using GNU Radio by Tom Rondeau. However during execution it gives following
error. Can anybody help it out.
Executing: "/home/ehsan/mygn/filtering.py"
Traceback (most recent call last): File "/home/ehsan/mygn/filtering.
On Wed, Jan 30, 2013 at 11:16 AM, Brian Padalino wrote:
>
> On Wed, Jan 30, 2013 at 9:30 AM, adream wrote:
>
>> I am feel sorry for no reply
>
>
> It's just been a day - sometimes if the answer doesn't come quickly,
> people are confused by what you're asking.
>
True. A lot of us are also very b
On Thu, Jan 31, 2013 at 9:52 AM, Nemanja Savic wrote:
> The problem was bad LD_LIBRARY_PATH.
> Can anybody explain:
> why with LD_LIBRARY_PATH=/usr/bin:usr/local/lib64:usr/local/lib, GRC won't
> run, and with LD_LIBRARY_PATH=/usr/local/lib64. it works?
>
My only guess for that is you have someth
On Thu, Jan 31, 2013 at 11:22 AM, Alexandru Csete wrote:
> Greetings,
>
> I started to play with the gr-ctrl-port examples today and I noticed
> that every time I execute pfb_sync_test or pfb_sync_test-qt grc
> scripts they use a different port number. Is that intentional?
>
This is the default
Try use different frequency for transmitter and receiver.
On Thu, Jan 31, 2013 at 8:51 PM, Dong Wang wrote:
> Hi
>
> When I try to establish the duplex comunication between two USRPs, I found
> that if I put the code A infront of code B, only the transmitter works, but
> if I put code B infront
Hi
When I try to establish the duplex comunication between two USRPs, I found
that if I put the code A infront of code B, only the transmitter works, but
if I put code B infront of code A, only receiver works.
Could anyone tells me the reason?
Thanks a lot!
code A:
self.source = uhd_rece
Thanks Josh. It worked. Apparently, the gr_modtool.py is not including the
API in the header.
-Khizer Kaleem
On Thu, Jan 31, 2013 at 4:32 PM, Josh Blum wrote:
>
> > 2: Test command: /bin/sh
> > "/home/mkk/Desktop/gr-howto/build/python/qa_square_ff_test.sh"
> > 2: Test timeout computed to be: 9
'master' also just built & tested for me without issue on Fedora 17. All
components except shd, comedi, and fcd.
Cheers,
Ben
On Thu, Jan 31, 2013 at 2:17 PM, Jared Lewis wrote:
> I just cleaned and rebuilt master and all tests pass for me on Ubuntu
> 12.04.
>
> Output of gnuradio-config-info sho
qa_ctcss_squelch is failing for me on master for Ubuntu 12.10 and in
OS X 10.7.5.
On Thu, Jan 31, 2013 at 3:17 PM, Jared Lewis wrote:
> I just cleaned and rebuilt master and all tests pass for me on Ubuntu 12.04.
>
> Output of gnuradio-config-info shows that I am on master.
> jared@jared:~/gnurad
I just cleaned and rebuilt master and all tests pass for me on Ubuntu
12.04.
Output of gnuradio-config-info shows that I am on master.
jared@jared:~/gnuradio/build$ gnuradio-core/src/lib/gnuradio-config-info -v
v3.6.3-35-g4435082f
Start 120: qa_ctcss_squelch
120/180 Test #120: qa_ctcss_sq
Should anyone feel like fixing it, the issue can be found here:
http://gnuradio.org/redmine/issues/511
On Thu, Jan 31, 2013 at 2:35 PM, Josh Blum wrote:
>
>
> On 01/31/2013 07:38 AM, adream wrote:
>> hello everyone, I try to install gnuradio by source code, the version is
>> 3.6.3.
>> my operat
Have you looked up the Python docs for that module?
http://docs.python.org/2/library/optparse.html
Cheers,
Ben
On Thu, Jan 31, 2013 at 6:39 AM, Juan Daniel Fernandez Martinez <
jdfernan...@icesi.edu.co> wrote:
> Hi everyone,
> I created some blocks using c++, gr_modtools and used GRC in order
On 01/31/2013 07:38 AM, adream wrote:
> hello everyone, I try to install gnuradio by source code, the version is
> 3.6.3.
> my operation system is Ubuntu 12.04.
> and I get this error while running make test
>
> The following tests FAILED:
> 120 - qa_ctcss_squelch (Failed)
> Errors while run
John -
Why are you trying to transmit it using the benchmark scripts? Why not
tx_samples_from_file or something similar?
Cheers,
Ben
On Thu, Jan 31, 2013 at 12:56 AM, john jade wrote:
> Hi,
>
> I have a captured TV(PAL) signal.I captured it using USRP Cfile.Now i want
> to transmit the capture
> 2: Test command: /bin/sh
> "/home/mkk/Desktop/gr-howto/build/python/qa_square_ff_test.sh"
> 2: Test timeout computed to be: 9.99988e+06
> 2: Traceback (most recent call last):
> 2: File "/home/mkk/Desktop/gr-howto/python/qa_howto_square_ff.py", line
> 23, in
> 2: import howto_swig as howt
Hello everyone,
I am trying to build my own block using gr_modtool.py. But When I run make
test its gives me an error.
mkk@comsec-ThinkCentre-M90p:~/Desktop/gr-howto/build$ ctest -V
UpdateCTestConfiguration from
:/home/mkk/Desktop/gr-howto/build/DartConfiguration.tcl
UpdateCTestConfiguration fr
I have been running a relatively simple program on my Linux computer but when
trying to run it on the Windows computer I get the following error:
:Invalid argument
C:\Users\Al\AppData\Roaming\.gnuradio\Prefs\gr_vmcircbuf_default_factory:
No such file or directory
:Invalid argument
The program con
Greetings,
I started to play with the gr-ctrl-port examples today and I noticed
that every time I execute pfb_sync_test or pfb_sync_test-qt grc
scripts they use a different port number. Is that intentional?
I also noticed that the gr-ctrl-port stuff got installed without
problems, despite that I
Hi, Mike,
Thanks very much for your reply. I also searched online about the
usrp calibration. I found a post and some information:
"During cal, the TX is switched away from the TX antenna into the
"closed" switch port, where it leaks into the RX which is listening to
the TX/RX antenna. So termina
The problem was bad LD_LIBRARY_PATH.
Can anybody explain:
why with LD_LIBRARY_PATH=/usr/bin:usr/local/lib64:usr/local/lib, GRC won't
run, and with LD_LIBRARY_PATH=/usr/local/lib64. it works?
On Thu, Jan 31, 2013 at 2:37 PM, Nemanja Savic wrote:
> I deleted everything that was Gnu Radio-ish and
Hi everyone,
I created some blocks using c++, gr_modtools and used GRC in order to define
the functionality. Now I need to pass parameters to the graph by console. I
used as example wfm_rx_block so as to get the OptionParser functionality. The
problem is that is not working, when I use one of th
I deleted everything that was Gnu Radio-ish and istalled fresh new version.
But it doesn't work now. GRC won't start, it complains about environment
variable, I checket, they are good.
When I want to start uhd_fft I come the following error:
Traceback (most recent call last):
> File "/usr/local/
hello everyone, I try to install gnuradio by source code, the version is
3.6.3.
my operation system is Ubuntu 12.04.
and I get this error while running make test
The following tests FAILED:
120 - qa_ctcss_squelch (Failed)
Errors while running CTest
thanks for any reply.
__
Hi list,
I have been playing around with the new message passing interface, but was
unable to detect the start of the flowgraph in my asynchronous block.
The block has a worker thread that will request frames over the network
and send them out over a message port. The worker thread is started in
Hello everyone, let me explain my question:
Let the input signal,Fc=cos(2*pi*fc*t+a(t)),fc is the carrier's
frequency,and a(t) is the information which modulated into the carrier.
But the SDR(software define radio)doesn't processes the input signal Fc
directly, it just deal with the I/Q signal.
Mul
Just install 3.6.3, you should be fine.
Otherwise, manually browse through /usr/local and kill everything that
looks GNU Radio-ish.
MB
On Wed, Jan 30, 2013 at 04:13:20PM +0100, Nemanja Savic wrote:
> In order to find which version I am using (since I have few build folders on
> my
> computer, an
It may be that you didn't make test script?
And you should do make before make test.
On Thu, Jan 31, 2013 at 10:27 AM, Mohammed Ramadan wrote:
> i follow gr_modtool for Making block in gnuradio, when i reached to make
> test step i have test failed
> el-hadidy@ubuntu:~/gr-mmm$ make test
> make:
Hi,
I have a captured TV(PAL) signal.I captured it using USRP Cfile.Now i want
to transmit the captured file using USRP again and check it on TV set
whether i could see the video or not.
When i transmitted the file using benchmark_tx.py file ,i am getting noise
in TV set. The file that i captured
i follow gr_modtool for Making block in gnuradio, when i reached to make test
step i have test failed
el-hadidy@ubuntu:~/gr-mmm$ make test
make: *** No rule to make target `test'. Stop.
el-hadidy@ubuntu:~/gr-mmm$ cd build
el-hadidy@ubuntu:~/gr-mmm/build$ make test
Running tests...
Test project /
On Wed, Jan 30, 2013 at 01:18:46PM -0500, Brian Padalino wrote:
> [stats about hw]
I'd like to remind people of the
http://gnuradio.org/redmine/projects/gnuradio/wiki/Hardware
wiki page, which tries to collect a list of GNU Radio-friendly
hardwares, as well as the fact that anyone can edit this pa
Hi Vanessa,
a question like this pops up every once in a while. Is your dat file
pretty large? This would fit with what others have been reporting.
Is there any way you could provide an example of something that is
failing?
Also, have you tried reducing the throttle to something pretty
ridiculou
On 01/31/2013 12:54 AM, Gong Zhang wrote:
> 2013/1/31 11:51, Josh Blum wrote: On 01/30/2013 09:00 PM, Gong Zhang wrote:
>>> Hi,
>>> My last topic "Synchronize multiple USRP-N210s"may be a big one which
>>> gives no reply.If I want to synchronize two USRPs without cable or
>>> GPSDO,I should desig
32 matches
Mail list logo