[Discuss-gnuradio] gr-radar make issue

2016-07-28 Thread Abhinav Jadon
that are not 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
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

Re: [Discuss-gnuradio] 802.11 transceiver issue

2016-03-31 Thread Abhinav Jadon
port and add a ctrlport monitor to 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

Re: [Discuss-gnuradio] 802.11 transceiver issue

2016-03-30 Thread Abhinav Jadon
> On 29.03.2016 22:24, Abhinav Jadon wrote: > > gcc version is 4.8.4 > cpuinfo output : > flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca > cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx > pdpe1gb rdtscp lm constant_tsc arch_

Re: [Discuss-gnuradio] 802.11 transceiver issue

2016-03-29 Thread Abhinav Jadon
ndicate 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 <abhinav12...@iiitd.ac.in> > wrote: > >> Hi Alex , >> The output in the console was all 'U's

Re: [Discuss-gnuradio] 802.11 transceiver issue

2016-03-29 Thread Abhinav Jadon
2016 at 2:57 PM, Marcus Müller <marcus.muel...@ettus.com> > 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. >> >> >>

[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

Re: [Discuss-gnuradio] 802.11 transceiver issue

2016-03-29 Thread Abhinav Jadon
that stream tag, which contains 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 Jad

[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.

[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

[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

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 <bloe...@ccs-labs.org> 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 > >

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

2016-03-01 Thread Abhinav Jadon
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 <bloe...@ccs-labs.org> wrote: > Hi, > > On 20 Feb 2016, at 12:05, Abhinav Jadon <abhinav12...@

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

2016-02-20 Thread Abhinav Jadon
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/unix/sysv/l

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

2016-02-17 Thread Abhinav Jadon
> Hi, > > > On 14 Feb 2016, at 14:46, Abhinav Jadon <abhinav12...@iiitd.ac.in> 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 on

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

2016-02-14 Thread Abhinav Jadon
On 10 Feb 2016, at 15:13, Abhinav Jadon <abhinav12...@iiitd.ac.in> > wrote: > > Next I replaced the loopback with a uhd source and sink and connected > the RF frontends using a SMA cable. It fails to give me any packet (the > wireshark connector). I tried playing with the va

[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

[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

[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] AttributeError: 'module' object has no attribute 'hamming'

2015-02-17 Thread Abhinav Jadon
(process 4699) exited with code 01] Thanks in advance Abhinav Jadon On Tue, Feb 17, 2015 at 8:37 PM, Tom Rondeau t...@trondeau.com wrote: On Sat, Feb 14, 2015 at 6:41 PM, Richard Bell richard.be...@gmail.com wrote: I ran into this myself with a custom Python block. I was unable to resolve

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

2015-02-13 Thread Abhinav Jadon
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] 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