On Sat, Oct 22, 2011 at 03:20:50AM +0800, Daniel Dekst wrote:
>
> Thanks, no further error.
>
> 'make check' returns no rule to make check, but we can 'make install' without
> error.
Hi Daniel,
cmake uses 'make test'.
MB
--
Karlsruhe Institute of Technology (KIT)
Communications Engineering La
Hi again
2011/10/20 Josh Blum
>
> [snip]
> You need to clean your source directory. This file should not exist:
> /home/expert/skole/speciale/GnuRadio/git/volk/include/volk/volk.h:7:29:
> error: volk/volk_config.h: Ingen sådan fil eller filkatalog
>
> Can you git clean -dfx and try again?
>
> Do
On Mon, Oct 24, 2011 at 9:59 AM, Paul M. Bendixen wrote:
> Hi again
>
> 2011/10/20 Josh Blum
>
>>
>> [snip]
>> You need to clean your source directory. This file should not exist:
>> /home/expert/skole/speciale/GnuRadio/git/volk/include/volk/volk.h:7:29:
>> error: volk/volk_config.h: Ingen sådan
Hi,
I'm runnung ' sudo make check ' on my new module, new_blk_nick, and keep
getting and error about 'undefined symbol' :
devroye2@devroye2-laptop:~/gnuradio/new_blk_nick$ sudo make check
Making check in config
make[1]: Entering directory `/home/devroye2/gnuradio/new_blk_nick/config'
make[1
> ImportError: /usr/local/lib/libgnuradio-core-3.4.0git.so.0: undefined
> symbol: _ZTIN5gruel12msg_accepterE
> FAIL: run_tests
> ==
> 1 of 1 test failed
> ==
> make[2]: *** [check-TESTS] Error 1
> make[2]: Leaving directory `/home/devroye2/gnuradio/new_blk_nick/pyth
Has anyone else had any problems with Network Manager interfering with
uhd_usrp_probe? While we had network manager running we could not ping
an N210, use the net burner, or uhd_usrp_probe it. We could use
uhd_find_devices although it would not display a serial number.
Switching to manual configura
Just set it up with a static IP. network-manager by default tries to
autoconfigure eth0 with DHCP, and it reconfigures eth0 every time the
link goes down and comes back up. Manual configuration is necessary to
get it to behave properly.
--n
On Mon, Oct 24, 2011 at 4:28 PM, Jason Bonior wrote:
>
Hi, all,
I used tx_waveforms in uhd to transmit a 0.5M sine wave on 5.5GHz.
As we all know,
Frequency(A) * Frequenc(B) = Frequency(A-B) + Frequency(A+B)
I got two peaks at
5.4995GHz and 5.5005GHz
when the tx_rate is 1M samples per second.
http://www.cse.msu.edu/~huangpe3/usrp/1Mtx_05Msine.png
I th
> I got two peaks at
> 5.4995GHz and 5.5005GHz
> when the tx_rate is 1M samples per second.
> http://www.cse.msu.edu/~huangpe3/usrp/1Mtx_05Msine.png
> I thought it is right, sampling frequency is twice the sine frequency.
>
Its under-sampled, thats why it looks so bad.
> However, when the tx_ra