Re: [Discuss-gnuradio] [SOCIS] CNNs

2016-07-19 Thread Vanush Vaswani
Nice work. BTW, What's the application for this method? On Tue, Jul 19, 2016 at 6:11 AM, Christopher Richardson wrote: > Hi Everyone > > I've just been working on an alternative approach > for classification based on the following paper - > > Convolutional Radio Modulation Recognition Networks –

Re: [Discuss-gnuradio] gnuradio.org spam activity and user accounts

2016-02-08 Thread Vanush Vaswani
Maybe consider using the 'no CAPTCHA' recaptcha? Vanush On Tue, Feb 9, 2016 at 9:45 AM, Tom Rondeau wrote: > Hi list, > > I wanted to let everyone know that gnuradio.org has been hit with a serious > amount of spam activity today. We restrict much of the editing to signed-in > users and use a re

Re: [Discuss-gnuradio] SOCIS project update 7

2015-07-19 Thread Vanush Vaswani
Nice work, looking forward to seeing what you produce. On Sat, Jul 18, 2015 at 2:34 AM, Johannes Demel wrote: > Hey GNU Radio'ers! > > another week has passed. So it's time for a project update. > This week was dedicated to channel construction. Finally, all channel > construction algorithms wor

Re: [Discuss-gnuradio] question on implementing a state machine

2015-06-09 Thread Vanush Vaswani
I believe this is a very common pattern for decoding simple protocols (once you have the bits) Here's an example https://github.com/jmalsbury/gr-tnc/blob/master/lib/hdlc_deframer_impl.cc On Tue, Jun 9, 2015 at 2:22 PM, Martin Braun wrote: > On 06/08/2015 07:16 PM, Anil Kumar Yerrapragada wrote:

Re: [Discuss-gnuradio] DVB-T/T2

2015-04-09 Thread Vanush Vaswani
Hey guys, why does digital video need its own standard? On Thu, Apr 9, 2015 at 7:45 PM, Ralph A. Schmid, dk5ras wrote: > Short update: I was able to transmit my own stream now, audio stuttered a > bit, but for sure I will find out how to fix this. It was a short iPhone > video of a snake in front

Re: [Discuss-gnuradio] Announcing cgran.org: Re-launching the Comprehensive GNU Radio Archive Network

2015-04-05 Thread Vanush Vaswani
Looks great.. congrats. On Sun, Apr 5, 2015 at 2:52 AM, West, Nathan wrote: > Hi all, > > I am happy to be able to announce that the Comprehensive GNU Radio Archive > Network (CGRAN) is now live at http://cgran.org. It's a bit different from > the previous version. > > Some notes: > > 1) The prim

Re: [Discuss-gnuradio] Understanding the limitations of USRP1

2015-02-11 Thread Vanush Vaswani
Aliasing on purpose? On Thu, Feb 12, 2015 at 11:25 AM, Marcus D. Leech wrote: > On 02/11/2015 06:15 PM, Tommy Tracy wrote: > > I am using a USRP1, and I'm trying to receive FM radio. I'm using a BasicRX > daughterboard with a 0-250MHz range. The USRP itself has a LO frequency of > 64MHz. Does thi

Re: [Discuss-gnuradio] Testing an GRC project runs nearly 200% CPU

2015-01-15 Thread Vanush Vaswani
Post a screenshot of your flowgraph. Sounds like a sample rate mismatch. On Fri, Jan 16, 2015 at 8:38 AM, Andreas Ladanyi wrote: > Hi, > > iam testing an UKW Radio Receiver GRC project (gr-rds) on bananapi. The > application starts. The tuned radio station sounds clicking. Changing any > paramete

Re: [Discuss-gnuradio] Help me help myself

2014-12-22 Thread Vanush Vaswani
Use cscope and/or ctags next time On Tue, Dec 23, 2014 at 11:47 AM, Marcus D. Leech wrote: > On 12/22/2014 07:31 PM, Richard Bell wrote: >> >> MLeech I really understand where you're coming from. But I think that's >> the point of a community. If you are personally tired of answering low level >>

Re: [Discuss-gnuradio] [USRP-users] RFNoC -- Making FPGA design easy from GNU Radio

2014-12-04 Thread Vanush Vaswani
How does the system know that the downstream block is on host or FPGA? On Fri, Dec 5, 2014 at 8:58 AM, Nowlan, Sean wrote: > > >>Ettus Research is very excited to announce the release of RFNoC! > > > > […] > > > > This is very cool. I’ve been looking forward to working with this > development. >

Re: [Discuss-gnuradio] GRC, Recording chunks of spectrum triggered on input signal level

