Try reducing input pwr to usrp.
John
On Thursday, July 5, 2012, Julio Hector Aguilar Renteria <
jhagui...@gmail.com> wrote:
> The USRP, always show this picture, but is different from the spectrum
analyzer and signal hound on the same frequency.
> may be happening to the signal is different.
What is input RF, Daugherboard RFX900 ?
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Dear Discussion List,
I'm just starting with GnuRadio and I would like to understand how the
GnuRadio block threads communicate with each other and use shared memory. Does
anyone have any insight and/or resources around this subject?
Sincerely,
Tommy J. Tracy II
Computer Engineering
Un
I tried udp and file sink and source to pass on stream tags but I don't
receieve them on the source side. Am I missing something? Are there any way
to pass on steam tags to another machine or save them to a file.
Thanks
___
Discuss-gnuradio mailing list
Hi all , i have a question , while i am transmitting OFDM through USRP 2
board and receiving it through another board , USRP N210 , i received
data after USRP source but after OFDM demod. block there is no thing
received (demodulated) .
when i connected OFDM_demod to a vector sink , and then , w
I can use the usrp2 + rfx900 Anritsu mark with an antenna with these
characteristics?
*
*
Product Description:
Portable Antenna, SMA (m), 896-941 MHz, 50 Ohm
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo
Hello to all
After compiling with different versions of the library BOOST
(1.46.1,1.47.0,1.48.0,1.49.0) the problem remained, so it is not the
library BOOST the blame of the SID message problem.
But in my case the problem has become much less evident after
recompile the library LIBUSB, what I thin
Greetings VOLK enthusiasts,
The last remaining frontier for VOLK development: Dealing automatically
with buffer alignment, head cases, and tail cases. Here is my attempt...
All work can be found on the volk_work branch of my github
https://github.com/guruofquality/gnuradio/tree/volk_work
Dear everyone:
In the FPGA code of halfband_decim,v of USRP1, it has a input strobe_in,
which indates a new data comes. Strobe_in is determined by the decimation rate.
For example if we decimate by 6 we write to the register FR_DECIM_RATE 6/2-1=2
and strobe_in comes high every 3 clocks.