Re: Add tags without copying samples?

2022-03-01 Thread Thomas Lorblanchès
essentially nothing if it doesn't itself care for the tags. On 25.02.22 21:55, Marcus Müller wrote: > Hi Thomas, > > sadly, within the GNU Radio 3.x framework, this isn't possible. > > There's one possible "lower effort" solution. Assume you have this > &g

Add tags without copying samples?

2022-02-25 Thread Thomas Lorblanchès
completly useless on an algorithmic point of view. Is there a clever way to add tags without copying the samples? Thanks for your answers. Thomas

Overflows "O" messages with USRP X300

2022-02-23 Thread Thomas Lorblanchès
ot;O"s (i.e. the device's internal buffers become full) with this setup? Thanks for your answers. Thomas

Re: High sample rate freeze (Manjaro/Arch problem?)

2021-04-03 Thread Thomas Lavarenne
issue, but that's another issue). Okay, maybe I'll come later here with another topic about installing gr-ieee802-11 :) Thank you, Best regards, Thomas Le ven. 2 avr. 2021 à 22:34, Ryan Volz a écrit : > Hi, > > This looks like a bug in UHD 4.0.0.0 that has been fixed but not yet &

High sample rate freeze (Manjaro/Arch problem?)

2021-04-02 Thread Thomas Lavarenne
te 20.00 MHz... [INFO] [B200] Actually got clock rate 20.00 MHz. [INFO] [MULTI_USRP] 1) catch time transition at pps edge [INFO] [MULTI_USRP] 2) set times next pps (synchronously) O >>> Done Thank you for the attention given to my problem, Thomas

Problems with the constellation decoder block

2020-10-19 Thread Thomas Lorblanchès
decoder block works? Thanks for your help. Regards, Thomas

gnuradio companion error

2020-09-20 Thread Thomas
Hi guys just trying to get set up with gr, my companion was working before but next time I opened and thereafter when I went to open I have been getting this error I have removed and purged a bunch of times already and still no fix, anyone seen this before and know what the problem is?

Re: volk and alignment

2020-07-08 Thread thomas
the right types to use) Not very nice with two mod ops per time this is needed, though. For the PR linked to this would happen every sample. Another option is a thread-local stack, which would make allocs/deallocs very cheap. Assuming all use cases of this would be for local variables. --

volk and alignment