2014-11-19 Thread Vanush Vaswani
All these workarounds seems hacky Is there a paradigm that can handle this. On Wed, Nov 19, 2014 at 8:17 AM, Staffan Bruce wrote: > It works, many thanks! > > It seems like the changing of a variable in itself does not trigger an > update of other variables (that are depending on the first one),

Re: [Discuss-gnuradio] stop() the flow graph

2014-11-15 Thread Vanush Vaswani
Try putting wait() after stop() to make sure the resources are teared down. On Sat, Nov 15, 2014 at 6:56 PM, Syed Aqeel Raza wrote: > Hi, > > Currently, I am using a single usrp as a transmitter. The program is > changing the transmission frequency with respect to (external) switching > time. In

Re: [Discuss-gnuradio] Looking for 802.11 MAC & PHY Package

2014-10-20 Thread Vanush Vaswani
Learn 802.11. hehe. On Mon, Oct 20, 2014 at 6:38 PM, Martin Braun wrote: > On 10/16/2014 11:50 AM, Vanush Vaswani wrote: >> Is it possible to do 11ac on SDR? > > Vanush, > > the answer to *any* question of the type "can we do standard X on SDR" > is always 

Re: [Discuss-gnuradio] Looking for 802.11 MAC & PHY Package

2014-10-16 Thread Vanush Vaswani
Is it possible to do 11ac on SDR? On Wed, Oct 15, 2014 at 10:07 PM, Bastian Bloessl wrote: > Hi, > > On 10/10/2014 06:20 PM, Zhang, Jiayi wrote: >> >> Dear Marcus and Bloessl, >> >> Thanks for the reply. I also notice the fully functional gr-ieee802-11 >> package provide by Bloessl. Previously I

Re: [Discuss-gnuradio] High Flowgraph Latency in 3.6.4.1

2014-10-10 Thread Vanush Vaswani
I ran into this problem when doing 57.6kbps BPSK decoding, AX.25. The only way I was able to fix it was to reduce GR_FIXED_BUFFER_SIZE in flat_flowgraph.cc. This is regarded as a dodgy hack by all the GR developers here, but it worked for me (and I read the article on latency). I believe the guy wh

Re: [Discuss-gnuradio] inserting code into top_block.py

2014-09-23 Thread Vanush Vaswani
Shouldn't he "cut" the code? On Wed, Sep 24, 2014 at 5:53 AM, Jeff Long wrote: > The most straightforward way is to make a small Python program that calls > the class generated by GRC. Copy the autogenerated code after > > if __name__ == '__main__' > > into another file, and insert your logic bef

Re: [Discuss-gnuradio] Problems building GNURadio

2014-09-22 Thread Vanush Vaswani
Damn, I missed the trick with tmpfs. Usually leave it building overnight on BBB. On Tue, Sep 23, 2014 at 9:27 AM, Tom Tsou wrote: > On Mon, Sep 22, 2014 at 4:08 PM, Philip Balister wrote: >> On 09/22/2014 02:13 PM, Tom Tsou wrote: >>> cmake ../ -DCMAKE_C_FLAGS="-march=armv7-a -mthumb-interwork >

Re: [Discuss-gnuradio] using control port monitor

2014-09-13 Thread Vanush Vaswani
That doesn't specify what the underlying concern was. On Sat, Sep 13, 2014 at 11:46 PM, Tom Rondeau wrote: > On Sat, Sep 13, 2014 at 8:35 AM, Vanush Vaswani wrote: >> >> What are the issues? > > > > http://lists.gnu.org/archive/html/discuss-gnuradio/2014-08/msg0

Re: [Discuss-gnuradio] using control port monitor

2014-09-13 Thread Vanush Vaswani
What are the issues? On Sat, Sep 13, 2014 at 3:38 PM, Sylvain Munaut <246...@gmail.com> wrote: >> Pleas help me to use control port monitor. > > You can't. > > See a mail from Tom Rondeau a few weeks back : ctrl port has been > temporarly removed from gnuradio due to some issues with its > middlew

Re: [Discuss-gnuradio] A little bug in GNURadio 3.7.5 API page

2014-09-12 Thread Vanush Vaswani
Revealing On Sat, Sep 13, 2014 at 5:57 AM, Carlos Alberto Ruiz Naranjo wrote: > Hello, > > the inlude files have the Tom Rondeau path: > > http://gnuradio.org/doc/doxygen/classgr_1_1filter_1_1rational__resampler__base__fff.html > > #include > > > > > _

Re: [Discuss-gnuradio] USRP I/O Buffering

