Re: Subject Line Prefix Missing

2019-10-30 Thread Harald Welte
filtering purpose. "List-Id" is AFAICT the most common one, which is also used by GNU mailman. It has been specified in 2001 in RFC2919 http://www.faqs.org/rfcs/rfc2919.html Regards, Harald -- - Harald Welte

[Discuss-gnuradio] UHD / -lboost_system / pkg-config / Debian patch

2019-09-30 Thread Harald Welte
, Harald [1] https://osmocom.org/issues/4182 [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939974 -- - Harald Welte http://laforge.gnumonks.org/ "Privacy in residential applications is a d

Re: [Discuss-gnuradio] TETRA phase adjustment bits

2011-01-03 Thread Harald Welte
additional symbol. Have you looked at this paper? http://wsl.stanford.edu/~ee359/doppler2.pdf I had seen this before, but thanks anyway. I'll follow-up to this group once I'm getting anywhere with my code. -- - Harald Welte lafo...@gnumonks.org http://laforge.gnumonks.org

[Discuss-gnuradio] TETRA phase adjustment bits

2011-01-02 Thread Harald Welte
is appreciated. Regards, Harald -- - Harald Welte lafo...@gnumonks.org http://laforge.gnumonks.org/ Privacy in residential applications is a desirable marketing option

[Discuss-gnuradio] Re: TETRA phase adjustment bits

2011-01-02 Thread Harald Welte
On Sun, Jan 02, 2011 at 09:02:09PM +0100, Harald Welte wrote: So the phase adjustment bits need to be set to the negated sum of the phase shift of two other bits in the burst. sorry, my mistake. This should read: ... the negated sum of the phase shift of two other symbols in the burst

Re: [Discuss-gnuradio] kkGPS update

2010-12-12 Thread Harald Welte
a copy somewhere? I am not really interested in the receiver code, but in the apparently included code to generate (simulate) a GPS signal. Thanks in advance, Harald -- - Harald Welte lafo...@gnumonks.org http://laforge.gnumonks.org

Re: [Discuss-gnuradio] DQPSK Modulation/Demodulation issue

2010-05-03 Thread Harald Welte
understand: yes. Regards, Harald -- - Harald Welte lafo...@gnumonks.org http://laforge.gnumonks.org/ Privacy in residential applications is a desirable marketing option

Re: [Discuss-gnuradio] DQPSK Modulation/Demodulation issue

2010-05-03 Thread Harald Welte
. Right now I unfortunately simply don't have the time to research/investigate this further :/ However, if you do get a working example script or grc graph at some point, please make the effort of publishing/posting it so it can be referenced by others. -- - Harald Welte lafo...@gnumonks.org

Re: [Discuss-gnuradio] RFID receiver

2006-10-24 Thread Harald Welte
working on dedicated (free) hardware for simulating a 14443 (A and B) transponder/smartcard, so we don't have time to put into the sniffing project at the moment. -- - Harald Welte [EMAIL PROTECTED] http://gnumonks.org

Re: [Discuss-gnuradio] RFID receiver

2006-10-23 Thread Harald Welte
) implementation for gnuradio. The biggest challenge is the analog frontend because of the 80dB difference between Tx and Rx. you will probably need two antennas, and switch off / attenuate the Rx path while transmitting. If you have any questions, just ping me. Cheers! -- - Harald Welte [EMAIL

Re: GigE (was Re: [Discuss-gnuradio] DSP based SDR)

2005-06-22 Thread Harald Welte
on in this area (especially since the first results of this work are already merged in recent 2.6.x mainline kernels). Harald, in what way is your experience different? Hope my email clarifies :) -- - Harald Welte [EMAIL PROTECTED] http://gnumonks.org

Re: GigE (was Re: [Discuss-gnuradio] DSP based SDR)

2005-06-09 Thread Harald Welte
to help with 1394, at least on the host (-driver) side [as I don't have any FPGA/veriog/vhdl skills]. -- - Harald Welte [EMAIL PROTECTED] http://gnumonks.org/ Privacy in residential applications

GigE (was Re: [Discuss-gnuradio] DSP based SDR)

2005-06-06 Thread Harald Welte
for streaming high-bandwidth data: The dv1394 as used by DV camcorders. It uses isochronous channels on the 1394 bus, and the linux dv1394 driver provides a mmap() interface for receive and send from/to userspace programs. just my two (euro-)cents ;) -- - Harald Welte [EMAIL PROTECTED

[Discuss-gnuradio] mmap()ed USB interface

2005-05-01 Thread Harald Welte
On Sun, May 01, 2005 at 08:27:34PM +0200, Harald Welte wrote: I was also thinking of speeding up the USB data transfers by using a better kernel/userspace interface than libusb (which does copy_{from,to}_user for every URB). Something like a mmap()ed ringbuffer comes to mind, much like

[Discuss-gnuradio] Schematics for tvrx frontend?

2005-04-17 Thread Harald Welte
have 0.9Vpp I and Q output, and I'd like to experiment with creating frontends for them. So to start lazy, I would try basing my frontend on the TVRX schematics :) Cheers, Harald -- - Harald Welte [EMAIL PROTECTED] http://gnumonks.org

Re: [Discuss-gnuradio] failed to find urb in pending_rqsts: (nil)

2005-04-15 Thread Harald Welte
on i386/x86_64. Need to investigate why... btw: My first project for the USRP will be passive sniffing of ISO14443 A/B (the on-the-air protocol used between rfid readers and tags or contactless smartcards). I'll keep you posted on my proceedings. -- - Harald Welte [EMAIL PROTECTED

[Discuss-gnuradio] failed to find urb in pending_rqsts: (nil)

2005-04-14 Thread Harald Welte
::pending_remove: failed to find urb in pending_rqsts: (nil)) = 65 So it seems like the REAPURB ioctl returns a NULL-pointer and aborts. Does anyone have an idea what's going on? -- - Harald Welte [EMAIL PROTECTED] http://gnumonks.org