Re: [Discuss-gnuradio] Not able to find USRP N310 in host mode

2019-10-23 Thread Karthik Vasudeva
50:fa brd ff:ff:ff:ff:ff:ff Karthik On Wed, Oct 23, 2019 at 7:20 PM Marcus D. Leech wrote: > On 10/23/2019 04:56 PM, Karthik Vasudeva wrote: > > Hi All, > > > > We are planning to set up USRP N310 for streaming in host mode using > > SFP0 port. Currently we are n

[Discuss-gnuradio] Not able to find USRP N310 in host mode

2019-10-23 Thread Karthik Vasudeva
: n3xx Please help and let us know if anything is missing. Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Using a custom block

2010-04-12 Thread Karthik
for any help you can provide. Kurt, I think you want to write *from gnuradio* import howto Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Decoding of a transmit signal file from matlab

2010-03-20 Thread Karthik
have loaded variables from .mat files (filter taps etc) previously, but never used them as sources so that part is something you will have test. from gnuradio import gr from scipy.io import loadmat variablelist = loadmat('/path/matfile.mat') var1 = variablelist['var1name'].tolist() Karthik

Re: [Discuss-gnuradio] Multiple Channel USRP Confusion

2010-03-10 Thread Karthik
. Hope that helps. Regards, Karthik On Tue, Mar 9, 2010 at 10:33 PM, dan s dsurfe...@yahoo.com wrote: Hi all, I am looking to simultaneously record two real signals (not with IQ) using a single LFRX daughtercard. How can I do this with GNURadio companion? I have spent a while looking

Re: [Discuss-gnuradio] USB transfers speeds with USRP 1

2009-07-27 Thread Karthik
my etx3 harddisk as ext2. Hope this helps. Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Using GRC

2009-07-24 Thread Karthik
. The wiki index is a useful resource http://gnuradio.org/trac/wiki/TitleIndex Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] gr_fractional_interpolator interpolation ratio

2009-07-22 Thread Karthik
always thought for a block named interpolator a value of interpolation_ratio 1 would be understood as increasing the sampling rate by that factor. Is this not correct? Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org

Re: [Discuss-gnuradio] Sound input using mic / line in problem

2009-07-07 Thread Karthik Vijayraghavan
config.conf file. Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Sound input using mic / line in problem

2009-07-03 Thread Karthik Vijayraghavan
(sample_rate, options.audio_input) File /usr/local/lib/python2.5/site-packages/gnuradio/audio_oss.py, line 299, in source return _audio_oss.source(*args, **kwargs) RuntimeError: audio_oss_source Any ideas of what might be going on? Thanks, Karthik

Re: [Discuss-gnuradio] maximum of bandwidth and negative frequencies

2009-05-29 Thread Karthik
is an example from Matlab http://www.mathworks.com/products/filterdesign/demos.html?file=/products/demos/shipping/filterdesign/ddcfilterchaindemo.html Hope that helps. Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman

Re: [Discuss-gnuradio] Format of captured data

2009-05-28 Thread Karthik
On Wed, May 27, 2009 at 9:18 PM, Firas Abbas firasmail2...@yahoo.com wrote: Hi, On Wed, 5/27/09, Karthik karthik1...@gmail.com wrote: If you use usrp_c() source, then the real part of the complex values are the I values and the imaginary parts are Q values. They are each 16 bits. Karthik

Re: [Discuss-gnuradio] Format of captured data

2009-05-28 Thread Karthik
On Wed, May 27, 2009 at 11:35 PM, Karthik karthik1...@gmail.com wrote: On Wed, May 27, 2009 at 9:18 PM, Firas Abbas firasmail2...@yahoo.com wrote: Hi, On Wed, 5/27/09, Karthik karthik1...@gmail.com wrote: If you use usrp_c() source, then the real part of the complex values are the I

Re: [Discuss-gnuradio] Format of captured data

2009-05-28 Thread Karthik
. Regards, Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Format of captured data

2009-05-27 Thread Karthik
or a sum: (I + Q)? If these are in the form of I0,Q0 ... then how do we keep a track that which one is an I and which one is a Q? If you use usrp_c() source, then the real part of the complex values are the I values and the imaginary parts are Q values. They are each 16 bits. Karthik

[Discuss-gnuradio] Amount of data lost per overrun in USRP1

2009-05-05 Thread Karthik Vijayraghavan
is the amount of data lost per overrun? 2. Is there any way to know where exactly each of the overruns occurred? Thanks Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] GNU Radio 3.2 Release Candidate 2 available for testing