2014-09-07 Thread Vanush Vaswani
Try messing around with the buffer size in gnuradio-runtime/lib/flat_flowgraph.cc #define GR_FIXED_BUFFER_SIZE On Mon, Sep 8, 2014 at 6:24 AM, Peter Witkowski wrote: > Hello, > > I have a simple application written in Python using GNURadio. All I am > trying to accomplish is to have the USRP da

Re: [Discuss-gnuradio] PSK demodulator and Doppler

2014-09-03 Thread Vanush Vaswani
My solution involved the frequency translating block and a third party application. As part of the initial channel filter, I set the the "Center Frequency" attribute to -4+fftshift*rx_shift_factor (assuming my LO tuned to +40 KHz from the carrier). The satellite tracking program, PREDICT, provi

Re: [Discuss-gnuradio] Question about ZeroMQ Sub source

2014-08-31 Thread Vanush Vaswani
n 08/30/2014 10:12 AM, Vanush Vaswani wrote: > > I've got a question relating to the zmq sub source. > > I've got a flowgraph that has rtlsdr -> pub sink > > With pub/sub, the subscribers must keep up--a pub sinks have fire and > forget semantics. > > Your ar

Re: [Discuss-gnuradio] Question about ZeroMQ Sub source

2014-08-30 Thread Vanush Vaswani
Setting max number of output items in both graphs seems to help this. On Sun, Aug 31, 2014 at 3:12 AM, Vanush Vaswani wrote: > I've got a question relating to the zmq sub source. > I've got a flowgraph that has rtlsdr -> pub sink > > In another graph, I decode FM radi

[Discuss-gnuradio] Question about ZeroMQ Sub source

2014-08-30 Thread Vanush Vaswani
I've got a question relating to the zmq sub source. I've got a flowgraph that has rtlsdr -> pub sink In another graph, I decode FM radio using WBFM receive. I noticed that it sounds horrible and choppy (sped up). I looked in the code of the sub source, and saw this // Copy to output b

Re: [Discuss-gnuradio] Hier block I/O's

2014-08-15 Thread Vanush Vaswani
BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Vanush, > > I don't really understand your question. Could you rephrase/elaborate? > Also, what would you want to do with that reference? > > Greetings, > Marcus > > On 15.02.2014 04:50, Vanush Vaswani wrote:

Re: [Discuss-gnuradio] New GR Tutorials Posted

2014-08-11 Thread Vanush Vaswani
There's no indications of who authored the material? On Tue, Aug 12, 2014 at 9:25 AM, Tom Rondeau wrote: > On Mon, Aug 11, 2014 at 7:10 PM, madengr wrote: > >> I stumbled upon these a couple weeks ago; they look really good! If we >> find >> any needed corrections, do we post them to this t

Re: [Discuss-gnuradio] gnuradio on ubuntu touch

2014-08-06 Thread Vanush Vaswani
On those single board computers I don't bother writing to SD. I just route it through the network (assuming large enough bandwidth) to another graph or Python script that dumps it to a disk with faster storage bus. You can use gr-zmqblocks for that. On Wed, Aug 6, 2014 at 11:51 PM, Marcus Müller

Re: [Discuss-gnuradio] gnuradio on ubuntu touch

2014-08-05 Thread Vanush Vaswani
It might be Disk I/O is too slow. Try going from RTL-SDR source to Null Sink. On Wed, Aug 6, 2014 at 7:46 AM, rejunte wrote: > Hi Marcus, back to this discussion after a few tests. > > I decided to try RTL-SDR and GNU Radio on a Single Board Computer. > > I'm currently using the Banana Pi whic

Re: [Discuss-gnuradio] DVB-S2X update to gr-dvbs2

2014-07-25 Thread Vanush Vaswani
Wonderful. Now we need a constellation that follows the golden spiral. On Sat, Jul 26, 2014 at 10:20 AM, Ron Economos wrote: > gr-dvbs2 has been updated to include all of the normal frame size > code rates, roll-off factors and constellations in the DVB-S2 extension > specification, DVB-S2X. N

Re: [Discuss-gnuradio] gnuradio dataflow, buffering and scheduling

2014-07-22 Thread Vanush Vaswani
http://www.trondeau.com/storage/tutorial/gr_scheduler_overview.pdf On Wed, Jul 23, 2014 at 2:32 AM, Anh Duc Nguyen wrote: > Dear all, > > I wish to study how gnuradio handles the dataflow,e.g., buffering, > scheduling, synchronization, optimization as well as resultant latency in > detail. Howe

Re: [Discuss-gnuradio] Good example of AGC after RTL_SDR

