[Discuss-gnuradio] gr-radar make issue

2016-07-28 Thread Abhinav Jadon
identified by grc ( probably they were not built properly). Also, 21 out of the 27 ctests are failures. Any help would be appreciated. Regards Abhinav Jadon ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss

[Discuss-gnuradio] OFDM Constellation Issue

2016-04-16 Thread Abhinav Jadon
;usp=sharing p1 and p2 correspond to the second flowgraph Regards Abhinav Jadon ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] IEEE 802.11 Transmitter in X310s

2016-04-08 Thread Abhinav Jadon
Hi, My setup consists of two X310s - one transmitter and one receiver - connected with SMA cable. The receiver code has been independently tested by capturing the AP packets. The transmitter code was tested in a software loopback with the receiver. The gains on both sides were adjusted such that t

Re: [Discuss-gnuradio] 802.11 transceiver issue

2016-03-31 Thread Abhinav Jadon
o your flow graph; that way we could > see whether the output buffer of OFDM mapper is constantly full. > > On 31.03.2016 10:13, Marcus Müller wrote: > > Hi Abhinav, > > On 31.03.2016 02:42, Abhinav Jadon wrote: > > I ran the volk_profile just after the installation so t

Re: [Discuss-gnuradio] 802.11 transceiver issue

2016-03-30 Thread Abhinav Jadon
, Mar 30, 2016 at 3:48 AM, Marcus Müller wrote: > Did you run volk_profile? That one tries out all volk kernels, and notes > down which one works best on your PC, so they'll be used automatically the > next time. Maybe that increases performance! > > > On 29.03.2016 22:

Re: [Discuss-gnuradio] 802.11 transceiver issue

2016-03-29 Thread Abhinav Jadon
will indicate what SIMD instructions the processor actually supports. Also > do you know what version of VOLK and gnuradio you have? > > On Tue, Mar 29, 2016 at 3:50 PM, Abhinav Jadon > wrote: > >> Hi Alex , >> The output in the console was all 'U's before I

Re: [Discuss-gnuradio] 802.11 transceiver issue

2016-03-29 Thread Abhinav Jadon
ar 29, 2016 at 2:57 PM, Marcus Müller > wrote: > >> That's pretty much impossible to say. >> My prime suspect would be the WX Gui visualization sink. Really, a couple >> of 64 FFTs aren't that terrible performance-wise. >> >> >> On 29.03.2

[Discuss-gnuradio] Data Formatting in GNURadio (WiFi)

2016-03-29 Thread Abhinav Jadon
I am using the floating type values to generate the samples using matlab. Am I correct in assuming that gr_complex = float16(half-precision IEEE 754) + iota*float16(the Q sample) ? Regards Abhinav PS Jadon ___ Discuss-gnuradio mailing list Discuss-gnura

Re: [Discuss-gnuradio] 802.11 transceiver issue

2016-03-29 Thread Abhinav Jadon
number of samples in the starting burst. > > Technically, that starts a uhd::tx_streamer for a finite number of > samples, which means different things for different hardware. > > Best regards, > Marcus > > > On 29.03.2016 20:44, Abhinav Jadon wrote: > > Hi Marcus,

[Discuss-gnuradio] 802.11 transceiver issue

2016-03-29 Thread Abhinav Jadon
Hi Marcus, I am working on a Core i7 8GB system, I dont know if its underpowered, if it is I have access to another Corei5 16 GB station. I know this is going to sound dumb but, how does the USRP sink go into burst mode, I was under the impression that USRP could only transmit data continuously. D

[Discuss-gnuradio] 802.11 transceiver issue

2016-03-29 Thread Abhinav Jadon
Hi , I was working on the transmitter of gr-ieee80211. I will first explain my setup and then go on to detail the problem. Setup : X310 (transmitter) -> SMA cable -> Attenuator -> SMA cable -> X310 (receiver) The transmitter runs the wifi_tx.grc. The receiver runs the wifi_rx.grc The tx gain was i

[Discuss-gnuradio] Data Formatting in GNURadio (WiFi)

2016-03-19 Thread Abhinav Jadon
Hi, I wrote a matlab scripts that generates the wifi packets for a given payload. The output is of the format I dumped the output in a bin file. It is my understanding that the complex type file source reads the input (bin) file in a gr_complex data type format ie reading 32 bits from the bin file

Re: [Discuss-gnuradio] gr-ieee 802.11 Wifi Transceiver Issue

2016-03-01 Thread Abhinav Jadon
*: +919650936845 On Wed, Mar 2, 2016 at 5:09 AM, Bastian Bloessl wrote: > Hi, > > I just pushed a commit to github. > > Would be great, if you could update the module and let me know if that > fixes your problem. > > Best, > Bastian > > On 01 Mar 2016, at 15:25, Abhin

Re: [Discuss-gnuradio] gr-ieee 802.11 Wifi Transceiver Issue

