Hi all,
I want to use Code::Blocks to editing my GNU Radio modules following this link:
http://gnuradio.org/redmine/projects/gnuradio/wiki/UsingCB
I have generated a Code::Blocks project with CMake, but after I build the
project, when run it, there is a pop up information: It seems that this pro
de, I connect the estimator to it, the output
is unstable with some fluctuations. The picture 'SNR output' is the first 1024
output of estimator, how can I calculate the SNR?
Many thanks,
Yan
From: Marcus Müller [mailto:marcus.muel...@ettus.com]
Sent: 03 May 2016 13:10
To: Yan Huang; d
lows for easier per-subchannel equalization.
Now, that means that the signal power will vary between different subcarriers
in a situation where you'd prefer OFDM over single-carrier systems - and that
makes it necessary to estimate the signal power per subcarrier, which means you
will very l
Hi Tom,
Thank you for your kind remind, I find the problem that I stored the metadata
file as inline type and I don’t need to add ‘.hdr’ with it.
Many Thanks,
Yan
From: trond...@trondeau.com [mailto:trond...@trondeau.com] On Behalf Of Tom
Rondeau
Sent: 14 April 2016 14:57
To: Yan Huang
Cc
...@gmail.com]
Sent: 15 March 2016 20:12
To: Yan Huang
Cc: Martin Braun; discuss-gnuradio@gnu.org
Subject: Re: [Discuss-gnuradio] Change frequency in USRP source automatically
I know I had some problems with older versions of GNU Radio with Python block
and message ports breaking my flowgraph. I don
Many thanks,
Yan
From: Timothée COCAULT [mailto:timothee.coca...@gmail.com]
Sent: 15 March 2016 16:24
To: Yan Huang
Cc: Martin Braun; discuss-gnuradio@gnu.org
Subject: Re: [Discuss-gnuradio] Change frequency in USRP source automatically
The easiest way would be to create a simple Python bl
Hi Timothée,
Thank you for your advice. But if I want to change the center frequency from
2.37GHz-2.43GHz with each time stepping 2MHz, how can I realize it by” Message
Strobe”?
Many thanks,
Yan
From: Timothée COCAULT [mailto:timothee.coca...@gmail.com]
Sent: 15 March 2016 15:44
To: Yan Huang
n
Sent: 15 March 2016 00:43
To: discuss-gnuradio@gnu.org
Subject: Re: [Discuss-gnuradio] Change frequency in USRP source automatically
Yan,
simply convert "freq" and your frequency to a PMT before passing into cons().
Cheers,
Martin
On 03/14/2016 03:44 PM, Yan Huang wrote:
> Hi Mar
takes 2 PMTs as input.
Cheers,
Martin
On 03/14/2016 09:09 AM, Yan Huang wrote:
> Hi all,
>
>
>
> I want to change the frequency in “USRP source” automatically, for
> example 2.37GHz-2.43GHz with each time stepping 2MHz.
>
>
>
> 1. As you know, the USRP source has an
Hi all,
I want to change the frequency in "USRP source" automatically, for example
2.37GHz-2.43GHz with each time stepping 2MHz.
1. As you know, the USRP source has an input message port, so I want to connect
it to a "Message strobe" to control the frequency change. But after I see
[1][2], I
Hi all,
I have written a couple of C++ code( including
boost/math/distributions/normal.hpp ) which can run in code::blocks, but when
I insert the code into GNU Radio by gr_modtool, I got the error when I run my
flow graph with the block.
"AttributeError: type object 'EME' has no attribute 'EME
Hi all,
I want to ask some questions about gnuradio:
1.I want to use UHD: USRP Source to receive signal with 60MHz bandwidth, and I
divide it into 30 channels, and each time the usrp source receive 2MHz
bandwidth signal, and then improve the center frequency with step=1.5MHz. I
know I need
lly equivalent!
Best regards,
Marcus
[1]
https://gnuradio.org/doc/doxygen/classgr_1_1blocks_1_1threshold__ff.html#details
¹ For new applications, I recommend Qt rather than WX -- the latter isn't going
to be around forever.
On 12.02.2016 12:02, Yan Huang wrote:
Hi all,
I’m using USRP B210 to do spectrum sensing,
Hi all,
sorry I forgot to put my python script in last email.
I'm using python to build an OOT block to do Maximum-Minimum Eigenvalue
detection, and I have followed the steps of the algorithm, but when I connect
it to a signal source and number sink, it runs too slow and even no results,
and t
Hi all,
I'm using python to build an OOT block to do Maximum-Minimum Eigenvalue
detection, and I have followed the steps of the algorithm, but when I connect
it to a signal source and number sink, it runs too slow and even no results,
and the CPU occupation will come to near 100%.
I want to kn
Hi all,
I'm building a new block by python to do sequential energy detector. In my
python block file, I want to divide my input into different part with same
length(number). And add the samples in each part.The python file is attached.
But when I use my block, it always print as follows:
p
Hi Marcus,
Yes, I just want to send a sinewave which can sweep the frequency band with
same steps, and receive it in a file.
Thank you!
Yours Sincerely
Yan
This message and any attachment are intended solely for the addressee
and may contain confidential information. If you have received t
Hi all,
I just want to use GNU Radio to generate a signal with a continuous frequency
in a certain bandwidth (5.585GHz-5.615GHz)and then store the signal in a file.
How can I generate the signal? Can I use a file sink to store the signal. And
how does the data store in the sink file?
Is there
Hi Marcus,
I'm sorry, I want to Say using two same kind of antennas as TX and RX
respectively in one B210 board. And how can I get the S-parameters?
Thank you,
Yan
-Original Message-
From: Marcus Müller [mailto:marcus.muel...@ettus.com]
Sent: 15 December 2015 17:44
To: Yan
Hi all,
I have tried to use USRP B210 and GNUradio to send and receive signal, and now
I want to get the network's scattering parameters. But I don't know how to get
them using the software.
Is there anybody can give me some advice?
Thanks in advance.
Yan
This message and any attachment
Sent: 15 December 2015 17:16
To: discuss-gnuradio@gnu.org
Subject: Re: [Discuss-gnuradio] using USRP to get scattering parameters
On 12/15/2015 11:31 AM, Yan Huang wrote:
Hi all,
I have tried to use USRP B210 and GNUradio to send and receive signal, and now
I want to get the network's scatt
will have to calibrate the B210 random TX/RX phase offset after
every tune.
Best regards,
Marcus
On 15.12.2015 17:31, Yan Huang wrote:
> I have tried to use USRP B210 and GNUradio to send and receive signal, and
> now I want to get the network's scattering parameters. But I don'
detector to create an
Out-Of-Tree module by C++.
Could you recommend some examples that I can follow?
Thank you,
Yan
From: Marcus Müller [mailto:marcus.muel...@ettus.com]
Sent: 25 November 2015 16:05
To: Yan Huang; GNURadio Discussion List
Subject: Re: [Discuss-gnuradio] error while making detector
Hey,
I’m a new to use gnuradio and USRP B210, now I want to generate my OOT module
start with the example ‘howto_detect’, and I followed guided tutorial in
gnuradio.org. But there are still some problems as follows.
[ 6%] Building CXX object
lib/CMakeFiles/gnuradio-howto.dir/howto_detect_ff_im
24 matches
Mail list logo