2014-07-17 Thread Vanush Vaswani
Wouldn't it be easier to add some front-end filtering? On Fri, Jul 18, 2014 at 1:32 AM, wrote: > Thanks Tom ... you are right it is not surprising -- but what I am surprised > at is how good a job the builtin AGC does for most cases and maximizes the > value of the limited dynamic range. Also, y

Re: [Discuss-gnuradio] [GSoC] gr-radar: Dual CW Radar and Tracking Algorithms

2014-07-15 Thread Vanush Vaswani
Nice. I don't know much about radar. Is range related to EIRP? On Wed, Jul 16, 2014 at 1:14 AM, Stefan Wunsch wrote: > Hi, > > The Radar Toolbox has new features! > > First new feature of the Radar Toolbox is a Dual CW Radar. It is > implemented as simulation and tested with USRPs. This setup is

Re: [Discuss-gnuradio] GMSK Transmit

2014-07-15 Thread Vanush Vaswani
It is dependent on sample rate of graph. You may check this video for an example to transmit 9600 bps GFSK https://www.youtube.com/watch?v=N1hR6VgWeow&feature=youtu.be In this case, sample rate effectively set by throttle block because of no real hardware: 96000 samples/second GFSK modulator: 10

Re: [Discuss-gnuradio] 'Counts' in WX Scope Plot

2014-07-09 Thread Vanush Vaswani
I think 'Magnitude' is better than counts, which is just confusing. On Wed, Jul 9, 2014 at 7:19 PM, Sylvain Munaut <246...@gmail.com> wrote: > On Wed, Jul 9, 2014 at 11:09 AM, jsam45 wrote: >> The vertical axis in Scope Plot is labelled as Counts. What does it mean? How >> is it related to the ph

[Discuss-gnuradio] Morse code (CW) decoder for GNURadio

2014-07-08 Thread Vanush Vaswani
Dear all, I am looking for a morse code decoder for gnuradio, does anyone have a link? Regards Vanush ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] difference b/w sample rate and symbols per second

2014-07-05 Thread Vanush Vaswani
You may refer to this example to see how to transmit 9.6kbps GFSK signal through an AWGN channel. https://www.youtube.com/watch?v=N1hR6VgWeow&feature=youtu.be On Sun, Jul 6, 2014 at 12:00 AM, Marcus Müller wrote: > We might be talking about different blocks. > I'm referring to gr::analog::freq

Re: [Discuss-gnuradio] BER measurement for GMSK transmission with USRP wirelessly

2014-07-04 Thread Vanush Vaswani
GMSK Mod takes in packed bytes, Demod outputs unpacked bytes (e.g. 1 bit per byte). You may need to perform a conversion. Best way to figure out is to post a screenshot of your flowgraph. On Fri, Jul 4, 2014 at 6:18 PM, Sun Wenbin wrote: > Good day everyone, > > My sincere apology in advance if t

Re: [Discuss-gnuradio] post_guard and pre_guard in Pecog implementation

2014-06-09 Thread Vanush Vaswani
You may check here https://github.com/guruofquality/gras/wiki/History On Sun, Jun 8, 2014 at 1:14 AM, Jay Prakash wrote: > > I was revisiting my previous work on FHSS based CR test bed setup designed > using GRAS. > > 1. I could not appreciably acknowledge the use of post_gurad and pre_guard >

Re: [Discuss-gnuradio] Writing wav file in GMSK TX, RX

2014-06-09 Thread Vanush Vaswani
Make sure you close the .wav file by pressing 'x' (close) button on a graphical sink, otherwise it won't write the wav file correctly. Check here: http://gnuradio.org/redmine/issues/544 Otherwise, try playing in VLC. On Mon, Jun 9, 2014 at 4:57 PM, dushyant.marathe wrote: > Hi Activecat, > > T

Re: [Discuss-gnuradio] GNU Radio Measurement Toolbox -- GSoC '14 Project

2014-05-28 Thread Vanush Vaswani
https://github.com/guruofquality/gras/wiki/History On Mon, May 26, 2014 at 6:46 AM, Bogdan Diaconescu wrote: > Hi Marcus, > > take your time :) this is not a simple problem to solve and hence it does > not have a simple solution. I like the idea of starting with changing the > scheduler behaviou

Re: [Discuss-gnuradio] gnu radio - vhdl

2014-05-27 Thread Vanush Vaswani
maybe one day http://gnuradio.squarespace.com/storage/grcon13_presentations/grcon13_ettus_rfnoc.pdf On Wed, May 28, 2014 at 4:51 AM, Martin Braun wrote: > On 05/27/2014 04:10 PM, MHMND Herath wrote: > > Is there a way to convert c++ blocks and connections to VHDL code for > > implementing them i