2009-04-20 Thread Karthik
with the bootstrap step? Johnathan Thanks, that worked! Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] grc gr_delay.xml bug

2009-04-20 Thread Karthik Vijayraghavan
Hi, I think the gr_delay.xml should use gr.skiphead(int delay). Right now it uses gr.head(int delay) which just copies delay samples and signals done. Regards, Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org

Re: [Discuss-gnuradio] GNU Radio 3.2 Release Candidate 2 available for testing

2009-04-19 Thread Karthik
On Fri, Apr 17, 2009 at 7:25 PM, Eric Blossom e...@comsec.com wrote: On Fri, Apr 17, 2009 at 07:04:25PM -0700, Karthik wrote: On Tue, Apr 14, 2009 at 3:23 PM, Johnathan Corgan jcor...@corganenterprises.com wrote: GNU Radio 3.2 release candidate 2 is now available for download and testing

Re: [Discuss-gnuradio] GNU Radio 3.2 Release Candidate 2 available for testing

2009-04-17 Thread Karthik
change that I found. The value of len(self.subdev) = 4 in 3.1.3 and =6 in 3.2rc2. Shouldn't this be 4 as it was previously? Regards, Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss

Re: [Discuss-gnuradio] Please help building a signal processing block.

2009-03-29 Thread Karthik
On Sat, Mar 28, 2009 at 9:27 AM, Karthik karthik1...@gmail.com wrote: 2009/3/27 Mikhail Tadjikov mtadji...@ucla.edu Hello, I'm trying to build several signal processing blocks for a project that I'm doing using USRP2. I was going through the examples and sample code along

Re: [Discuss-gnuradio] Please help building a signal processing block.

2009-03-28 Thread Karthik
-write-a-block.html. Also, there is a #endif sitting in the middle of your code, it might be a typo. btw, if you are trying to get moving averages, there is a block already available gr_moving_averages() Karthik ___ Discuss-gnuradio mailing list Discuss

Re: [Discuss-gnuradio] [USRP2]Receiving a DC voltage

2009-03-17 Thread Karthik
://lists.gnu.org/archive/html/discuss-gnuradio/2008-10/msg00465.html Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Re: from a function generator into the LF-RX (maximum load)

2009-02-20 Thread Karthik
). Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Receiving on both sub devices at the same time (LFRX)

2009-02-16 Thread Karthik
,skip_head_0,deinterleaver_usrp) Real [(deinterleaver_usrp,0)] -- SideAA Real [(deinterleaver_usrp,1)] -- SideAB Real [(deinterleaver_usrp,2)] -- SideBA Real [(deinterleaver_usrp,3)] -- SideBB Hope that helps. Karthik ___ Discuss-gnuradio mailing list Discuss

Re: [Discuss-gnuradio] how to generate a periodic pulse

2009-02-12 Thread Karthik
on the length of the sequence and what your interpolation setting is. However, that is something that you can work out. Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] What programs to use to display output from USRP

2009-02-08 Thread Karthik
in matlab or octave. The codes for opening them are gnuradio-core/src/utils directory. Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Exploring the world of GNU

2009-01-28 Thread Karthik
Try the following: usrp_wfm_rcv.py -f 104.5 -O plughw:0,0 Karthik On Wed, Jan 28, 2009 at 3:16 PM, Bari Bari barithegr...@gmail.com wrote: Thanks for ur guadiance I ahave already installed GNUradio on ubuntu 8.1 from Synaptic packages manager but I am not sure either any module or library

Re: [Discuss-gnuradio] Testing USRP

2009-01-14 Thread Karthik
http://gnuradio.org/trac/wiki/Tutorials/WritePythonApplications On Wed, Jan 14, 2009 at 1:24 PM, bari mabrarb...@gmail.com wrote: I have installed gnuradio on ubuntu 8.04. I have to connect usrp with it. can any body tell me about how i test in simple way that it is working.I am new one to

Re: [Discuss-gnuradio] Installing GNU radio

2008-12-16 Thread Karthik Vijayraghavan
gnuradio, http://www.gnu.org/software/gsl/ Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Curious about USRP's durability

2008-11-27 Thread Karthik Vijayraghavan
temperature. I feel unplugging them frequently is a little unpleasant to me and hence this strange question. Your thoughts. Thanks Ali Don't know about others, but I have my usrp on 24x7 for the past 3-4 months and I am yet to see a problem with performance. Karthik

Re: [Discuss-gnuradio] Impedance Issue with the USRP/LFRX