2020-07-06 Thread Thomas Habets
just have local variable `alignas(64) float tmp;`. -- typedef struct me_s { char name[] = { "Thomas Habets" }; char email[] = { "tho...@habets.se " }; char kernel[]= { "Linux" }; char *pgpKey[] = { "http://www.habets.pp.se/pubkey.txt; };

How do I best benchmark GNU Radio blocks?

2020-06-09 Thread thomas
name[] = { "Thomas Habets" }; char email[] = { "tho...@habets.se" }; char kernel[]= { "Linux" }; char *pgpKey[] = { "http://www.habets.pp.se/pubkey.txt; }; char pgp[] = { "9907 8698 8A24 F52F 1C2E 87F6 39A4 9EEA 46

Modify block's code to get a new one with more output ports

2020-03-29 Thread Thomas Kolokas
https://github.com/tom-kl/gnuradio/blob/master/alamouti_ofdm_rx_impl.cc Hello all, I have found this code for a gnuradio block with three input and two output ports simulating the alamouti decode stage for an ofdm system. Inside the code the channel state (hestimate) is also calculated. I'm not

Modify an existing block to a new one with more output ports

2020-03-29 Thread Thomas Kolokas
https://github.com/tom-kl/gnuradio/blob/master/alamouti_decode_cc_impl.cc Hello all, I have found this code for a gnuradio block with one input and two output ports simulating the alamouti decode stage for an ofdm system. Inside the code the channel state (h00,h01,h10,h11) is also calculated.

Templatize blocks to increase performance

2020-03-15 Thread thomas
s/gnuradio/commit/fa1bbccfa6bab21f2e8c21af1e3f33b94bba4528 https://github.com/ThomasHabets/gnuradio/commit/7e0cb2b8263b7890a4307724ac5e6386fb175b32 Branch: https://github.com/ThomasHabets/gnuradio/tree/costas-template -- typedef struct me_s { char name[] = { "Thomas Habets&q

Re: GNU Radio ABI guarantees

2020-01-21 Thread thomas
Great, thanks! I think this GREP should all be done on a second digit change, so when I have some more time I'll update it accordingly. On Tue, 21 Jan 2020 10:12:46 +, "Müller, Marcus (CEL)" said: > Hi Thomas, > > as Nate wrote: we guarantee ABI compatibility betwe

GNU Radio ABI guarantees

2020-01-20 Thread Thomas Habets
-- typedef struct me_s { char name[] = { "Thomas Habets" }; char email[] = { "tho...@habets.se " }; char kernel[]= { "Linux" }; char *pgpKey[] = { "http://www.habets.pp.se/pubkey.txt; }; char pgp[] = { "9907 8698 8A24 F52F 1C2E 87

Re: [Discuss-gnuradio] Regarding correlate access code-tag block

2019-01-07 Thread Thomas Lavarenne
Oh, it is "File Sink" not "Tagged file sink", didn't see sorry. Le mar. 8 janv. 2019 à 08:20, Thomas Lavarenne a écrit : > > > Hi, > > But, the issue is that correlate access code-tag block is not working and >> producing tags, so that my outp

Re: [Discuss-gnuradio] Regarding correlate access code-tag block

2019-01-07 Thread Thomas Lavarenne
quot; (with value: True) to trigger the saving of the data. Best regards, Thomas ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >

Re: [Discuss-gnuradio] Best in-tree blocks for clock recovery of 8FSK

2018-04-03 Thread Thomas Habets
and pulses. > > -Andy > -- typedef struct me_s { char name[] = { "Thomas Habets" }; char email[] = { "tho...@habets.se <tho...@habets.pp.se>" }; char kernel[]= { "Linux" }; char *pgpKey[] = { "http://www.habets.pp.se/pubke

Re: [Discuss-gnuradio] Best in-tree blocks for clock recovery of 8FSK

2018-04-02 Thread Thomas Habets
i, > > Why is the M algorithm discouraged? > I use successfully both in FSK and PSK demodulators. It seems to perform > fine. > > Regards, > Adrian > > > On April 2, 2018 8:48:00 AM UTC, Thomas Habets <tho...@habets.se> wrote: >> >> Hi. >> &

Re: [Discuss-gnuradio] Best in-tree blocks for clock recovery of 8FSK

2018-04-02 Thread Thomas Habets
t; shifts. You could do some of this in GR, but syncing to the signal would be >> hard because you would miss a few transitions trying to get synced. >> >> On 04/02/2018 04:48 AM, Thomas Habets wrote: >> >>> Hi. >>> >>> As an experiment I'm trying to dec

Re: [Discuss-gnuradio] Best in-tree blocks for clock recovery of 8FSK

2018-04-02 Thread Thomas Habets
April 2018 at 10:41, Marcus Müller <muel...@kit.edu> wrote: > Hi Thomas, > This is a very nice demodulation! Congratulations! > > Regarding frequency sync: I count roughly 80 bits in your packet. Is there > some synchronization preamble perhaps in the beginning, where the quad

[Discuss-gnuradio] Best in-tree blocks for clock recovery of 8FSK

2018-04-02 Thread Thomas Habets
https://www.youtube.com/watch?v=rQkBDMeODHc which I turned into https://github.com/ThomasHabets/radiostuff/blob/master/ gr-habets/python/magic_decoder.py -- typedef struct me_s { char name[] = { "Thomas Habets" }; char email[] = { "tho...@habets.se <tho...@habets.pp.se>&quo

Re: [Discuss-gnuradio] How to change center frequency automatically in rx usrp?

2017-06-13 Thread Lambertz, Thomas
_tags.html That would require a sync-block which just hands the samples along and tags accordingly. Best Regards, Thomas sweep_test.grc Description: sweep_test.grc ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.o

Re: [Discuss-gnuradio] Embedded GR-IEEE802-11

2017-05-03 Thread Thomas Wilkinson
proposing. In this case silence is not affirmation. I'm not being critical of the community, I take the lack of a response as an answer to my question. On Wed, May 3, 2017 at 11:49 AM, Marcus Müller <marcus.muel...@ettus.com> wrote: > Hi Tom, > > On 05/03/2017 05:21 PM, Thomas Wi

Re: [Discuss-gnuradio] Embedded GR-IEEE802-11

2017-05-03 Thread Thomas Wilkinson
ples needing processing per second, so it totally does not > work", or "my computer is fast enough, it reliably works in all modes". > > Best regards, > > Marcus > > On 14.04.2017 18:58, Thomas Wilkinson wrote: > > Just wanted to push this inquiry back to

Re: [Discuss-gnuradio] Embedded GR-IEEE802-11

2017-04-14 Thread Thomas Wilkinson
Just wanted to push this inquiry back to the surface: Is anyone aware of GR-IEEE802-11 having been implemented with an embedded system? If so, what is the maximum data rate achieved? Thanks, Tom On Wed, Apr 12, 2017 at 3:22 PM, Thomas Wilkinson <tbwil...@ncsu.edu> wrote: > Is any

[Discuss-gnuradio] Embedded GR-IEEE802-11

2017-04-12 Thread Thomas Wilkinson
Is anyone aware of GR-IEEE802-11 having been implemented with an embedded system? If so, what is the maximum data rate achieved? Thanks, Tom ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] OFDM/GR-IEEE802-11

2017-03-31 Thread Thomas Wilkinson
Understood. Thanks! On Fri, Mar 31, 2017 at 2:32 PM, Marcus Müller <marcus.muel...@ettus.com> wrote: > Depends on where you are. But usually, no. > > On 31.03.2017 19:54, Thomas Wilkinson wrote: > > Legally, I can perform tests within ISM bands. Correct? > > On F

Re: [Discuss-gnuradio] OFDM/GR-IEEE802-11

2017-03-31 Thread Thomas Wilkinson
> On 03/30/2017 09:52 AM, Thomas Wilkinson wrote: > > > > Please forgive me as I am new to SDRs and DSP. > > > > I am interested in development of a radio link using two B210s and > > GR-IEEE802-11. However, I would like for this link to operate at any > &g

[Discuss-gnuradio] OFDM/GR-IEEE802-11

2017-03-30 Thread Thomas Wilkinson
Please forgive me as I am new to SDRs and DSP. I am interested in development of a radio link using two B210s and GR-IEEE802-11. However, I would like for this link to operate at any frequency. I am interested in a robust waveform with minimum of 11MBPS throughput, which is why I am interested

Re: [Discuss-gnuradio] GRC flow graph taking longer than I think it should

2017-03-06 Thread Thomas Wright
wrote: > On 03/06/2017 08:27 AM, Thomas Wright wrote: > > Hi all, > > I have a simple flowgraph: > > usrp n210 -> low pass filter -> stream to vector decimator -> msg queue > sink > > with important parameters: > sample rate = .195312 MSps > vector length

[Discuss-gnuradio] GRC flow graph taking longer than I think it should

2017-03-06 Thread Thomas Wright
Hi all, I have a simple flowgraph: usrp n210 -> low pass filter -> stream to vector decimator -> msg queue sink with important parameters: sample rate = .195312 MSps vector length = 128 decimation rate = 16 msg queue length = 1 and my application is trying to capture samples of a given signal

[Discuss-gnuradio] uhd newbee problem with B200+TCXO

2014-12-27 Thread Thomas Early
I have a new ettus B200 with TCXO (no antenna) plugged into my ZOTAC ZBOX USB3 port running Debian 7.7. I recently built gnuradio with the build-gnuradio script. I was trying to build a broadcast FM radio receiver from available examples and was having some problems, so I created a simple flow

Re: [Discuss-gnuradio] trouble reexecuting a microphone audio source

2014-12-11 Thread Thomas Early
was doing it the wrong way for quite some time and that caused issues with hardware access. Lou Thomas Early wrote I'm just getting started with grc but I am having problems already. I have a simple flow graph: an audio source with a device name hw:1,0 connected to a WX scope sink

[Discuss-gnuradio] trouble reexecuting a microphone audio source

2014-12-09 Thread Thomas Early
I'm just getting started with grc but I am having problems already. I have a simple flow graph: an audio source with a device name hw:1,0 connected to a WX scope sink. hw:1,0 is my Logitech headset according to 'arecord -l'. The first time i run my flow graph after booting up, it works fine.

[Discuss-gnuradio] fcdproplus (Funcube Pro Plus) Module?

2014-08-18 Thread Thomas M. Alldread
Greetings Marcus, Thank you for your prompt response and assistance! Once I knew that it was looking for a software module I realized I probably specified the wrong location for the fcdproplus module installation. The instructions on GitHub state to specify the path where gnu

[Discuss-gnuradio] fcdproplus (Funcube Pro Plus) Module?

2014-08-17 Thread Thomas M. Alldread
Greetings, My platform is the Mint 13 distribution of Linux which is based on Ubuntu 12.04. I have been struggling with gnuradio trying to get it to work with my FuncubeProPlus dongle for which I have installed the latest fcdproplus package a couple of times. The example application

Re: [Discuss-gnuradio] GR 3.4.2 sdcc issue...

2013-07-26 Thread Thomas Tsou
On Thu, Jul 25, 2013 at 6:42 AM, Ralph A. Schmid, dk5ras ra...@schmid.xxx wrote: To get OpenBTS up and running together with the USRP1 I need gnuradio 3.4.2. These instructions here http://gnuradio.org/redmine/projects/gnuradio/wiki/UsingLibusrpWith3_5 are a good way to go, did this several

Re: [Discuss-gnuradio] 3.7.0building problem on RHEL6.0

2013-07-24 Thread Thomas Tsou
is older than 5.2.0. Part of the QwtScaleDiv interface was changed between 5.1.1 and 5.2.0 - just a rename actually. lBound -- lowerBound hBound -- upperBound You can either update your version of qwt or rename the non-existent calls to the older interface. Thomas

Re: [Discuss-gnuradio] gnuradio on ARM

2013-03-24 Thread Thomas Tsou
On Sat, Mar 23, 2013 at 5:36 PM, Sid Boyce g3...@blueyonder.co.uk wrote: I don't know if anyone has attempted it but I thought I'd have a go on Ubuntu 12.10 on an ODROID-X. Main problem it reports is a known bad version of boost that prohibits it building gnuradio-core and other components. I

Re: [Discuss-gnuradio] Raspberry Pi Activity?

2013-01-17 Thread Thomas Tsou
like Volk could take advantage of it as well. Access issues aside, that is the way the Raspberry Pi should be used. The big, powerful GPU is the exciting part and there just happens to be a usable ARM processor attached on the side. Thomas

Re: [Discuss-gnuradio] Question about OpenBTS

2012-06-04 Thread Thomas Tsou
-users_lists.ettus.com Thomas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] UHD with libusrp ?

2012-05-02 Thread Thomas Tsou
, with libusrp no longer being supported by GNURadio, the OpenBTS mailing list may be a better place to ask questions. http://sourceforge.net/mail/?group_id=230904 Thomas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org

Re: [Discuss-gnuradio] openLTE annoucement

2012-05-02 Thread Thomas Tsou
On Wed, May 2, 2012 at 8:18 AM, Ben Wojtowicz bwojt...@gmail.com wrote: Thomas, Thanks for giving it a try!!  If you get me your VZW recording, I can take a closer look to see what is going wrong with the SIB decoding. I'll try to post some captures by the end of the week. I should mention

Re: [Discuss-gnuradio] openLTE annoucement

2012-05-01 Thread Thomas Tsou
with a discone antenna near the window, but the CRC check on the DCI never clears. I'll play with it some more when I have some free time (unfortunately not in the near future). Really cool stuff though. Thomas ___ Discuss-gnuradio mailing list Discuss

Re: [Discuss-gnuradio] digital_correlate_access_code_bb

2012-04-07 Thread Thomas Tsou
was committed almost 6 years ago - into CVS - and has not changed since. Like many things, I'm sure it seemed like a much better idea at the time. Thomas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo

Re: [Discuss-gnuradio] usrp_spectrum_sense.py segmentation fault problem

2011-12-20 Thread Thomas Tsou
(gr.feval_dd): @@ -306,6 +310,9 @@ def main_loop(tb): if __name__ == '__main__': +t = ThreadClass() +t.start() + tb = my_top_block() try: tb.start() # start executing flow graph in another thread... Thomas

Re: [Discuss-gnuradio] A function named usb_control_msg

2011-11-29 Thread Thomas Tsou
for libusb-0.1. http://libusb.sourceforge.net/doc/function.usbcontrolmsg.html Thomas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] USRP purchasing recommendation

2011-11-04 Thread Thomas Tsou
not for the aforementioned ZigBee implementation. So, which one should I buy? N200 or E100 Series? Which Model? That depends on your specific objectives. What are your primary concerns? Lowest price? Largest Bandwidth? Embedded form factor? Thomas ___ Discuss

Re: [Discuss-gnuradio] A wrong power adapter connected to USRP and now it doesn't work (LED doesn't blink)

2011-11-03 Thread Thomas Tsou
that there must be a fuse that is replaceable or some sort of mechanism to prevent the USRP from being fried. Any help will be greatly appreciated. Do the LED's work? If not, check the fuse on F501. Thomas ___ Discuss-gnuradio mailing list Discuss

Re: [Discuss-gnuradio] uhd_fft.py returns Segmentation fault

2011-10-29 Thread Thomas Tsou
you import the gnuradio python module? A similar, more detailed report was posted a few weeks ago. http://osdir.com/ml/discuss-gnuradio-gnu/2011-10/msg00227.html Thomas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org

Re: [Discuss-gnuradio] raw input data for those without hardware

2011-08-07 Thread Thomas Tsou
had uploaded some dumps of various things, but perhaps I'm wrong. You might find something useful on CRAWDAD. Most of the datasets are for higher layers, but there appears to be sample data in the RF section. http://crawdad.cs.dartmouth.edu/ Thomas

Re: [Discuss-gnuradio] LTE LTE-Advanced using GNU Radio

2011-08-03 Thread Thomas Tsou
contact information for the administrator or anything on getting access. Do you know where I can find that information? Thomas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] High Data rate File Sink dropped data

2011-08-01 Thread Jason Thomas
I am trying to record data directly from a UDP stream to file. I have four channels at 1.2MHz sample rate the code is below. Basically it opens a UDP source and connects to a file sink. However, It is losing data when writing to the file. If I stream a signal with a one second burst the spacing is

Re: [Discuss-gnuradio] Running Ubuntu 11.04 AMD64; Getting crazy latency results, about 20ms

2011-07-27 Thread Thomas Tsou
management is up to. Thomas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Performance on ARM Cortex-A8

2011-07-20 Thread Thomas Tsou
4.1497 libm-2.12.2.so__ieee754_rem_pio2f Thomas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Performance on ARM Cortex-A8

2011-07-15 Thread Thomas Tsou
largely comes from floating point math performance, though that's a vague and not particularly useful conclusion. OProfile report: http://ttsou.github.com/gnuradio/dab_demod_oprof.txt OProfile report with symbols: http://ttsou.github.com/gnuradio/dab_demod_symbols.txt Thomas Profiling

Re: [Discuss-gnuradio] Performance on ARM Cortex-A8

2011-07-15 Thread Thomas Tsou
the generation of code using hardware floating-point instructions, but still uses the soft-float calling conventions. Use -mfloat-abi=softfp with the appropriate -mfpu option to allow the compiler to generate code that makes use of the hardware floating-point capabilities for these CPUs. Thomas

Re: [Discuss-gnuradio] Unable to open USRP-E100

2011-06-28 Thread Thomas Tsou
On Tue, Jun 28, 2011 at 2:57 PM, Praveen Vikram praveen.bou...@gmail.com wrote: Thanks Josh and Thomas, I followed the current instructions on the wiki and updated the kernel modules (for my current 2.6.35 kernel). Now I'am able to run uhd_usrp_probe with this image http://www.ettus.com

Re: [Discuss-gnuradio] Four Oh Four! gnuradio.org again...

2011-06-22 Thread Thomas Tsou
propagate, is it possible to add redirects in the meantime? Thomas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] using fftw for neon with gnuradio

2011-06-22 Thread Thomas Tsou
On Wed, Jun 22, 2011 at 2:13 PM, Philip Balister phi...@balister.org wrote: Did you rerun configure adding -fPIC to CFLAGS? I ddi get the library to build as a shared library. That worked for me. Thomas ___ Discuss-gnuradio mailing list Discuss

Re: [Discuss-gnuradio] GSM not detecting station, USRP1, FA-SY1, WBX, DBS

2011-06-07 Thread Thomas Tsou
(This is the last I used, but I tried several other configs) Nothing wrong here. I would be glad if somebody had an idea where I could look next. http://gnuradio.org/redmine/wiki/1/OpenBTSUHD http://lists.sourceforge.net/lists/listinfo/openbts-discuss Thomas

[Discuss-gnuradio] using custom signal processing module

2011-06-06 Thread Thomas H Kim
import error saying there is no such as module. Is there anything like Python configuration file which contains all paths to Python module? If so, what do I need to modify? Your help will be appreciated. Thanks, Thomas ___ Discuss-gnuradio mailing

[Discuss-gnuradio] How do I properly disable/enable the WBX receiver with UHD?

2011-06-03 Thread Thomas Arcuri
I am testing the tunnel.py program on a USRP1 w/ WBX dboard and UHD. My goal is to disable to receiver while I am transmitting, and then re-enable it once I'm done. I looked at db_wbx_common.cpp and found the enabler functions. Each of these programs a few GPIO bits. Using that as a guide I was

[Discuss-gnuradio] How is it possible that I receive a packet from the same USRP that transmitted it?

2011-06-01 Thread Thomas Arcuri
Hello all, Currently I am testing a modified version of tunnel.py, but I am seeing some strange results. My modifications were essentially a re-factoring to prepare for future additions, however somehow I was able to receive a transmitted packet on the same USRP that transmitted it. The USRP

Re: [Discuss-gnuradio] libusb1 not the solution to USRP crashing

2011-05-30 Thread Thomas Tsou
to restart after it crashes? Thomas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] fusb: (rd status -2) No such file or directory

2011-05-30 Thread Thomas Tsou
. Please try compiling with the --fusb-tech=libusb1 option and post any error output. It may not solve the problem, but debugging with libusb is simpler than debugging through the kernel. Thomas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] fusb: (rd status -2) No such file or directory