Re: [Discuss-gnuradio] Build on ubuntu 14.04

2014-05-26 Thread Vanush Vaswani
Cython? On Sun, May 25, 2014 at 9:48 PM, Robert McGwier wrote: > And what is the size of the VM disk limited to and how much RAM have you > allowed it? The step you are showing as exiting in (SWIG) requires lots of > resources in building gnuradio. I hate SWIG, but have no idea what in the >

Re: [Discuss-gnuradio] Error building with new ZMQ

2014-05-19 Thread Vanush Vaswani
https://github.com/zeromq/cppzmq/blob/master/zmq.hpp On Tue, May 20, 2014 at 12:27 PM, Michael Dickens wrote: > If I change all of the "zmq.hpp" #include lines to be instead "zmq.h", > then I get the following errors: > {{{ > :info:build In file included from > /opt/local/var/macports/build/_op

Re: [Discuss-gnuradio] Merge multiple complex streams

2014-05-14 Thread Vanush Vaswani
What about the passive radar - didn't the author daisy chain the clocks of several RTLSDR? Regards, Vanush On Wed, May 14, 2014 at 4:31 PM, Imre wrote: > We must not forget that each device has its own USB connection. > One reason that getting all in sync on a ' per sample' base must be > imp

Re: [Discuss-gnuradio] Python chaos

2014-05-07 Thread Vanush Vaswani
Tom, Have you looked at PyQtGraph? I've had some success with it. Vanush On Thu, Dec 5, 2013 at 1:50 AM, Tom Rondeau wrote: > On Wed, Dec 4, 2013 at 4:49 AM, Stefan Gofferje > wrote: > > Well, joy was short... I added a QT GUI range item and... > > > > Traceback (most recent call last): > >

[Discuss-gnuradio] USB Hub with software controllable power supply for SDR

2014-05-06 Thread Vanush Vaswani
Hi all, I'm looking for a USB hub that allows software control of each port. I have a FunCube Dongle Pro+ trying to pick up satellite signals; but as the dongle is plugged in continously, I believe it heats up and degrades SNR. Let me know if you can think of any solutions Vanush

Re: [Discuss-gnuradio] Python chaos

2014-05-06 Thread Vanush Vaswani
The lack of notice for Generate Options is a killer. Not to mention, if using QT sinks with WX GUI set, a cryptic error message is the reuslt. On Mon, May 5, 2014 at 8:20 PM, activecat wrote: > Tom Rondeau-2 wrote > > Plus, PyQWT has stopped development and has even stated that they will > > no

Re: [Discuss-gnuradio] On air 16_QAM transmission problem with USRP N210

2014-04-29 Thread Vanush Vaswani
You'll have to attach the flowgraph. On Wed, Apr 30, 2014 at 7:22 AM, zielalaoui wrote: > Hi all, > I am trying to build transmission on air by using USRPs N210. The > transmission is good with MPSK modulations but when i try to use 16_QAM i > could not receive data (0 bytes at the reception).

Re: [Discuss-gnuradio] How to reduce reconfiguration latency

2014-04-24 Thread Vanush Vaswani
Try decreasing the buffer size in gnuradio-runtime/lib/flat_flowgraph.cc I use: #define GR_FIXED_BUFFER_SIZE 2048 On Fri, Apr 25, 2014 at 9:08 AM, Bolin Hsu wrote: > I found pausing the flow graph to be the wrong action for my situation. > > I tried to find out how many samples are in my flow g

Re: [Discuss-gnuradio] dealing with framed data

2014-04-23 Thread Vanush Vaswani
Use the packet encoder block Regards, Vanush On Thu, Apr 24, 2014 at 1:05 AM, Matthieu Imbert wrote: > Hi, > > I'm currently trying to take the output of a fft block and pipe it in a > tcp sink for (near) real-time processing outside of gnuradio. > > My question is: > > Assuming that I have vec

Re: [Discuss-gnuradio] GRC vs python flow-graph by hand

2014-04-14 Thread Vanush Vaswani
se kinds > of boundaries where you are then bending over backwards to make it work > inside GRC. At that point, save the Python file somewhere and start > architecting your program around that core. > > Tom > > > > >> On Sat, Apr 12, 2014 at 9:10 PM, Vanush

[Discuss-gnuradio] GR Windows install

2014-04-13 Thread Vanush Vaswani
I am planning to use the Ettus guide to install GR 3.7. One question, is it possible to compile OOT modules with this installation? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] GRC vs python flow-graph by hand