2016-03-01 Thread Abhinav Jadon
s and Communication Engineering Undergraduate IIIT - Delhi IASc Summer Research Fellow 2015 *E*: jadonabhi...@gmail.com *M*: +919650936845 On Sun, Feb 21, 2016 at 3:34 AM, Bastian Bloessl wrote: > Hi, > > On 20 Feb 2016, at 12:05, Abhinav Jadon wrote: > > > ne

Re: [Discuss-gnuradio] gr-ieee 802.11 Wifi Transceiver Issue

2016-02-20 Thread Abhinav Jadon
read_cond_wait.S:185 3Thread 0x7fffed79a700 (LWP 4857) "python" pthread_cond_wait@ @GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 2Thread 0x7fffedf9b700 (LWP 4856) "python" pthread_cond_wait@ @GLIBC_2.3.2 () at ../nptl/sysdeps

Re: [Discuss-gnuradio] gr-ieee 802.11 Wifi Transceiver Issue

2016-02-17 Thread Abhinav Jadon
2016, at 14:46, Abhinav Jadon wrote: > > > There are no overruns and the connections to the antenna ports are > correct. > The frame detection is working > > > Note, that this also means that frame detection is only triggered once per > frame. Sometimes, it can be t

[Discuss-gnuradio] Seeking word of advise on gr-ieee802.11n

2016-02-14 Thread Abhinav Jadon
Hi, I was wondering what are the major bottlenecks to the implementation of the MIMO WIFI standard on Gnuradio ? Regards Abhinav Jadon ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] gr-ieee 802.11 Wifi Transceiver Issue

2016-02-14 Thread Abhinav Jadon
ted ? Regards Abhinav PS Jadon 2012122 Electronics and Communication Engineering Undergraduate IIIT - Delhi IASc Summer Research Fellow 2015 *E*: jadonabhi...@gmail.com *M*: +919650936845 On Thu, Feb 11, 2016 at 6:13 AM, Bastian Bloessl wrote: > Hi > > > On 10 Feb 2016, at 15:13

[Discuss-gnuradio] GNU Radio Architecture and Implementation ?

2016-02-10 Thread Abhinav Jadon
Hi , I was reading up about the architecture of GNU Radio. Its primarily an inheritance based architecture, the blocks that pass data to other block are actually implemented as subclass and superclass pair. Am I right about this? Also whats the need for the flowgraph to be a subclass of the top_blo

[Discuss-gnuradio] gr-ieee 802.11 Wifi Transceiver Issue

2016-02-10 Thread Abhinav Jadon
Hi , I was working on the Wifi Transceiver Flowgraph. I created a loopback in the flowgraph itself to be sure that atleast the transceiver works in theory. It did work like magic. Next I replaced the loopback with a uhd source and sink and connected the RF frontends using a SMA cable. It fails to

Re: [Discuss-gnuradio] Scanning frequency GSM

2016-02-08 Thread Abhinav Jadon
Hi Marcus, I was reading your reply. I had implemented a similar system but on a different band (TV). I did not understand this section of your reply. If you actually want to retune (e.g. because your device bandwidth is > smaller than the Downlink you want to find unused channels in, or > becaus

[Discuss-gnuradio] build-gnuradio script issue

2016-01-26 Thread Abhinav Jadon
HI , I was installing gnuradio on a new system today using the build-gnuradio script. I encountered an unexpected error . [ 85%] Building CXX object > gr-uhd/swig/CMakeFiles/_uhd_swig.dir/uhd_swigPYTHON_wrap.cxx.o > /home/usrp-1/Documents/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx: > In fu

Re: [Discuss-gnuradio] AttributeError: 'module' object has no attribute 'hamming'

2015-02-17 Thread Abhinav Jadon
P 4705) exited] [Thread 0x7fffe2576700 (LWP 4704) exited] [Thread 0x7ffff7fd6740 (LWP 4699) exited] [Inferior 1 (process 4699) exited with code 01] Thanks in advance Abhinav Jadon On Tue, Feb 17, 2015 at 8:37 PM, Tom Rondeau wrote: > On Sat, Feb 14, 2015 at 6:41 PM, Richard Bell >

[Discuss-gnuradio] AttributeError: 'module' object has no attribute 'hamming'

2015-02-13 Thread Abhinav Jadon
. The link to the my OOT code is https://www.dropbox.com/sh/8tstm4ckaphsis/AAD0cbS5eelaoaIe0gUExCBea?dl=0 Thanks Abhinav Jadon ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Difference between QT/WX

2014-10-03 Thread Abhinav Jadon
Hi all , A basic doubt , i have been having since i started working on GR was what is the difference between QT and WX GUIs ? Thanks ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] GNU radio Image for NI-USRP 2943

2014-10-01 Thread Abhinav Jadon
Hi community , I was wondering if there is a FPGA image compatible with the NI-USRP 2943 available ? and how do i backup the pre-installed NI fpga image . Thanks ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/l