On Sun, Apr 28, 2013 at 07:52:45PM -0400, Sean Nowlan wrote:
> If I'm reading ofdm_carrier_allocator_cvc_impl.cc right, it appears
> that the user must make sure that the occupied carrier indexes and
> pilot tones don't refer to the same positions with OFDM symbols,
> otherwise the occupied data ca
On Mon, Apr 29, 2013 at 02:48:36PM +0800, Yingjie Chen wrote:
> I wonder if any PN cross correlator is implemented, which means the received
> signal is cross correlated with known preamble stored locally. Thank you so
> much.
You can either use an FIR (see the filter section) or one of the
correl
On Fri, Apr 26, 2013 at 10:15 AM, Josh Blum wrote:
>
> > File "/home/s/tdm/tdma_radio.py", line 70, in __init__
> > freq=freq,
> > File "/home/s/.grc_gnuradio/tdma_hier.py", line 76, in __init__
> > self.tdma_engine =
> >
> precog.tdma_engine(initial_slot,slot_interval,guard_interval,
On Sun, Apr 28, 2013 at 8:39 PM, Tom Rondeau wrote:
> On Mon, Apr 15, 2013 at 12:25 AM, Sam mite wrote:
> >
> >
> >
> >> > Hi list,
> >> >
> >> > I want to calculate the number of symbols taken by my Polyphase clock
> >> > sync
> >> > ccf block after which it locks. Although I am getting 0 BER (
hi, i wantto convert python file into dat file in order to load in matlab.
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Well as you advice me, i set the --lo-offset=1M , for the following command
uhd_rx_cfile -a serial=4759a751 -N 10 -f 2.53G --samp-rate=2M
--lo-offset=1M noise.dat -v
However the peak is still there. I give below the output of
uhd_rx_cfile.py.
As you can see the Rx DDC frequency is
On Mon, Apr 29, 2013 at 7:08 AM, Omer Omer wrote:
> hi, i wantto convert python file into dat file in order to load in matlab.
>
Omer,
This isn't a GNU Radio question. We don't really do Matlab support on this
mailing list. I'm sure there's some information about how to do this
elsewhere.
Tom
On Mon, Apr 29, 2013 at 4:10 AM, Sam mite wrote:
>> Sam,
>>
>> No, I don't think that you are doing something wrong here. But those
>> figures you've posted look like the circuit is under-damped. It should
>> be critically damped,
>
>
> Why the circuit should be critically damped? In my first mail
Probably I'll choose openCL. It means that I must learn a new language,but it's
not bad..
>le to do either for this project. Have you
>checked the mailing list archives? Getting GPU-based processing into a
>GNU Radio flowgraph is quite hard, given the structure of the
>scheduler. Also, which eleme
Hey list,
I have created an OpenCL block that allows a user to interface with an
OpenCL compatible device, like a GPU. This block handles most of the
complications of using the OpenCL API. All the user has to do is feed
the block a .cl file with the kernel source and click run!
This block makes u
Hi all,
tomorrow, 16:00 CEST (1400 UTC), I will do an IRC session where I'll
answer questions for those of you applying to GSoC.
We'll meet in #gnuradio on Freenode.
There might be other mentors around, but it's me for sure.
If you upload your proposals until tomorrow morning my time, I might be
On 28/04/13 18:55, Tom Rondeau wrote:
That's very concerning about not finding libvolk.so. Make sure you
have, in the build directory, volk/lib/libvolk.so.0.0.0. If that's not
there, volk didn't build properly, which is necessary for the rest of
the QA tests that are failing.
Tom
Hi Tom,
The
Hi,
I am sending audio at 50 kHz sample rate via TCP sink from host A to other host
B. The host B is connected via router in same network. How can i calculate the
time delay from host A to host B via this TCP link.
Best Regards,
SAJJAD SAFDAR ___
Discu
Hi Sajjad,
Try tcping if ping doesn't do what you want:
http://www.linuxco.de/tcping/tcping.html
Mike
--
Mike Jameson M0MIK BSc MIET
Email: m...@scanoo.com
Web: http://scanoo.com
On 29 April 2013 20:01, Sajjad Safdar wrote:
> Hi,
> I am sending audio at 50 kHz sample rate via TCP sink from
Hi Sajjad,
Ignore the last message! TCP Traceroute is actually what you are after:
http://michael.toren.net/code/tcptraceroute/
You will need to do a time to live of 1
Mike
--
Mike Jameson M0MIK BSc MIET
Email: m...@scanoo.com
Web: http://scanoo.com
On 29 April 2013 20:21, Mike Jameson wrot
Calculating delay is complex.
If you just want to know the average time between hosts on an IP network, then
use the Ping command. It has a RTT value in ms. Just remember that on a
packet switched network, this can vary but is typically under 1ms in a local
environment.
Similar delays exist
Registration is now open for the HackRF beta test. If you have an
invitation code from ToorCon 14 or the 2012 GNU Radio Conference, now is
the time to use it:
https://greatscottgadgets.com/forms/hackrf-beta-reg.html
HackRF beta units (Jawbreaker) will be shipped free of charge to
registered beta
If you want to load files into Matlab which you saved for example through a
file sink, you can do that via the command fread. Check the documentation of
it. For the correspondences between Matlab and GNU Radio Type, compare the
fread documentation and this site of J.Blum:
http://www.joshknows.com/g
Hi all,
I installed GnuRadio+UHD onto Ubuntu 12.10(64bit) and 13.04(64bit) by using
build-gnuradio script in http://www.sbrac.org/files/build-gnuradio. No error
message had been displayed in the installation. But a following link error
message is shown when I compile sample c++ programs in /uhd
> The compile procedure I use is following:
> $ mkdir /uhd/host/examples/build
> $ cd /uhd/host/examples/build
> $ cmake ../
> $ make
>
> "ldconfig -p | grep boost_thread" returns
>
> libboost_thread.so.1.49.0 (libc6,x86-64) => /usr/lib/libboost_thread.so.1.49.0
> libboost_thread.so (libc6,x86-6
On Mon, Apr 29, 2013 at 12:53 PM, Sam mite wrote:
>
> On Fri, Apr 26, 2013 at 10:15 AM, Josh Blum wrote:
>
>>
>> > File "/home/s/tdm/tdma_radio.py", line 70, in __init__
>> > freq=freq,
>> > File "/home/s/.grc_gnuradio/tdma_hier.py", line 76, in __init__
>> > self.tdma_engine =
>> >
21 matches
Mail list logo