2014-04-12 Thread Vanush Vaswani
Interactivity, controlling flowgraph timing (start/stop), dynamic reconfiguration (lock/unlock), integration with Python libraries and so on. On Sat, Apr 12, 2014 at 9:25 PM, Activecat wrote: > Dear Sir, > > As an amateur I use GRC to create flow-graphs, but I see many other users > create thei

Re: [Discuss-gnuradio] repository of examples of gnuradio and GRC?

2014-03-30 Thread Vanush Vaswani
ave in their own repository. > What I wish to find (or create) is something like this: > > http://www.thingiverse.com > > > Where anybody can easily share one desing, and where you can find anything > you are looking for. > > > > El 30/03/14 16:32, Vanush Vaswani esc

Re: [Discuss-gnuradio] repository of examples of gnuradio and GRC?

2014-03-30 Thread Vanush Vaswani
https://github.com/argilo/sdr-examples On Mon, Mar 31, 2014 at 1:20 AM, Fernando Peral wrote: > I was thinking on something as simple as a repo where anybody can find a > .GRC file for a FM receiver using STL-SDR or a .GRC for reading the > signal send by my car keys (if my car keys where a R

Re: [Discuss-gnuradio] Received power measurement

2014-03-26 Thread Vanush Vaswani
Is there any reason that this isn't done at a few frequencies during manufacturing and provided in the datasheet? I've noticed this with a few SDR's. Surely, it would provide a ballpark figure for those who could not afford expensive test equipment. On Wed, Mar 26, 2014 at 11:21 PM, Marcus D. Lee

Re: [Discuss-gnuradio] For Sale: bladeRF x115 with GPIO expansion

2014-03-15 Thread Vanush Vaswani
BladeRF have released an transverter that extends the frequency range down to 60KHz. Are you sure you want to sell? On Sun, Mar 16, 2014 at 12:12 PM, Louis Brown wrote: > I just don't use it much since I primarily use 2m amateur band. Very > clean and little use; never left my lab bench. The

[Discuss-gnuradio] Hier block I/O's

2014-02-14 Thread Vanush Vaswani
When including a hier block in a custom Python application, is there any way to retrieve a reference to the pad source/sink with it's label? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradi

Re: [Discuss-gnuradio] Spectrum sensing with RLT-SDR on Android WITHOUT Gnu Radio

2014-02-12 Thread Vanush Vaswani
Liquid dsp On Thu, Feb 13, 2014 at 6:04 AM, Marcus Müller wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Przemek, > well, since this is the open source world, you shouldn't need to write > everything from scratch. > You can of course start off with Martin Marinov's source code, >

Re: [Discuss-gnuradio] Problem with receiving signal from satellite Thuraya-3