2011-05-30 Thread Thomas Tsou
or directory is a gnuradio error message specific to libusb-0.1. I'm curious about errors being generated by libusb-1.0, which would be more helpful for debugging purposes. When you attempt to reestablish a USB connection after a crash, it tells you something no? or does it silently hang? Thomas

Re: [Discuss-gnuradio] libusb-0.1 versus libusb-1.0

2011-05-27 Thread Thomas Tsou
asynchronous interface is largely modelled after the Linux kernel interface, this layer is thin and the differences are negligible in the most cases. Thomas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo

Re: [Discuss-gnuradio] fusb: (rd status -2) No such file or directory

2011-05-27 Thread Thomas Tsou
and usb plug but it did not help. The error is coming from the kernel. Can you describe your system setup? Thomas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Tunnel.py exception

2011-04-27 Thread Thomas Hauer
Hello William, Hello David, i had this problem too. I changed my tunnel.py to understand mac better into a simple program which sends a packet and when the receiver gets the packet the receiver sends an acknowledge back. After a short time period the exception was thrown. I found out

[Discuss-gnuradio] problem on transmitting signal

2011-04-08 Thread Thomas H Kim
condition it toggles, 2) if it can happen when USRP underrun (uU) occurs 3) if there is a schematic for RFX2400 and usrp1 available? I'm using gnuradio 3.2.2. Thanks, Thomas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org

