Hello,
We are students of IIIT-Hyderbad, India, doing MS By Research and are
interested in participating GSoC-14 by building GRC gr-MIMO module.
We are from communication background and have fundamental knowledge of MIMO
and OFDM. Our main research area is to use MIMO technology along with
conce
Dear Sir,
Let me explain the reason of why to use the function:
set_min_noutput_items().
I am creating a custom interpolator block.
Says, the interpolation factor is 1000. Hence it is important to call
set_output_multiple(1000).
Meanwhile, for this block the interpolation factor depends on Samp
Dear all,
the OOT module gr-cdma that we have been working on with Zhe Feng is now
ready (also fully documented). You can find it here:
https://github.com/anastas/gr-cdma.git
An important acknowledgement:
this project grew out of the DARPA SPECTRUM CHALLENGE:
our team eventually dropped out of
Thanks.
Jeff (AC2BQ)
On Thu, 6 Mar 2014, Marc H?lscher wrote:
Hi,
you could import the missing mails from the archive and reply to them as
usual:
https://lists.gnu.org/archive/html/discuss-gnuradio/
Greetings,
Marc
On 06/03/14 10:56, Jeffrey Owen Katz wrote:
Hi,
The reason I sign
Hi everybody,
I just installed gr-lte with the Pybombs script. I get an error when I
launch the flowgraph with one of my record file.
Does anybody have a downlink file I could work with ?
Thanks
Winston
Sent using Hushmail
___
Discuss-gnuradio mailin
My apologies, first email was send with some HTML content.
Hello:
My name is Damian Miralles, I am a senior computer engineering
students at the Polytechnic University of Puerto Rico. I am very
interested inparticipating into the GSOC 2014 program and saw some of
the ideas posted there by Gnu Radio
Hello:
My name is Damian Miralles, I am a senior computer engineering students at
the Polytechnic University of Puerto Rico. I am very interested
inparticipating into the GSOC 2014 program and saw some of the ideas posted
there by Gnu Radio. I have a previous experience working with GNU Radio
deve
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
3.6.1 should have gr_modtool if I'm not totally mistaken; however, you'll have
a lot nicer and somewhat easier experience if you remove these ubuntu packages
and use pybombs to install a modern gnuradio 3.7 automatically from source:-)
See http://g
Yes, sure.
Thank you.
Now it is working.
Regards,
-
Azza Ben Mosbah
On Thu, Mar 6, 2014 at 12:45 PM, Ben Reynwar wrote:
> Try changing:
> "digital.constellation_qpsk.base()"
> to:
> "digital.constellation_qpsk().base()"
>
> Note the brackets after the constellation_qpsk co
Try changing:
"digital.constellation_qpsk.base()"
to:
"digital.constellation_qpsk().base()"
Note the brackets after the constellation_qpsk constructor.
On Thu, Mar 6, 2014 at 9:05 AM, Azza Ben Mosbah
wrote:
> Thank you.
> Actually, I am doing it in the GRC interface.
>
> When I use the .base
The WFM receive block includes deemphasis processing for improving the
sound of broadcast FM reception. This is going to screw up your APT
reception. You'll be better off making your own WFM demod block -- it's
just a quadrature demod followed by a low-pass filter.
--n
On Thu, Mar 6, 2014 at 7:4
Thank you.
Actually, I am doing it in the GRC interface.
When I use the .base(), it returns the following error:
*Param - Constellation Object(constellation):*
* Value "digital.constellation_qpsk.base()" cannot be evaluated:*
* 'function' object has no attribute 'base'*
I don't know what is the
On Wed, Mar 5, 2014 at 8:59 AM, Azza Ben Mosbah
wrote:
> Tom,
>
>
> Thank you for the help. But, even that didn't work.
>
> I tried a different approach. I configured the "Constellation Object" block
> with the symbol map and the constellation points. Then, I called it in the
> argument of the "Co
On Thu, Mar 6, 2014 at 4:01 AM, sarankumar wrote:
> Hi,
> My gnuradio flow graph has a custom block taking input from multiple USRP's
> and the output of the block is connected to a USRP transmitter. My
> applications demands a sample rate of at least 5Msps and up to 10Msps.
> Inside the block ar
W dniu 23.02.2014 17:12, Martin Braun pisze:
> On 02/23/2014 09:39 AM, Sriram Damodharan wrote:
>> I am currently working on a proof of concept system, and for which, I
>> am using a patched version of airprobe, for GSM reception, using
>> GNURadio.
>>
>> I want to contribute along side to the main
Hi,
I'm trying to receive APT images from NOAA with a QHA antenna and I
received noisy images. I use a usrp source block, then a low pass filter
with 50 kHz of cutoff and 20 kHz of transition width, then a WBFM receiver
and a resampler connected to the audio sink. I think that I should change
the
On Thu, Mar 6, 2014 at 2:12 AM, Activecat wrote:
> Dear Sir,
>
> In c++ we have: set_min_noutput_items()
> What is it equivalent syntax in python ?
>
> I try this:
> self.set_min_noutput_items()
>
> Error message:
> AttributeError: 'quadrator_upconverter_python1' object has no attribute
> 'se
Hi Jeff,
look at the link at the footer.
On the very end of the page, there is a input field with a button labeled "
Unsubscribe or edit options".
On 03/06/2014 11:53 AM, Jeffrey Owen Katz wrote:
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu
Hi,
The reason I signed up was that I saw a post (Google) on GNU Radio
regarding the RTLSDR dongles to which I wanted to respond. How do I
attach a post to a thread from the recent past for which I do not have the
email? Do I just use the same subject line?
Jeff (AC2BQ)
___
Hi,
I just subscribed to GNURadio. I am getting each post as a seperate
email. How do I change to digest format?
On the signup sheet, I do not see a place to log in (with user/pswd) so
that things can be changed.
Thanks in advance.
Jeff (AC2BQ)
_
On 05.03.2014 22:44, Nowlan, Sean wrote:
The first place I'd look is in your_block.h. Did you remember to
declare any public member functions to be pure virtual in that file,
and then declare your (non-virtual) functions in your_block_impl.h?
If you forgot to declare pure virtual functions, i.e.,
Hi Naveen,
the data "format" is described in the official FAQ:
http://gnuradio.org/redmine/projects/gnuradio/wiki/FAQ#What-is-the-file-format-of-a-gr_file_sink-How-can-I-read-files-produced-by-a-file-sink
It's raw data, which can be easily read using Matlabs file io facilities; for reference
lo
Hi,
My gnuradio flow graph has a custom block taking input from multiple
USRP's and the output of the block is connected to a USRP transmitter. My
applications demands a sample rate of at least 5Msps and up to 10Msps.
Inside the block around 500 (depends on the sample rate) complex samples
from ea
Hi all,
How to use file sink block in GRC. I want to extract output data from
rx_ofdm & tx_ofdm examples bolck in GNU radio to plot BER V/s EB/N0 in
MATLAB. If I use file sink blocks, it's generate a banary file which is not
opening anywhere. So please tell me what type of file we can get using f
gr_modtool looks for a known module structure.
If your module doesn't have that specific structure or keywords in its
CMakeLists.txt, maybe because it was not generated by gr_modtool, the build
system has been modified, it's for a different GNU Radio version etc.
Greetings,
Marcus
On 03/06/201
25 matches
Mail list logo