2014-01-29 Thread Vanush Vaswani
The polarisation loss in your case might be 30 dB. Have a look into that. Regards, Vanush On Wed, Jan 29, 2014 at 7:45 PM, Sylvain Munaut <246...@gmail.com> wrote: > Hi, > >> I am trying to collect signal from Thuraya-3. Here is the setup I used: >> - USRP N210 + WBX >> - LNA with 30dB gain (ZHL-

Re: [Discuss-gnuradio] how to use FFT without grc block

2014-01-23 Thread Vanush Vaswani
Check the FFTW documentation. On Fri, Jan 24, 2014 at 12:45 PM, Nasi wrote: > Thanks! > > with doxygen docs do you mean these: > http://gnuradio.org/doc/doxygen/classgr_1_1fft_1_1fft__complex.html ? > this redundant information is hopeless... > > Do you know any normal good mature documentation?

Re: [Discuss-gnuradio] Install: qa_volk_test_all fails on armv7

2014-01-14 Thread Vanush Vaswani
Check that you are powered from 5V, otherwise BBB runs at 300 MHz. On Wed, Jan 15, 2014 at 10:27 AM, Ken Adams wrote: > Has there been any progress on this bug? > Would this effect performance enough to cause The under run uUuUuU at 250k > sample rate on a beaglebone black (1ghz arm v7- nothing r

Re: [Discuss-gnuradio] GNURadio on Zync: thanks for the excellent tutorial

2013-12-27 Thread Vanush Vaswani
Is there any difference in using this stack compared to say, the Ubuntu distribution available on www.armhf.com, and compiling gnuradio from source? Vanush On Fri, Dec 27, 2013 at 2:31 AM, Philip Balister wrote: > On 12/26/2013 02:28 AM, Jean-Michel FRIEDT wrote: >> I have used the opportunity o

Re: [Discuss-gnuradio] [User Experience] Hangout Thursday

2013-11-14 Thread Vanush Vaswani
I just wanted to say, that I thought this is a great example of a FOSS project site. http://ardour.org/ For new users, the abilities of the project is made clear. The current gnuradio content could be migrated to the 'Community' sub section. One difference is that gnuradio is theoretically an API

Re: [Discuss-gnuradio] BPSK receiver issue / message passing

2013-11-06 Thread Vanush Vaswani
, the memcpy seems to cause my flowgraph to crash. Any tips? On Wed, Nov 6, 2013 at 1:42 AM, Tom Rondeau wrote: > On Mon, Nov 4, 2013 at 10:25 AM, Vanush Vaswani wrote: >> Hi all, >> >> I am using GR 3.6.5.1 to receive BPSK modulated data from a third >> party RF chip / mic

[Discuss-gnuradio] BPSK receiver issue

2013-11-04 Thread Vanush Vaswani
Hi all, I am using GR 3.6.5.1 to receive BPSK modulated data from a third party RF chip / microcontroller combination and am having a strange experience. I am implementing a very simple protocol by constantly transmitting 0x7E constantly and then ASCII data triggered by a serial connection to the

Re: [Discuss-gnuradio] GnuRadio in particle accelerators

2013-10-24 Thread Vanush Vaswani
OT but has anyone used GNURadio for music production? On Thu, Oct 24, 2013 at 10:54 PM, Aylons Hazzud wrote: > 2013/10/23 M Dammer : >> I have no answer here. But talking about Gnuradio and nuclear physics I >> want to add my idea to your question: >> Would it be possible to use Gnuradio in a (ho

Re: [Discuss-gnuradio] cgran is weird

2013-10-21 Thread Vanush Vaswani
It would be good to have a list of up to date modules. On Tue, Oct 22, 2013 at 2:58 PM, George Nychis wrote: > CGRAN founder, here! > > Like Marcus said, it's just out of date code and instructions. This is bound > to happen with the majority of projects over time. But, the benefit to > anyone is

[Discuss-gnuradio] Error using Packet Decoder block in 3.7

2013-09-20 Thread Vanush Vaswani
The following error is thrown when trying to run dpsk_loopback.py in gr digital examples. File "/usr/local/lib/python2.7/dist-packages/grc_gnuradio/blks2/packet.py", line 243, in recv_pkt msg = blocks.message_from_string(payload, 0, self._item_size_out, AttributeError: 'module' object has no

Re: [Discuss-gnuradio] How to use USRP to detect and collect weak satellite signals

2013-09-04 Thread Vanush Vaswani
http://en.wikipedia.org/wiki/SiRF On Wed, Sep 4, 2013 at 11:14 PM, Sylvain Munaut <246...@gmail.com> wrote: > On Wed, Sep 4, 2013 at 2:54 PM, Vanush Vaswani wrote: > > What is the difference between the receiver tech in something like a CSR > > chip vs USRP? > &

Re: [Discuss-gnuradio] How to use USRP to detect and collect weak satellite signals

2013-09-04 Thread Vanush Vaswani
What is the difference between the receiver tech in something like a CSR chip vs USRP? On Wed, Sep 4, 2013 at 9:25 PM, Ralph A. Schmid, dk5ras wrote: > > I've actually seen it without de-spreading during a presentation > recently. Of > > course it had been received with a 25 m dish or so :) > >

Re: [Discuss-gnuradio] Comparison of new USRP, HackRF and bladeRF

2013-08-22 Thread Vanush Vaswani
This is brilliant. I'm trying to decide between bladeRF and USRP B200. USRP B200 is $895 AUD for for me, whereas bladeRF is $100 less. However, my suspicion is that driver support is far better for USRP. So confused On Fri, Aug 23, 2013 at 1:19 PM, Taylor Killian wrote: > Hello, > > I've spent

Re: [Discuss-gnuradio] Processing multiple signals off single source block

2013-08-21 Thread Vanush Vaswani
Mike, does this work with the Funcube Dongle Pro+? On Thu, Aug 22, 2013 at 4:39 AM, Mike Jameson wrote: > Hi Luke, > > I've found using the FFT blocks are the most cpu efficient way to extract > a channel from the whole 20MHz of the HackRF. Have a look at my latest > Scanoo release built in

Re: [Discuss-gnuradio] Streaming Funcube Dongle Pro+ over UDP

2013-08-11 Thread Vanush Vaswani
the > infinite acceptance of latency; not so much for your fifos. They start > blocking when you ram+swap is used up... > > Greetings > Marcus > > > On 08/10/2013 03:15 AM, Vanush Vaswani wrote: > > Iain, thanks for that. Will be helpful in my gnuradio pursuits. &g

Re: [Discuss-gnuradio] Streaming Funcube Dongle Pro+ over UDP

2013-08-09 Thread Vanush Vaswani
Iain, thanks for that. Will be helpful in my gnuradio pursuits. I think the TCP blocks should be definitely be decoupled from GRC... With regards to my problem, I tried the ncat/fifo approach, and it works acceptably. Using TCP, I get a few overflows on the sender (beaglebone) as expected due to

Re: [Discuss-gnuradio] Streaming Funcube Dongle Pro+ over UDP

2013-08-09 Thread Vanush Vaswani
gt; Am 09.08.2013 19:33, schrieb Vanush Vaswani: > > Hi, > > It doesn't help, I still consistently drop samples. > > I tried increasing the buffer size in udp_source_impl.cc. I can record to > .wav perfectly for about two minutes before the flow graph suddenly exits > wit

Re: [Discuss-gnuradio] Streaming Funcube Dongle Pro+ over UDP

2013-08-09 Thread Vanush Vaswani
file is full of skips, yet both flowgraphs are running at the same rate? On Fri, Aug 9, 2013 at 10:37 AM, Iain Young, G7III wrote: > On 09/08/13 00:22, Vanush Vaswani wrote: > >> Hi, >> >> If i add a rational resampler to match the audio rate before the UDP >> sink, I ca

Re: [Discuss-gnuradio] Streaming Funcube Dongle Pro+ over UDP

2013-08-08 Thread Vanush Vaswani
, but I guess if you get a computer that fast, it might > be the end of everything.) > > 08.08.2013 20:18 Vanush Vaswani: >> Ok, >> >> would a faster computer help? I am running the receiver on a 2008 Macbook >> air, might be a bit slow for modern standard

Re: [Discuss-gnuradio] Streaming Funcube Dongle Pro+ over UDP

2013-08-08 Thread Vanush Vaswani
Different parts of the flow graph can have different sample rates. >> >> You need to use the rational resampler so it's output matches what >> your soundcard expects. >> >> You may also need a complex to real somewhere. There are plenty of >> examples for a FM recei

Re: [Discuss-gnuradio] Streaming Funcube Dongle Pro+ over UDP

2013-08-08 Thread Vanush Vaswani
's output matches what > your soundcard expects. > > You may also need a complex to real somewhere. There are plenty of > examples for a FM receiver on the web. > > > Best Regards > > Iain > > > On 08/08/13 16:56, Vanush Vaswani wrote: > >> How can

Re: [Discuss-gnuradio] question about overruns with simple flowgraph

2013-08-08 Thread Vanush Vaswani
Has there been any effort in using PTP to solve the two-clock problem (like Audinate's Dante)? On Wed, Aug 7, 2013 at 11:15 AM, Marcus D. Leech wrote: > On 08/06/2013 09:07 PM, Stephen wrote: > >> I tend to use the fractional interpolator--you can get exact rate >>> matching that way. It doesn'

Re: [Discuss-gnuradio] Streaming Funcube Dongle Pro+ over UDP

2013-08-08 Thread Vanush Vaswani
set sampling rate 192000 on both ends? Post your grc files. > > On Thu, 8 Aug 2013 14:09:42 +1000 > Vanush Vaswani wrote: > > > Hi there, > > > > I'm trying to stream the FCDPP over UDP to a another computer > > The setup is as follows > > > > FCDPP

[Discuss-gnuradio] Streaming Funcube Dongle Pro+ over UDP

2013-08-07 Thread Vanush Vaswani
Hi there, I'm trying to stream the FCDPP over UDP to a another computer The setup is as follows FCDPP Source -> UDP Sink For the receiver, UDP Source -> LPF -> Quadrature demod -> FM Deemph -> LPF -> Audio sink Unfortunately, when I run the flowgraph on the receiver end, I only hear a bunch of

Re: [Discuss-gnuradio] A new SDR on Kickstarter

2013-08-03 Thread Vanush Vaswani
When can you ship to Australia? We are interested in purchasing for university SATCOM project. Regards, Vanush On Sun, Aug 4, 2013 at 4:57 AM, Michael Ossmann wrote: > The maximum output power varies by frequency. See: > > https://github.com/mossmann/hackrf/wiki/Jawbreaker#transmit-power > > >

[Discuss-gnuradio] Streaming audio through internet

2013-07-24 Thread Vanush Vaswani
Hello, I would like to stream demodulated audio through GNU Radio to the internet The way I want to achieve this is follows. 1. Create virtual sound card available as audio sink, connect some source (e.g. sine wave) 2. Use VLC streamer to capture audio and stream device through RTSP So far, I h