Re: [Discuss-gnuradio] OpenBTS on USRP E100

2011-04-05 Thread Thomas Tsou
Also, please address OpenBTS questions to the openbts-discuss mailing list. http://sourceforge.net/mail/?group_id=230904 Thomas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] openbts and local gnuradio

2011-03-22 Thread Thomas Tsou
? pkg-config will take care of this for you. Set the PKG_CONFIG_PATH environment variable to point to the directory of the installed usrp.pc file. Thomas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo

[Discuss-gnuradio] UHD Installation- Problem

2011-03-11 Thread Thomas Hauer
and the error output. Do you know the problem? Which one are the possible error causes? Thank you Thomas Installation gnuradio with UHD UHD Version: Name: UHD Description: Ettus Research - Universal Hardware Driver Requires: Version: 003.20110307152328.1 Libs: -L${libdir} -luhd Cflags: -I${includedir

[Discuss-gnuradio] Best way to implement RX/TX cycle with a single WBX dboard?

2011-03-09 Thread Thomas Arcuri
I am trying to implement a simple RX/TX cycle with a single WBX dboard in order to sense and transmit. I want to sense for a short period, then transmit data, and then repeat. This is going to happen at the same frequency however, so I need to eliminate interference from the TX when I am sensing.

Re: [Discuss-gnuradio] UHD Driver in E100/Beagleboard

2011-03-03 Thread Thomas Tsou
is the version info printed when I run the flowgraph: linux; GNU C++ version 4.5.3 20110214 (prerelease); Boost_104500; UHD_0001.20110224034946. On the E100: linux; GNU C++ version 4.5.2 20101204 (prerelease); Boost_104100; UHD_003.20110226000831.77641c6 Thomas

[Discuss-gnuradio] Re: [USRP-users] UHD Announcement - February 25rd 2011

2011-03-01 Thread Thomas Tsou
of packet 241 ... Thomas --- host/examples/tx_timed_samples.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/host/examples/tx_timed_samples.cpp b/host/examples/tx_timed_samples.cpp index f10d7e4..1f87ae3 100644 --- a/host/examples/tx_timed_samples.cpp +++ b/host

[Discuss-gnuradio] Re: [USRP-users] UHD Announcement - February 25rd 2011

2011-02-28 Thread Thomas Tsou
); Boost_104100; UHD_003.20110226000831.77641c6 Linux version 2.6.35 (balister@astro) (gcc version 4.5.2 20101026 (prerelease) (GCC) ) #1 PREEMPT Fri Nov 5 08:56:09 PDT 2010 usrp_e100_fpga_compat3_feb_25.bin Thomas ___ Discuss-gnuradio mailing list Discuss