2008-11-20 Thread Karthik Vijayraghavan
generator with a 50ohm output impedance directly to the LFRX or through the opamp buffer and sending in a known voltage. Karthik On Thu, Nov 20, 2008 at 6:17 PM, dan s [EMAIL PROTECTED] wrote: Hi, I'm trying to figure out an impedance problem with my USRP/LFRX system. I am using the LFRX

Re: [Discuss-gnuradio] Questions on writing your own block

2008-11-19 Thread Karthik Vijayraghavan
on other blocks that I have seen shouldn't the word make be present. ju_mpsk_receiver_cc_sptr ju_make_mpsk_receiver_cc (); Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Where to start Beginners question

2008-11-19 Thread Karthik Vijayraghavan
applications - http://gnuradio.org/trac/wiki/Tutorials 2. Available modules from Doxygen generated API - http://gnuradio.org/doc/doxygen/modules.html 3. Reading and writing files - http://gnuradio.org/trac/wiki/Octave You can use the same files and modify a little bit to use with matlab as well Karthik

Re: [Discuss-gnuradio] Accessing data in sink

2008-11-10 Thread Karthik Vijayraghavan
the input without any header, so you can use a function like fopen() and fread() to read the contents of the file. Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] How to store recieved signal (time, voltage) in .txt format

2008-11-07 Thread Karthik Vijayraghavan
in a format that you want. Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Help: How to convert a *.mat file to binary file?

2008-11-07 Thread Karthik Vijayraghavan
manual is your friend. ;) or you can use one of the programs in gnuradio-core/src/utils/write_float_binary.m etc Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] usrp cant be built error while installing gnuradio 3.1.3

2008-10-31 Thread Karthik Vijayraghavan
. If you are using Ubuntu then you can install it from Synaptic. Regards, Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] LFRX not picking up close to DC

2008-10-31 Thread Karthik Vijayraghavan
of all the ADCs. Is this variable offset due to some registers not getting cleared when a program finishes running? Thanks, Karthik After measure the signal offset I adjusted the adc offset from python till the offset went away. When I use something like self.rx_src.set_adc_offset(3,int(273)) I

Re: [Discuss-gnuradio] Error while compiling a processing block

2008-10-31 Thread Karthik Vijayraghavan
GR_SWIG_BLOCK_MAGIC(randsig,source_ff); randsig_source_ff_sptr randsig_make_source_ff(double sampling_freq); class randsig_source_ff : public gr_sync_block { private: public: Whatever you want to access from outside }; Karthik ___ Discuss-gnuradio

Re: [Discuss-gnuradio] Error while compiling a processing block

2008-10-31 Thread Karthik Vijayraghavan
randsig_make_source_ff (double sampling_freq);, and randsig_source_ff (); to randsig_source_ff (double sampling_freq); The same error messages are present. Karthik Vijayraghavan wrote: Did you make the appropriate changes to the .i files ? You also need to include your .h file in Makefile.am if I

[Discuss-gnuradio] LFRX not picking up close to DC

2008-10-29 Thread Karthik Vijayraghavan
hints/directions would be greatly appreciated. I have spent quite a bit of time on this can't figure out the problem. Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] LFRX not picking up close to DC

2008-10-29 Thread Karthik Vijayraghavan
On Wed, Oct 29, 2008 at 3:55 AM, Eric Blossom [EMAIL PROTECTED] wrote: On Wed, Oct 29, 2008 at 03:41:19AM -0700, Karthik Vijayraghavan wrote: I am trying to use the LFRX daughterboard to record very low frequency signals in the range of ~DC to about 10Hz. To test this I hooked up

[Discuss-gnuradio] updating 2D arrays or passing 2D arrays to blocks

2008-10-20 Thread Karthik Vijayraghavan
this ? Alternatively a faster way is to can I create a 2D array in python and pass it by reference to my block, so that the job of updating the 2D array is left to my block. Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http

Re: [Discuss-gnuradio] ImportError: libgnuradio-core.so.0

2008-10-18 Thread Karthik Vijayraghavan
getting better with Linux, but still need 'baby step' instructions. Matt check for the file /sbin/ldconfig. You need to run it as root or administrator. It is possible that OpenSUSE doesn't install the sudo package by default which may be why you are getting the command not found error. Karthik

Re: [Discuss-gnuradio] Error with rev. 9728: libusrp2.so does not exist

2008-10-07 Thread Karthik Vijayraghavan
of gnuradio or boost. All tests passed when I ran make check. Does anyone have any suggestions? Thank you, Kyle try sudo /sbin/ldconfig Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo

[Discuss-gnuradio] Accessing typedefs from python using swig

2008-10-05 Thread Karthik Vijayraghavan
like %{ #include myblock.h #include mytypedefs.h %} But this doesn't seem to help. Any pointer? Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Adding my blocks to GRC

2008-10-05 Thread Karthik Vijayraghavan
Thanks ... that worked! Karthik On Fri, Oct 3, 2008 at 10:25 PM, Josh Blum [EMAIL PROTECTED] wrote: #1st attempt at a guide to this http://gnuradio.org/trac/wiki/GNURadioCompanion#AddingCustomBlocks Karthik Vijayraghavan wrote: I installed gnuradio from the trunk for using grc which

[Discuss-gnuradio] Re: Accessing typedefs from python using swig

2008-10-05 Thread Karthik Vijayraghavan
Explicitly adding the typedef definition to the .i file solved the problem. Karthik On Sun, Oct 5, 2008 at 1:39 AM, Karthik Vijayraghavan [EMAIL PROTECTED] wrote: This is probably more of a swig question. While writing my own block, I have a couple of typedefs which I store in a separate .h

Re: [Discuss-gnuradio] error in ./configure

2008-10-02 Thread Karthik Vijayraghavan
You need to have the dev packages for the dependencies. Do you have them? Karthik On Thu, Oct 2, 2008 at 6:54 PM, Prasant Misra [EMAIL PROTECTED] wrote: I downloaded the tarball gnuradio-3.1.3. When I run the ./configure, I get the error message: configure: error: cannot find usable Python

[Discuss-gnuradio] Adding my blocks to GRC

2008-09-30 Thread Karthik Vijayraghavan
to this? Thanks, Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Re: Dynamically changing parameters of a block

2008-09-28 Thread Karthik Vijayraghavan
On Sun, Sep 28, 2008 at 11:22 AM, Richard Jaeger [EMAIL PROTECTED] wrote: Karthik: Here are some code segments that I borrowed and put together from several of the gnu-radio examples. #Complex Multiply Block self.mc_2 = gr.multiply_const_cc(gain_2) . . #Gain Control Slider myform

[Discuss-gnuradio] Dynamically changing parameters of a block

2008-09-26 Thread Karthik Vijayraghavan
have to somehow destroy or clear the existing block before defining another block with the same name? Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Detecting end of a stream of samples in a block

2008-05-14 Thread Karthik Vijayraghavan
of samples from within the block, so that I can terminate my block when I get that condition. Thanks, Karthik -- www.stanford.edu/~karthikv ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Re: Re: Read samples from two channels and write to file

2008-04-24 Thread Karthik Vijayraghavan
at the top as well. Here is a link to the file that works for me http://www.stanford.edu/~karthikv/multichannel.py Karthik ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Read samples from two channels and write to file

2008-04-23 Thread Karthik Vijayraghavan
, Karthik -- www.stanford.edu/~karthikv ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] USRP and gnuradio as a data acquisition system

2008-02-25 Thread Karthik Vijayraghavan
or is the data written to disk through the USB every time? Thanks! Karthik http://www.stanford.edu/%7Ekarthikv ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Problem: Accessing RX-B of the basic Rx daughterboard

2008-02-11 Thread Karthik Vijayraghavan
Ah this is exactly what I have been grappling with as well. Basically you need to set the MUX _such that_ you can access the two setting simultaneously. If you have the gnuradio source you, look at the file gnuradio-examples/multi-antenna/multi_scope.py For more than one signal, you can no longer

Re: [Discuss-gnuradio] Problem: Accessing RX-B of the basic Rx daughterboard

2008-02-11 Thread Karthik Vijayraghavan
load a special FPGA image file, the details of which are shown in the example. However for getting only 2 signals the standard FGPA config is good enough (there is an earlier post on this somewhere in the archive). Maybe others can correct me if I am wrong. Karthik On Feb 11, 2008 9:05 PM, Jason

[Discuss-gnuradio] Re: How to install python-numpylibboost on Ubuntu system

2008-02-01 Thread Karthik Vijayraghavan
and install the -dev packages for all the dependencies using synaptic. In your case it will be python-numpy-dev and libboost-dev. Hope that helps. Karthik Message: 1 Date: Sat, 2 Feb 2008 01:26:34 +0800 From: JackyYang [EMAIL PROTECTED] Subject: [Discuss-gnuradio]How to install python