Re: [Discuss-gnuradio] usb errors while stopping flowgraph

2011-02-27 Thread Thomas Tsou
term solution. Thomas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] UHD Driver in E100/Beagleboard

2011-02-27 Thread Thomas Tsou
try out additional things. Perhaps later this week... Thomas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] FX2 Controller/ GPIF questions

2011-02-16 Thread Thomas Tsou
. FIFO buffers in both directions allow for full duplex operation. There's a good summary of the main run loop on the wiki page. http://gnuradio.org/redmine/wiki/1/UsrpFAQFX2 Thomas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http

[Discuss-gnuradio] Re-Occurrence of bug #199 in code based on gr_bin_statistics_f

2011-02-08 Thread Thomas Arcuri
Hello all, It looks as though I have uncovered GNU Radio bug #199 in one of my programs. I used gr_bin_statistics_f as a template and designed a new block which uses the same method to callback to Python code and retune the USRP. http://gnuradio.org/redmine/issues/show/199 Now, I could get into

[Discuss-gnuradio] Timestamp Error on Receive

2011-01-21 Thread Thomas Tsou
reproduces the issue. Thoughts? Thanks. Thomas

[Discuss-gnuradio] Benchmark scripts

2011-01-10 Thread Thomas H Kim
, what extra step is necessary? Thanks, Thomas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] benchmark_rx result is odd!

2010-12-21 Thread Thomas H Kim
as MIMO system, I assume having two daughter boards is allowed. Does anyone have any clue? Thanks, Thomas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] USRP failed to tune?

2010-12-21 Thread Thomas H Kim
I have two USRP1 boxes and four RFX2400 daughter cards. It looks that one of the two USRP1 box does not recognize three of four daughter cards. I pluged in the daughter card to a USRP1 one by one and ran benchmarck_tx.py script with the center frequency set to 2.4G. All four daughter cards ran

[Discuss-gnuradio] usrp_source: overrun

2010-12-16 Thread Thomas H Kim
Hello, I was running Hydra MIMO testbench on USRP and got stream of this message: usrp_source: overrun drop 16384 bytes Does anyone know what it means by overrun? Thanks, Thomas From: Josh Blum j...@joshknows.com To: Patrik Eliardsson patrik.eliards...@foi.se Cc: discuss

[Discuss-gnuradio] question on gr_message_sptr class

2010-12-16 Thread Thomas H Kim
Hi all, I wonder if I can access message data of this class? It has to_string() function, but I want to carry some binary data via message. I looked at the documentation, but it did not look like it had any way to pass the data. Thanks, Thomas

Re: [Discuss-gnuradio] Expected behavior during underruns

2010-12-14 Thread Thomas Tsou
shouldn't bother sending a packet if the difference between usrp time and the transmit timestamp is negative or near zero. http://github.com/ttsou/openbts-uhd/blob/master/public-trunk/Transceiver/UHDDevice.cpp Thomas ___ Discuss-gnuradio mailing list

Re: [Discuss-gnuradio] how to see the captured dat file in octave or any other software

2010-12-06 Thread Thomas Hobiger
into a complex vector % % ... some processing here % fclose(fid); Regards, Thomas On 12/07/2010 01:17 AM, abhijeet mate wrote: Hi, I am new to gnu radio and I have a dat file (complex or float) captured from file sink which was directly connected USRP. Can anyone help me with how to see

Re: [Discuss-gnuradio] GRC with two URSP2+DBSRX and UHD

2010-12-01 Thread Thomas Hobiger
and (!) stream the data via a single gigabit Ethernet cable with the current UHD library? This would enable us to place our receivers at arbitrary locations without the need of pulse generators and a 10 MHz reference. Regards, Thomas

Re: [Discuss-gnuradio] Tesla C2000 series and CUDA and Gnu Radio

2010-12-01 Thread Thomas Hobiger
before you can run the IFFTs. For us the GPU is the device which enables our application to run in real-time, which we could hardly achieve with the CPU. But getting the GPU into GNURADIO is another story, I guess... Regards, Thomas On 12/01/2010 03:40 PM, Marcus D. Leech wrote: Is anyone out

Re: [Discuss-gnuradio] GRC with two URSP2+DBSRX and UHD

2010-11-28 Thread Thomas Hobiger
will communicate to the host via ethernet. Do you have any schedule for that development? Does this mean that the data (physically) streams from the slave devices throught the master device before going out through a single ethernet cable? Regards, Thomas

Re: [Discuss-gnuradio] Locking USRP2 to external 10MHz reference in the UHD/GRC universe

2010-11-23 Thread Thomas Hobiger
Hi Josh, Thanks for your hints. It turned out that I had two libuhd.so. One (new one) in /usr/local/lib and one old one in /usr/local/lib64. GRC always loaded the old one which caused the crash. After deleting both and doing a fresh install the problem seems to be solved. Thanks. Thomas

Re: [Discuss-gnuradio] Locking USRP2 to external 10MHz reference in the UHD/GRC universe

2010-11-22 Thread Thomas Hobiger
? Regards, Thomas On 11/22/2010 03:50 PM, Thomas Hobiger wrote: Hi, Thanks for this hint. I seems I had to update my repo to get the latest source which provides provides the ref clock switch. Sorry for taking your time and thanks for the help. Thomas On 11/22/2010 03:04 PM, Josh Blum wrote: http

Re: [Discuss-gnuradio] Locking USRP2 to external 10MHz reference in the UHD/GRC universe

2010-11-21 Thread Thomas Hobiger
? Regards, Thomas On 08/27/2010 01:28 AM, Josh Blum wrote: The locking to external ref in the uhd mimo blocks is automatic. If you are receiving samples, then the individual channels are aligned to their timestamps. Otherwise gnuradio gets a 404 samples not found. You can also see the alignment

Re: [Discuss-gnuradio] Locking USRP2 to external 10MHz reference in the UHD/GRC universe

2010-11-21 Thread Thomas Hobiger
to the code. Regards, Thomas -- ** Dr. Thomas Hobiger Space-Time Measurement Project Space-Time Standards Group New Generation Network Research Center National Institute of Information and Communications Technology

Re: [Discuss-gnuradio] Locking USRP2 to external 10MHz reference in the UHD/GRC universe

2010-11-21 Thread Thomas Hobiger
Hi, Thanks for this hint. I seems I had to update my repo to get the latest source which provides provides the ref clock switch. Sorry for taking your time and thanks for the help. Thomas On 11/22/2010 03:04 PM, Josh Blum wrote: http://gnuradio.org/cgit/gnuradio.git/tree/gr-uhd/grc

Re: [Discuss-gnuradio] Build broken today

2010-11-16 Thread Thomas Tsou
no member named ‘max’ UHDDevice.cpp:260: error: ‘struct uhd::gain_range_t’ has no member named ‘min’ Thomas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

  1   2   3   >