Re: [time-nuts] exponential+linear fit

2013-10-07 Thread Ulrich Bangert
Jim,

most if not all fitting strategies make use of an assumption concerning the
underlying model.

For those who are not sure what the underlying model is this one

http://creativemachines.cornell.edu/eureqa

is the hottest tool that I have ever seen. Give it a try.

Best regards

Ulrich

 -Ursprungliche Nachricht-
 Von: time-nuts-boun...@febo.com 
 [mailto:time-nuts-boun...@febo.com] Im Auftrag von Jim Lux
 Gesendet: Freitag, 4. Oktober 2013 19:38
 An: Discussion of precise time and frequency measurement
 Betreff: [time-nuts] exponential+linear fit
 
 
 I'm trying to find a good way to do a combination 
 exponential/linear fit 
 (for baseline removal).  It's modeling phase for a moving 
 source plus a 
 thermal transient, so the underlying physics is the linear term (the 
 phase varies linearly with time, since the velocity is constant) plus 
 the temperature effect.
 
 the general equation is y(t) = k1 + k2*t + k3*exp(k4*t)
 
 Working in matlab/octave, but that's just the tool, I'm 
 looking for some 
 numerical analysis insight.
 
 I could do it in steps.. do a straight line to get k1 and k2, 
 then fit 
 k3 k4 to the residual; or fit the exponential first, then do the 
 straight line., but I'm not sure that will minimize the 
 error, or if it 
 matches the underlying model (a combination of a linear trend and 
 thermal effects) as well.
 
 I suppose I could do something like do the fit on the 
 derivative, which 
 would be
 
 y'(t) = k2 + k3*k4*exp(k4*t)
 
 Then solve for the the k1.  In reality, I don't think I care as much 
 what the numbers are (particularly the k1 DC offset) so  
 could probably 
 just integrate (numerically)
 
 y'()-k2-k3*k4*exp(k4*t) and get my sequence with the DC term, linear 
 drift, and exponential component removed.
 
 
 The fear I have is that differentiating emphasizes noise. 
 ___
 time-nuts mailing list -- time-nuts@febo.com
 To unsubscribe, go to 
 https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
 and follow the instructions there.

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] How hard is it to detect a GPS Jammer?

2013-10-07 Thread Bob Camp
Hi

Anything that will receive up there should be able to tell you when a jammer 
comes by. The issue is that not a lot of gear is made for that band (other than 
GPS receivers). The easy approach would be to use a modern GPS module that puts 
out noise level / jamming information. 

Bob


On Oct 7, 2013, at 12:59 AM, Hal Murray hmur...@megapathdsl.net wrote:

 The recent discussion of solar flares screwing up GPS timing was interesting.
 
 I just watched Todd Humphreys TED talk again.  He's focused on location, but 
 does mention time in terms of stock exchanges.
  Todd Humphreys: How to fool a GPS
  http://www.ted.com/talks/todd_humphreys_how_to_fool_a_gps.html
 
 He's got a good discussion of GPS jammers and spoofers, but no geeky details.
 
 
 What's the spectral/power output of the typical eBay GPS jammer?
 
 Suppose I lived near a major highway.  Could I build a receiver that would 
 count jammers driving by?  Could I track them (at least somewhat) with a 
 directional antenna on a rotator?
 
 Is this something semi-geeky amateurs could contribute to?
 
 What sort of gear has harmonics in the GPS band?
 
 --
 
 I assume people are familiar with the trucker who jammed the FAA test in NJ.  
 Here is a good story:
  http://www.insidegnss.com/node/3676
 
 That article has a link to commercial gear targeted at this market.
  http://www.exelisinc.com/solutions/signalsentry/Pages/default.aspx
 The graphics shows 3 receivers is a port/harbor setting.
 
 
 
 -- 
 These are my opinions.  I hate spam.
 
 
 
 ___
 time-nuts mailing list -- time-nuts@febo.com
 To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
 and follow the instructions there.

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] ***SPAM*** How hard is it to detect a GPS Jammer?

2013-10-07 Thread Jim Lux

On 10/6/13 9:59 PM, Hal Murray wrote:

The recent discussion of solar flares screwing up GPS timing was interesting.

I just watched Todd Humphreys TED talk again.  He's focused on location, but
does mention time in terms of stock exchanges.
   Todd Humphreys: How to fool a GPS
   http://www.ted.com/talks/todd_humphreys_how_to_fool_a_gps.html

He's got a good discussion of GPS jammers and spoofers, but no geeky details.


What's the spectral/power output of the typical eBay GPS jammer?


There were a series of articles in GPSWorld last year(?) that described 
test on some jammers.  For the most part, swept VCOs, as I recall.





Suppose I lived near a major highway.  Could I build a receiver that would
count jammers driving by?  Could I track them (at least somewhat) with a
directional antenna on a rotator?


Yes..
Or do what real sigint receivers do, use multiple antennas less than a 
have wavelength apart and interferometry to do direction determination.





Is this something semi-geeky amateurs could contribute to?


Yes, but more in the long term policy sense. you could measure the data 
and publish a paper saying here's what the jammer incidence is.


It's not like you could say I detected a jammer, and it appears to be 
coming from license plate ABC 123.  I suppose you could send such data 
to the FCC, but I don't know that they have a good ingest mechanism.





What sort of gear has harmonics in the GPS band?


Poorly operating TV antenna booster amplifiers are notorious, as are 
some plasma flat screens.





--

I assume people are familiar with the trucker who jammed the FAA test in NJ.
Here is a good story:
   http://www.insidegnss.com/node/3676

That article has a link to commercial gear targeted at this market.
   http://www.exelisinc.com/solutions/signalsentry/Pages/default.aspx
The graphics shows 3 receivers is a port/harbor setting.





___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] exponential+linear fit

2013-10-07 Thread Volker Esper
very cool

Am 07.10.2013 09:46, schrieb Ulrich Bangert:
 Jim,

 most if not all fitting strategies make use of an assumption concerning the
 underlying model.

 For those who are not sure what the underlying model is this one

 http://creativemachines.cornell.edu/eureqa

 is the hottest tool that I have ever seen. Give it a try.

 Best regards

 Ulrich

 -Ursprungliche Nachricht-
 Von: time-nuts-boun...@febo.com 
 [mailto:time-nuts-boun...@febo.com] Im Auftrag von Jim Lux
 Gesendet: Freitag, 4. Oktober 2013 19:38
 An: Discussion of precise time and frequency measurement
 Betreff: [time-nuts] exponential+linear fit


 I'm trying to find a good way to do a combination 
 exponential/linear fit 
 (for baseline removal).  It's modeling phase for a moving 
 source plus a 
 thermal transient, so the underlying physics is the linear term (the 
 phase varies linearly with time, since the velocity is constant) plus 
 the temperature effect.

 the general equation is y(t) = k1 + k2*t + k3*exp(k4*t)

 Working in matlab/octave, but that's just the tool, I'm 
 looking for some 
 numerical analysis insight.

 I could do it in steps.. do a straight line to get k1 and k2, 
 then fit 
 k3 k4 to the residual; or fit the exponential first, then do the 
 straight line., but I'm not sure that will minimize the 
 error, or if it 
 matches the underlying model (a combination of a linear trend and 
 thermal effects) as well.

 I suppose I could do something like do the fit on the 
 derivative, which 
 would be

 y'(t) = k2 + k3*k4*exp(k4*t)

 Then solve for the the k1.  In reality, I don't think I care as much 
 what the numbers are (particularly the k1 DC offset) so  
 could probably 
 just integrate (numerically)

 y'()-k2-k3*k4*exp(k4*t) and get my sequence with the DC term, linear 
 drift, and exponential component removed.


 The fear I have is that differentiating emphasizes noise. 
 ___
 time-nuts mailing list -- time-nuts@febo.com
 To unsubscribe, go to 
 https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
 and follow the instructions there.
 ___
 time-nuts mailing list -- time-nuts@febo.com
 To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
 and follow the instructions there.

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] exponential+linear fit

2013-10-07 Thread Tim Shoppa
Proposing a random fitting with various curves without an underlying
physical (e.g. Eureqa) model seems... odd. That's more voodoo
engineering/science than anything real. It doesn't surprise me that
computer scientists would propose that as an approach to data, making it
even more inappropriate.

Having well-versed engineers and physical scientists looking at curves and
striving to understand the various features with underlying well-understood
and used physical models (including abnormalities in measurements), that
seems appropriate.

The originally proposed model of long term linear drift trend plus
exponential decay of initial thermal conditions is very well understood and
accepted.


On Mon, Oct 7, 2013 at 3:46 AM, Ulrich Bangert df...@ulrich-bangert.dewrote:

 Jim,

 most if not all fitting strategies make use of an assumption concerning the
 underlying model.

 For those who are not sure what the underlying model is this one

 http://creativemachines.cornell.edu/eureqa

 is the hottest tool that I have ever seen. Give it a try.

 Best regards

 Ulrich

  -Ursprungliche Nachricht-
  Von: time-nuts-boun...@febo.com
  [mailto:time-nuts-boun...@febo.com] Im Auftrag von Jim Lux
  Gesendet: Freitag, 4. Oktober 2013 19:38
  An: Discussion of precise time and frequency measurement
  Betreff: [time-nuts] exponential+linear fit
 
 
  I'm trying to find a good way to do a combination
  exponential/linear fit
  (for baseline removal).  It's modeling phase for a moving
  source plus a
  thermal transient, so the underlying physics is the linear term (the
  phase varies linearly with time, since the velocity is constant) plus
  the temperature effect.
 
  the general equation is y(t) = k1 + k2*t + k3*exp(k4*t)
 
  Working in matlab/octave, but that's just the tool, I'm
  looking for some
  numerical analysis insight.
 
  I could do it in steps.. do a straight line to get k1 and k2,
  then fit
  k3 k4 to the residual; or fit the exponential first, then do the
  straight line., but I'm not sure that will minimize the
  error, or if it
  matches the underlying model (a combination of a linear trend and
  thermal effects) as well.
 
  I suppose I could do something like do the fit on the
  derivative, which
  would be
 
  y'(t) = k2 + k3*k4*exp(k4*t)
 
  Then solve for the the k1.  In reality, I don't think I care as much
  what the numbers are (particularly the k1 DC offset) so
  could probably
  just integrate (numerically)
 
  y'()-k2-k3*k4*exp(k4*t) and get my sequence with the DC term, linear
  drift, and exponential component removed.
 
 
  The fear I have is that differentiating emphasizes noise.
  ___
  time-nuts mailing list -- time-nuts@febo.com
  To unsubscribe, go to
  https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
  and follow the instructions there.

 ___
 time-nuts mailing list -- time-nuts@febo.com
 To unsubscribe, go to
 https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
 and follow the instructions there.

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] exponential+linear fit

2013-10-07 Thread Jim Lux

On 10/7/13 6:03 AM, Tim Shoppa wrote:

Proposing a random fitting with various curves without an underlying
physical (e.g. Eureqa) model seems... odd. That's more voodoo
engineering/science than anything real. It doesn't surprise me that
computer scientists would propose that as an approach to data, making it
even more inappropriate.

Having well-versed engineers and physical scientists looking at curves and
striving to understand the various features with underlying well-understood
and used physical models (including abnormalities in measurements), that
seems appropriate.

The originally proposed model of long term linear drift trend plus
exponential decay of initial thermal conditions is very well understood and
accepted.





however, sometimes, looking to see what else fits might lead to insight 
into what is going on inside the box, when you don't have any information.



In general, though, I agree with you.  Every year at the International 
Science and Engineering Fair (and at the local and regional fairs before 
it), I see people fitting a straight line to data that is fundamentally 
not linear (e.g. RF signal strength vs distance, or aerodynamic drag vs 
velocity, or speed of sound vs temperature)


I can sort of forgive trying to use a polynomial fit for something for 
which the underlying physics says something different; especially if 
there's no other choice. Square roots are a particular problem and pop 
up surprisingly often: vterminal = sqrt(2*accel*distance), and are not 
modeled well by a polynomial.


However, the Excel plot with the linear regression, giving coefficients 
out to 5 digits and R^2 the same, is just inappropriate; particularly at 
the ISEF level.


___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] How hard is it to detect a GPS Jammer?

2013-10-07 Thread Alan Melia
Many scanners now go to that frequency e.g AOR AR-8600. (100kHz to 2GHz ) 
They are hardly state-of-the-art receivers but should be capable of 
detecting jammers driving past. However a new unit is quite pricey $1000 
equivalent in the UK as little as $300 for a used version. Also the AMSAT 
FCD Pro+ USB SDR at $200 and free software.


Alan
G3NYK

- Original Message - 
From: Bob Camp li...@rtty.us
To: Discussion of precise time and frequency measurement 
time-nuts@febo.com

Sent: Monday, October 07, 2013 12:36 PM
Subject: Re: [time-nuts] How hard is it to detect a GPS Jammer?



Hi

Anything that will receive up there should be able to tell you when a 
jammer comes by. The issue is that not a lot of gear is made for that band 
(other than GPS receivers). The easy approach would be to use a modern GPS 
module that puts out noise level / jamming information.


Bob


On Oct 7, 2013, at 12:59 AM, Hal Murray hmur...@megapathdsl.net wrote:

The recent discussion of solar flares screwing up GPS timing was 
interesting.


I just watched Todd Humphreys TED talk again.  He's focused on location, 
but

does mention time in terms of stock exchanges.
 Todd Humphreys: How to fool a GPS
 http://www.ted.com/talks/todd_humphreys_how_to_fool_a_gps.html

He's got a good discussion of GPS jammers and spoofers, but no geeky 
details.



What's the spectral/power output of the typical eBay GPS jammer?

Suppose I lived near a major highway.  Could I build a receiver that 
would

count jammers driving by?  Could I track them (at least somewhat) with a
directional antenna on a rotator?

Is this something semi-geeky amateurs could contribute to?

What sort of gear has harmonics in the GPS band?

--

I assume people are familiar with the trucker who jammed the FAA test in 
NJ.

Here is a good story:
 http://www.insidegnss.com/node/3676

That article has a link to commercial gear targeted at this market.
 http://www.exelisinc.com/solutions/signalsentry/Pages/default.aspx
The graphics shows 3 receivers is a port/harbor setting.



--
These are my opinions.  I hate spam.



___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to 
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts

and follow the instructions there.


___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to 
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there. 


___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] exponential+linear fit

2013-10-07 Thread Alan Melia
I agree a fit to an equation that has no physical meaning is a bit spurious. 
You can fit almost anything to a polynomial, but it doesnt mean that the 
coefficients mean anything or that an interpolation between data points is 
even sensible!! I have been the victim of a clever maths graduate (with no 
physics knowledge!)


Alan
G3NYK


- Original Message - 
From: Tim Shoppa tsho...@gmail.com
To: Discussion of precise time and frequency measurement 
time-nuts@febo.com

Sent: Monday, October 07, 2013 2:03 PM
Subject: Re: [time-nuts] exponential+linear fit



Proposing a random fitting with various curves without an underlying
physical (e.g. Eureqa) model seems... odd. That's more voodoo
engineering/science than anything real. It doesn't surprise me that
computer scientists would propose that as an approach to data, making it
even more inappropriate.

Having well-versed engineers and physical scientists looking at curves and
striving to understand the various features with underlying 
well-understood

and used physical models (including abnormalities in measurements), that
seems appropriate.

The originally proposed model of long term linear drift trend plus
exponential decay of initial thermal conditions is very well understood 
and

accepted.


On Mon, Oct 7, 2013 at 3:46 AM, Ulrich Bangert 
df...@ulrich-bangert.dewrote:



Jim,

most if not all fitting strategies make use of an assumption concerning 
the

underlying model.

For those who are not sure what the underlying model is this one

http://creativemachines.cornell.edu/eureqa

is the hottest tool that I have ever seen. Give it a try.

Best regards

Ulrich

 -Ursprungliche Nachricht-
 Von: time-nuts-boun...@febo.com
 [mailto:time-nuts-boun...@febo.com] Im Auftrag von Jim Lux
 Gesendet: Freitag, 4. Oktober 2013 19:38
 An: Discussion of precise time and frequency measurement
 Betreff: [time-nuts] exponential+linear fit


 I'm trying to find a good way to do a combination
 exponential/linear fit
 (for baseline removal).  It's modeling phase for a moving
 source plus a
 thermal transient, so the underlying physics is the linear term (the
 phase varies linearly with time, since the velocity is constant) plus
 the temperature effect.

 the general equation is y(t) = k1 + k2*t + k3*exp(k4*t)

 Working in matlab/octave, but that's just the tool, I'm
 looking for some
 numerical analysis insight.

 I could do it in steps.. do a straight line to get k1 and k2,
 then fit
 k3 k4 to the residual; or fit the exponential first, then do the
 straight line., but I'm not sure that will minimize the
 error, or if it
 matches the underlying model (a combination of a linear trend and
 thermal effects) as well.

 I suppose I could do something like do the fit on the
 derivative, which
 would be

 y'(t) = k2 + k3*k4*exp(k4*t)

 Then solve for the the k1.  In reality, I don't think I care as much
 what the numbers are (particularly the k1 DC offset) so
 could probably
 just integrate (numerically)

 y'()-k2-k3*k4*exp(k4*t) and get my sequence with the DC term, linear
 drift, and exponential component removed.


 The fear I have is that differentiating emphasizes noise.
 ___
 time-nuts mailing list -- time-nuts@febo.com
 To unsubscribe, go to
 https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
 and follow the instructions there.

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to 
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there. 


___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] How hard is it to detect a GPS Jammer?

2013-10-07 Thread David J Taylor

Many scanners now go to that frequency e.g AOR AR-8600. (100kHz to 2GHz )
They are hardly state-of-the-art receivers but should be capable of
detecting jammers driving past. However a new unit is quite pricey $1000
equivalent in the UK as little as $300 for a used version. Also the AMSAT
FCD Pro+ USB SDR at $200 and free software.

Alan
G3NYK
=

Or even the DVB-T dongles at just a few pounds (and with a wider bandwidth), 
covers up to around 1.7 GHz, I have red.  For example:


UK  Europe:
 https://www.cosycave.co.uk/product.php?id_product=288

US:
 
http://www.nooelec.com/store/software-defined-radio/sdr-receivers/tv28tv2.html#.UlLDKRBE0a4

Admittedly, you aren't supporting AMSAT compared to the FUNcube Pro+, but 
for a quick experiment


73,
David GM8ARV
--
SatSignal Software - Quality software written to your requirements
Web: http://www.satsignal.eu
Email: david-tay...@blueyonder.co.uk 


___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] How hard is it to detect a GPS Jammer?

2013-10-07 Thread Collins, Graham

Indeed, the inexpensive DVB-T dongles are showing up in many places including 
as David noted, decoding GPS.

For some details:

This gets you to the start of their web site:

http://gnss-sdr.org/

This is an interesting document they have published on their project:

http://www.cttc.es/wp-content/uploads/2013/09/Turning_TV_into_GNSS_Rx1.pdf


The AMSAT Fun Cube Dongle is a very capable and interesting device. 
Interestingly it uses the same Elonics E4000 front end chip that many of the 
inexpensive DVB-T devices do. Apparently Elonics is no longer in business and 
the inexpensive DVB-T devices using this chip are becoming less common. The 
DVB-T devises using the R820T chip are becoming the preferable versions when 
those with the E4000 cannot be found. I wonder if the Fun Cube Dongle will be 
likewise changed (perhaps it already has).


Cheers, Graham ve3gtc



-Original Message-
From: time-nuts-boun...@febo.com [mailto:time-nuts-boun...@febo.com] On Behalf 
Of David J Taylor
Sent: October-07-13 10:21 AM
To: Discussion of precise time and frequency measurement
Subject: Re: [time-nuts] How hard is it to detect a GPS Jammer?

Many scanners now go to that frequency e.g AOR AR-8600. (100kHz to 2GHz ) 
They are hardly state-of-the-art receivers but should be capable of detecting 
jammers driving past. However a new unit is quite pricey $1000 equivalent in 
the UK as little as $300 for a used version. Also the AMSAT FCD Pro+ USB SDR at 
$200 and free software.

Alan
G3NYK
=

Or even the DVB-T dongles at just a few pounds (and with a wider bandwidth), 
covers up to around 1.7 GHz, I have red.  For example:

UK  Europe:
  https://www.cosycave.co.uk/product.php?id_product=288

US:
  
http://www.nooelec.com/store/software-defined-radio/sdr-receivers/tv28tv2.html#.UlLDKRBE0a4

Admittedly, you aren't supporting AMSAT compared to the FUNcube Pro+, but for a 
quick experiment

73,
David GM8ARV
--
SatSignal Software - Quality software written to your requirements
Web: http://www.satsignal.eu
Email: david-tay...@blueyonder.co.uk 

___
time-nuts mailing list -- time-nuts@febo.com To unsubscribe, go to 
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.
___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] How hard is it to detect a GPS Jammer?

2013-10-07 Thread David J Taylor

From: Collins, Graham
[]
I wonder if the Fun Cube Dongle will be likewise changed (perhaps it already 
has).



Cheers, Graham ve3gtc
=

Yes, Graham, it already has been updated:

 http://www.funcubedongle.com/?page_id=1073

Adds more filtering and HF coverage, but also has a dead zone between ~240 
and 420 MHz.


73,
David GM8ARV
--
SatSignal Software - Quality software written to your requirements
Web: http://www.satsignal.eu
Email: david-tay...@blueyonder.co.uk 


___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] How hard is it to detect a GPS Jammer?

2013-10-07 Thread Jim Lux

On 10/7/13 7:46 AM, Collins, Graham wrote:


Indeed, the inexpensive DVB-T dongles are showing up in many places
including as David noted, decoding GPS.


The AMSAT Fun Cube Dongle is a very capable and interesting device.
Interestingly it uses the same Elonics E4000 front end chip that many
of the inexpensive DVB-T devices do. Apparently Elonics is no longer
in business and the inexpensive DVB-T devices using this chip are
becoming less common. The DVB-T devises using the R820T chip are
becoming the preferable versions when those with the E4000 cannot be
found. I wonder if the Fun Cube Dongle will be likewise changed
(perhaps it already has).



This illustrates is the fundamental problem with leveraging cheap 
consumer or government surplus gear.  The hacker community moves much 
slower than the commercial one, so you wind up with projects requiring 
things that are no longer sold.  It's particularly endemic in the 
amateur radio community where we are always repurposing something that 
hasn't been made for 30 years.  But it makes it hard for the new 
entrant, who doesn't have a box full of old MASTR-II VHF radios or Bell 
202 modems or whatever sitting around.


But the existence of that gear in some folks's garages tends to ossify 
the development.  How many Bell 202 modems are still in use? But VHF 
packet radio is 202 compatible, because every product made for the last 
30 years was compatible with the 202.  Not because it's inherently good, 
but because you want to be compatible with the other people, and there's 
a sort of rolling compatibility.


(Amateur radio is not the only instance of this. The Scientific 
Spaceflight community is the same.  We love to use spares from previous 
missions to reduce costs, but that brings along the need to be 
compatible with the interfaces of those spares.  As a result, 
MIL-STD-1553B Notice 2 or Notice 4 is still used on spacecraft, even if 
it's not the most appropriate, lowest power, etc.)



For a particularly interesting example, look at the plethora of versions 
of the WRT-54G WiFi router popular with hackers; there's about 50 
versions listed on the DD-WRt website.  Some of he versions  are 
amenable to dropping in a new OS and/or software, others are not, and 
still others are modifiable (as in cutting traces, soldering, adding 
parts and/or connectors) to put in new software.


___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] How hard is it to detect a GPS Jammer?

2013-10-07 Thread Jim Lux

On 10/7/13 8:01 AM, David J Taylor wrote:

From: Collins, Graham
[]
I wonder if the Fun Cube Dongle will be likewise changed (perhaps it
already has).


Cheers, Graham ve3gtc
=

Yes, Graham, it already has been updated:

  http://www.funcubedongle.com/?page_id=1073

Adds more filtering and HF coverage, but also has a dead zone between
~240 and 420 MHz.



So much for receiving signals from Transit at 400 MHz (grin) or from 
Mars (The rovers relay through the orbiters in the 400 MHz band)

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] How hard is it to detect a GPS Jammer?

2013-10-07 Thread Raj
I think that when a GPS chip reports that there are no satellites found then 
you got a jammer or a tunnel!

At 07-10-2013, you wrote:
Hi

Anything that will receive up there should be able to tell you when a jammer 
comes by. The issue is that not a lot of gear is made for that band (other 
than GPS receivers). The easy approach would be to use a modern GPS module 
that puts out noise level / jamming information. 

Bob


On Oct 7, 2013, at 12:59 AM, Hal Murray hmur...@megapathdsl.net wrote:

 The recent discussion of solar flares screwing up GPS timing was interesting.
 
 I just watched Todd Humphreys TED talk again.  He's focused on location, but 

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


[time-nuts] Detecting GPS and other jammers

2013-10-07 Thread Bob Burchett EE
We make  sell the jammer detectors as a part of our contraband cell phone
detector products. The jammers are so common now flooding in that we have a
stealth GPS tracker so that drivers of company trucks that have radios in
them aren't aware of the fact that they are being monitored BUT if they find
out we also sell the detectors. They aren't expensive either.
www.CellBusted.com 


Robert L. Bob Burchett WB6SLC
Certified Communications Engineer
Enterprise Electronics
22826 Mariposa Ave. 
Torrance CA 90502
Direct line: 310.534.4456
FAX: 310.534.1233
Website: www.EEonTheWeb.com



___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] How hard is it to detect a GPS Jammer?

2013-10-07 Thread Brooke Clarke

Hi Hal:

Yes you can detect jammers driving by.

There was a prior case of unintentional GPS jamming around Moss Landing harbor, Monterey Bay, California caused by a 
faulty (oscillating) active TV antenna on a boat that was powered 24/7.


Military GPS receivers, like the DAGR or PLGR-II, include jamming detection.
http://www.prc68.com/I/DAGR.shtml#P2APPS

The patent Handheld GPS jammer locator
https://www.google.com/patents/US7233284
Contains some interesting info plus detailed plans for the hardware including mfg  model numbers, but not the Altera 
Model EPM7064STC44-10 FPGA code.  I suspect the FPGA not only does what's required for the patent to work, but also some 
other stuff like switching the LO to other frequencies (maybe both hi and lo side) so that it works not just for L1, but 
also all the GNSS positioning frequencies.  But you could use a micro controller to do the same thing for a one off unit.


What was not mentioned in the TED talk was how a US UAV was captured pretty 
much intact by spoofing a military GPS receiver.

Have Fun,

Brooke Clarke
http://www.PRC68.com
http://www.end2partygovernment.com/2012Issues.html

Hal Murray wrote:

The recent discussion of solar flares screwing up GPS timing was interesting.

I just watched Todd Humphreys TED talk again.  He's focused on location, but
does mention time in terms of stock exchanges.
   Todd Humphreys: How to fool a GPS
   http://www.ted.com/talks/todd_humphreys_how_to_fool_a_gps.html

He's got a good discussion of GPS jammers and spoofers, but no geeky details.


What's the spectral/power output of the typical eBay GPS jammer?

Suppose I lived near a major highway.  Could I build a receiver that would
count jammers driving by?  Could I track them (at least somewhat) with a
directional antenna on a rotator?

Is this something semi-geeky amateurs could contribute to?

What sort of gear has harmonics in the GPS band?

--

I assume people are familiar with the trucker who jammed the FAA test in NJ.
Here is a good story:
   http://www.insidegnss.com/node/3676

That article has a link to commercial gear targeted at this market.
   http://www.exelisinc.com/solutions/signalsentry/Pages/default.aspx
The graphics shows 3 receivers is a port/harbor setting.





___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] How hard is it to detect a GPS Jammer?

2013-10-07 Thread J. Forster
On spacecraft hardware, even though something is a bit old, it does make
sense to use it.

Space qualifying a piece of hardware is very, very expensive, because it
requires a lot of shake and bake plus thermal vaccuum and other things.

Furthermore, there are always unknowns.

Do YOU really want to see a Billion dollar mission go wrong, because you
used a new, unproven, design of Cammand Receiver or Sequencer?

In my view, if you are going into the unknown, you want to use the best
available, tested and proven, stuff you can get whereever you can.

Remember, many of the launch vehicles still used were made in the 1950s or
1960s, and sat in a missile silo somewhere, as ICBMs for 30+ years. Until
fairly recently, the Atlas used sub-mini vacuum tubes.

I'm not against inovation, but it's not necessarily about saving a few
bucks when older gear is used.

YMPV,

-John

===




 On 10/7/13 7:46 AM, Collins, Graham wrote:

 Indeed, the inexpensive DVB-T dongles are showing up in many places
 including as David noted, decoding GPS.


 The AMSAT Fun Cube Dongle is a very capable and interesting device.
 Interestingly it uses the same Elonics E4000 front end chip that many
 of the inexpensive DVB-T devices do. Apparently Elonics is no longer
 in business and the inexpensive DVB-T devices using this chip are
 becoming less common. The DVB-T devises using the R820T chip are
 becoming the preferable versions when those with the E4000 cannot be
 found. I wonder if the Fun Cube Dongle will be likewise changed
 (perhaps it already has).


 This illustrates is the fundamental problem with leveraging cheap
 consumer or government surplus gear.  The hacker community moves much
 slower than the commercial one, so you wind up with projects requiring
 things that are no longer sold.  It's particularly endemic in the
 amateur radio community where we are always repurposing something that
 hasn't been made for 30 years.  But it makes it hard for the new
 entrant, who doesn't have a box full of old MASTR-II VHF radios or Bell
 202 modems or whatever sitting around.

 But the existence of that gear in some folks's garages tends to ossify
 the development.  How many Bell 202 modems are still in use? But VHF
 packet radio is 202 compatible, because every product made for the last
 30 years was compatible with the 202.  Not because it's inherently good,
 but because you want to be compatible with the other people, and there's
 a sort of rolling compatibility.

 (Amateur radio is not the only instance of this. The Scientific
 Spaceflight community is the same.  We love to use spares from previous
 missions to reduce costs, but that brings along the need to be
 compatible with the interfaces of those spares.  As a result,
 MIL-STD-1553B Notice 2 or Notice 4 is still used on spacecraft, even if
 it's not the most appropriate, lowest power, etc.)


 For a particularly interesting example, look at the plethora of versions
 of the WRT-54G WiFi router popular with hackers; there's about 50
 versions listed on the DD-WRt website.  Some of he versions  are
 amenable to dropping in a new OS and/or software, others are not, and
 still others are modifiable (as in cutting traces, soldering, adding
 parts and/or connectors) to put in new software.

 ___
 time-nuts mailing list -- time-nuts@febo.com
 To unsubscribe, go to
 https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
 and follow the instructions there.




___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] How hard is it to detect a GPS Jammer?

2013-10-07 Thread Chris Albertson
OK so let's say you have a receiver and detect a certain about of power at
the right frequency.  How do you determine which of three cases you have
(1) an actual GPS signal from a satellite. (2) a spoofer (who tries hard to
look like #1) or (3) a jammer.

You can't just go by the amount of power received because the
spoofer/jammer can have any amount of power because they can be at any
distance from you and the GPS satellites have variable power because of the
distance from the horizon.  I think you have to look at the signal itself.
 You can scan a directional antenna to determine direction but you will get
many false positives when real GPS satellites are near the horizon.   You
would have to track the orbits of all of them.

Spoofers are a real problem.   A sophisticated spoofer tries very hard to
look like the real thing.  I think you would have to compare the position,
velocity and time you get from GPS with your known position, velocity and
time and if there is enough difference assume you are being spoofed.  But
again a good spoofer will create a subtle error.  For example if the
spoofer is protecting a building from GPS guided bombs it only needs to
create a 200 yard position error.  The spoofer may be tracking the location
of the falling bomb and may start by transmitting a GPS signal with no
error and then add more and more error so as to guide the falling bomb off
target.   This is actually how the some radar jammers work, they send out a
signal designed to be believable so that the guidance system in the
anti-air missile dose not detect that it is being jammed an simply goes off
target. I think the only way to detect a sophisticated spoof is to have
multiple receivers with known relative positions.   A change in relative
position would indicate a spoofed GPS signal.

Jammers can be sophisticated as well the better ones will use a directional
antenna aimed at the target and will adjust their power output based on
distance to the target.  A truck driver likely would not use such a device.
 A national military might deploy a very sophisticated GPS jammer as part
of an air defense system. It would by design be hard to detect.

So the easiest thing to detect would be a cheap, GSP jammer that is moving.
  You could use multiple receivers to triangulate the location and then
determine it is not in orbit and is not a reflection from a metal roof or
something.The problem is the jammer's very low power.  These things are
inteneded to only cover a tiny area


On Mon, Oct 7, 2013 at 7:46 AM, Collins, Graham coll...@navcanada.cawrote:


 Indeed, the inexpensive DVB-T dongles are showing up in many places
 including as David noted, decoding GPS.

 For some details:

 This gets you to the start of their web site:

 http://gnss-sdr.org/

 This is an interesting document they have published on their project:

 http://www.cttc.es/wp-content/uploads/2013/09/Turning_TV_into_GNSS_Rx1.pdf


 The AMSAT Fun Cube Dongle is a very capable and interesting device.
 Interestingly it uses the same Elonics E4000 front end chip that many of
 the inexpensive DVB-T devices do. Apparently Elonics is no longer in
 business and the inexpensive DVB-T devices using this chip are becoming
 less common. The DVB-T devises using the R820T chip are becoming the
 preferable versions when those with the E4000 cannot be found. I wonder if
 the Fun Cube Dongle will be likewise changed (perhaps it already has).


 Cheers, Graham ve3gtc



 -Original Message-
 From: time-nuts-boun...@febo.com [mailto:time-nuts-boun...@febo.com] On
 Behalf Of David J Taylor
 Sent: October-07-13 10:21 AM
 To: Discussion of precise time and frequency measurement
 Subject: Re: [time-nuts] How hard is it to detect a GPS Jammer?

 Many scanners now go to that frequency e.g AOR AR-8600. (100kHz to 2GHz
 ) They are hardly state-of-the-art receivers but should be capable of
 detecting jammers driving past. However a new unit is quite pricey $1000
 equivalent in the UK as little as $300 for a used version. Also the AMSAT
 FCD Pro+ USB SDR at $200 and free software.

 Alan
 G3NYK
 =

 Or even the DVB-T dongles at just a few pounds (and with a wider
 bandwidth), covers up to around 1.7 GHz, I have red.  For example:

 UK  Europe:
   https://www.cosycave.co.uk/product.php?id_product=288

 US:

 http://www.nooelec.com/store/software-defined-radio/sdr-receivers/tv28tv2.html#.UlLDKRBE0a4

 Admittedly, you aren't supporting AMSAT compared to the FUNcube Pro+, but
 for a quick experiment

 73,
 David GM8ARV
 --
 SatSignal Software - Quality software written to your requirements
 Web: http://www.satsignal.eu
 Email: david-tay...@blueyonder.co.uk

 ___
 time-nuts mailing list -- time-nuts@febo.com To unsubscribe, go to
 https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
 and follow the instructions there.
 ___
 time-nuts mailing list -- 

Re: [time-nuts] How hard is it to detect a GPS Jammer?

2013-10-07 Thread Said Jackson
Yes, there is equipment out there today that can be used: UBlox offers jamming 
detection and level. We incorporated that into the later JLT products, and even 
made a special board for a customer that displays the GPS spectrum in real time 
showing the jammers in the frequency domain.

Bye,
Said

Sent From iPhone

On Oct 6, 2013, at 21:59, Hal Murray hmur...@megapathdsl.net wrote:

 The recent discussion of solar flares screwing up GPS timing was interesting.
 
 I just watched Todd Humphreys TED talk again.  He's focused on location, but 
 does mention time in terms of stock exchanges.
  Todd Humphreys: How to fool a GPS
  http://www.ted.com/talks/todd_humphreys_how_to_fool_a_gps.html
 
 He's got a good discussion of GPS jammers and spoofers, but no geeky details.
 
 
 What's the spectral/power output of the typical eBay GPS jammer?
 
 Suppose I lived near a major highway.  Could I build a receiver that would 
 count jammers driving by?  Could I track them (at least somewhat) with a 
 directional antenna on a rotator?
 
 Is this something semi-geeky amateurs could contribute to?
 
 What sort of gear has harmonics in the GPS band?
 
 --
 
 I assume people are familiar with the trucker who jammed the FAA test in NJ.  
 Here is a good story:
  http://www.insidegnss.com/node/3676
 
 That article has a link to commercial gear targeted at this market.
  http://www.exelisinc.com/solutions/signalsentry/Pages/default.aspx
 The graphics shows 3 receivers is a port/harbor setting.
 
 
 
 -- 
 These are my opinions.  I hate spam.
 
 
 
 ___
 time-nuts mailing list -- time-nuts@febo.com
 To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
 and follow the instructions there.
___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] How hard is it to detect a GPS Jammer?

2013-10-07 Thread David J Taylor

From: Jim Lux


Yes, Graham, it already has been updated:

  http://www.funcubedongle.com/?page_id=1073

Adds more filtering and HF coverage, but also has a dead zone between
~240 and 420 MHz.



So much for receiving signals from Transit at 400 MHz (grin) or from
Mars (The rovers relay through the orbiters in the 400 MHz band)
==

Jim,

Just get a FUNcube Dongle Pro (original version) instead!  There's a Yahoo 
group where we often see those sold and bought.  Or use one of the DVB-T 
dongles perhaps with a suitable pre-amp and filter.


Cheers,
David
--
SatSignal Software - Quality software written to your requirements
Web: http://www.satsignal.eu
Email: david-tay...@blueyonder.co.uk 


___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] GPSDO choices

2013-10-07 Thread SAIDJACK
Paul,
 
try the Jackson Labs GPSTCXO eval kit. Comes with GPS antenna, USB  
comm/power cable, and board.
 
You can get a Hammond enclosure for it for less than $20, and have a  
complete desktop system for less than $400 new. Probably  the lowest-cost new 
way to go other than Ebay-used or  homemade.
 
bye,
Said
 
 
In a message dated 10/3/2013 20:30:55 Pacific Daylight Time,  
tic-...@bodosom.net writes:

I'm  looking for a new, ready to go, inexpensive desktop GPSDO.  So
far  I've only found the Fury and Thunderbolt E.

Are there other reasonable  choices e.g. the J R Miller (although I'm
not sure there's a source of  new TU-30 parts).

Thanks.

--
Paul

*Say   $2k
___
time-nuts mailing  list -- time-nuts@febo.com
To unsubscribe, go to  
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the  instructions there.

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


[time-nuts] LPRO accuracy

2013-10-07 Thread Alan Kamrowski II
Hi Everyone,

 

My GPSDO has been running for about a month now and the last frequency
adjustments are:

 


09/24/2013 15:48:37

1301186

Freq

1.0484E-13


09/25/2013 15:53:26

1387875

Freq

4.7980E-13


09/30/2013 16:17:26

1821315

Freq

-2.2965E-13


10/04/2013 16:36:38

2168067

Freq

-3.2450E-13


10/07/2013 16:51:03

2428132

Freq

-4.3682E-13

 

Is this about what should be expected?  I am also trying to stabilize the
LPRO temperature to minimize its influence.

 

Thanks,

 

Alan

 

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] exponential+linear fit

2013-10-07 Thread Magnus Danielson
Which reminds me, there is a nifty tool called fityk that I tend to use
just to view graphs, but has a rather nice set of routines to do various
fits to various curves.

Cheers,
Magnus

On 10/07/2013 09:46 AM, Ulrich Bangert wrote:
 Jim,

 most if not all fitting strategies make use of an assumption concerning the
 underlying model.

 For those who are not sure what the underlying model is this one

 http://creativemachines.cornell.edu/eureqa

 is the hottest tool that I have ever seen. Give it a try.

 Best regards

 Ulrich

 -Ursprungliche Nachricht-
 Von: time-nuts-boun...@febo.com 
 [mailto:time-nuts-boun...@febo.com] Im Auftrag von Jim Lux
 Gesendet: Freitag, 4. Oktober 2013 19:38
 An: Discussion of precise time and frequency measurement
 Betreff: [time-nuts] exponential+linear fit


 I'm trying to find a good way to do a combination 
 exponential/linear fit 
 (for baseline removal).  It's modeling phase for a moving 
 source plus a 
 thermal transient, so the underlying physics is the linear term (the 
 phase varies linearly with time, since the velocity is constant) plus 
 the temperature effect.

 the general equation is y(t) = k1 + k2*t + k3*exp(k4*t)

 Working in matlab/octave, but that's just the tool, I'm 
 looking for some 
 numerical analysis insight.

 I could do it in steps.. do a straight line to get k1 and k2, 
 then fit 
 k3 k4 to the residual; or fit the exponential first, then do the 
 straight line., but I'm not sure that will minimize the 
 error, or if it 
 matches the underlying model (a combination of a linear trend and 
 thermal effects) as well.

 I suppose I could do something like do the fit on the 
 derivative, which 
 would be

 y'(t) = k2 + k3*k4*exp(k4*t)

 Then solve for the the k1.  In reality, I don't think I care as much 
 what the numbers are (particularly the k1 DC offset) so  
 could probably 
 just integrate (numerically)

 y'()-k2-k3*k4*exp(k4*t) and get my sequence with the DC term, linear 
 drift, and exponential component removed.


 The fear I have is that differentiating emphasizes noise. 
 ___
 time-nuts mailing list -- time-nuts@febo.com
 To unsubscribe, go to 
 https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
 and follow the instructions there.
 ___
 time-nuts mailing list -- time-nuts@febo.com
 To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
 and follow the instructions there.

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] GPSDO choices

2013-10-07 Thread John C. Westmoreland, P.E.
Paul,

I can speak for a few of us over in the OpenHPSDR group that are also
'time-nuts'  - We have the GPSTCXO eval kit that Said is speaking of and we
have been very satisfied.
It is a great fit for what we're doing.  We are working on a new board now
that is near completion that can either have the GPSTXCO module or the
LC_XO module - and if you want to use both at the same time I suppose you
can do that too if you're careful.  ;)  (The new board can be used in a
standalone mode or can be connected to the HPSDR backplane we call the
Atlas bus - a mini-VME like chassis connector.)

I did recently get an LC_XO unit as well and have looked at that with
GPSCon, my scope, etc. - performs (I think) identically to the GPSTCXO plus
a few other features.  I think some of the people in this group have plots
they can share with you.

Don't be fooled by the name of this group - the 'real experts' are here.
 Don't be bashful about asking them questions.  I am a neophyte in this
area but I am fascinated by what this group is about plus how the GPS birds
(satellites) work.

73's (Best Regards),
John Westmoreland
AJ6BC (Call sign)


On Mon, Oct 7, 2013 at 1:52 PM, saidj...@aol.com wrote:

 Paul,

 try the Jackson Labs GPSTCXO eval kit. Comes with GPS antenna, USB
 comm/power cable, and board.

 You can get a Hammond enclosure for it for less than $20, and have a
 complete desktop system for less than $400 new. Probably  the lowest-cost
 new
 way to go other than Ebay-used or  homemade.

 bye,
 Said


 In a message dated 10/3/2013 20:30:55 Pacific Daylight Time,
 tic-...@bodosom.net writes:

 I'm  looking for a new, ready to go, inexpensive desktop GPSDO.  So
 far  I've only found the Fury and Thunderbolt E.

 Are there other reasonable  choices e.g. the J R Miller (although I'm
 not sure there's a source of  new TU-30 parts).

 Thanks.

 --
 Paul

 *Say   $2k
 ___
 time-nuts mailing  list -- time-nuts@febo.com
 To unsubscribe, go to
 https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
 and follow the  instructions there.

 ___
 time-nuts mailing list -- time-nuts@febo.com
 To unsubscribe, go to
 https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
 and follow the instructions there.

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] GPSDO choices

2013-10-07 Thread Paul
On Mon, Oct 7, 2013 at 2:52 PM,  saidj...@aol.com wrote:
 Paul,
 try the Jackson Labs GPSTCXO eval kit.

On Mon, Oct 7, 2013 at 5:59 PM, John C. Westmoreland, P.E.
j...@westmorelandengineering.com wrote:
  We have the GPSTCXO eval kit that Said is speaking of and we
 have been very satisfied.

I have one.  It's nice but I want a 1PPS BNC too (without soldering)
and no more tiny antenna connectors.

--
Paul
___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] ***SPAM*** How hard is it to detect a GPS Jammer?

2013-10-07 Thread David I. Emery
On Sun, Oct 06, 2013 at 09:59:50PM -0700, Hal Murray wrote:

 Suppose I lived near a major highway.  Could I build a receiver that would 
 count jammers driving by?  Could I track them (at least somewhat) with a 
 directional antenna on a rotator?

I would think this would be a natural task for one of the SDR
setups like the USRP and gnuradio... and using the more sophisticated
MIMO versions of the USRP and a suitable DF antenna array of GPS
antennas you could use correlation interferometry to get a pretty good
bearing on a passing jammer (no mechanical rotating antenna needed).  
Use a couple of these in a suitable relationship to the road and you
probably could locate the vehicle in question and capture video of it.

Might be some quite interesting statistics near an interstate
with heavy truck traffic.



-- 
  Dave Emery N1PRE/AE, d...@dieconsulting.com  DIE Consulting, Weston, Mass 
02493
An empty zombie mind with a forlorn barely readable weatherbeaten
'For Rent' sign still vainly flapping outside on the weed encrusted pole - in 
celebration of what could have been, but wasn't and is not to be now either.

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] GPSDO choices

2013-10-07 Thread Jim Sanford

What did it cost?  When I inquired, the price was horrendous.
Jim
wb4...@amsat.org

On 10/7/2013 7:28 PM, Paul wrote:

On Mon, Oct 7, 2013 at 2:52 PM,  saidj...@aol.com wrote:

Paul,
try the_Jackson Labs GPSTCXO eval kit_.

On Mon, Oct 7, 2013 at 5:59 PM, John C. Westmoreland, P.E.
j...@westmorelandengineering.com wrote:

  We have the GPSTCXO eval kit that Said is speaking of and we
have been very satisfied.

I have one.  It's nice but I want a 1PPS BNC too (without soldering)
and no more tiny antenna connectors.

--
Paul
___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.



___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] GPSDO choices

2013-10-07 Thread John C. Westmoreland, P.E.
Paul,

I don't want to speak too soon or appear to be tooting the HPSDR horn - but
the Khronos board (Khronos is the name of the board that I mentioned in the
previous e-mail) has that.

I didn't realize the issue here was the BNC connector and your dislike of
the MMCX style connector that is pretty much a standard for passive GPS
antennas (I guess any GPS antenna).  The Khronos connector for the LC_XO
option for the antenna is a standard footprint and you can put what you
want on that.  What type of connector do you prefer for the GPS antenna?

Pasternack, Samtec, Mini-Circuits, Digi-Key are all your friends in these
situations - but if you prefer not to solder or to DIY, then it could be
difficult to find everything you like in one package unless you custom
order it or have a friend that can put it together for you.  I am a
customer of Metcal - I have a lot of their top-of-the-line equipment, so
soldering/rework to me is almost a way of life.

Best Regards,
John Westmoreland



On Mon, Oct 7, 2013 at 6:28 PM, Paul tic-...@bodosom.net wrote:

 On Mon, Oct 7, 2013 at 2:52 PM,  saidj...@aol.com wrote:
  Paul,
  try the Jackson Labs GPSTCXO eval kit.

 On Mon, Oct 7, 2013 at 5:59 PM, John C. Westmoreland, P.E.
 j...@westmorelandengineering.com wrote:
   We have the GPSTCXO eval kit that Said is speaking of and we
  have been very satisfied.

 I have one.  It's nice but I want a 1PPS BNC too (without soldering)
 and no more tiny antenna connectors.

 --
 Paul
 ___
 time-nuts mailing list -- time-nuts@febo.com
 To unsubscribe, go to
 https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
 and follow the instructions there.

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] exponential+linear fit

2013-10-07 Thread Jim Lux

On 10/7/13 2:44 PM, Magnus Danielson wrote:

Which reminds me, there is a nifty tool called fityk that I tend to use
just to view graphs, but has a rather nice set of routines to do various
fits to various curves.



gnuplot's not bad, either..

you define a function f(x) and the free parameters, define some starting 
values, kick off the fit, and let it roll.


so I did
f(x) = a + b*x + c*exp(d*x)
with some starting values picked by eye

and it did an ok job with the fit.
It is NOT speedy though.. It's an iterative solution and takes a good 30 
seconds on my macbook air to fit the 6000 data points I have.




___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] How hard is it to detect a GPS Jammer?

2013-10-07 Thread Jim Lux

On 10/7/13 10:44 AM, David J Taylor wrote:

From: Jim Lux


Yes, Graham, it already has been updated:

  http://www.funcubedongle.com/?page_id=1073

Adds more filtering and HF coverage, but also has a dead zone between
~240 and 420 MHz.



So much for receiving signals from Transit at 400 MHz (grin) or from
Mars (The rovers relay through the orbiters in the 400 MHz band)
==

Jim,

Just get a FUNcube Dongle Pro (original version) instead!  There's a
Yahoo group where we often see those sold and bought.  Or use one of the
DVB-T dongles perhaps with a suitable pre-amp and filter.

Cheers,
David


Well, Transit is dead, as far as I know.. And the last person I know who 
recorded the UHF signals from Mars used the 100meter antenna at Green 
Bank.


Good to know though..

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] How hard is it to detect a GPS Jammer?

2013-10-07 Thread Jim Lux

On 10/7/13 8:31 AM, Chris Albertson wrote:

OK so let's say you have a receiver and detect a certain about of power at
the right frequency.  How do you determine which of three cases you have
(1) an actual GPS signal from a satellite. (2) a spoofer (who tries hard to
look like #1) or (3) a jammer.



The jammers put out many milliwatts and have enormous signals that are 
obvious on a spectrum analyzer.  GPS signals are invisible on a spectrum 
analyzer, normally.  IN fact, most GPS receivers don't work very well if 
there are signals above the noise floor: they depend on the noise to 
make them work with their mighty 1 bit quantizers.






Spoofers are a real problem.


I doubt anyone is selling spoofers on eBay.
Sure, one can probably find some  code to run on a USRP from some grad 
student's project.



So the easiest thing to detect would be a cheap, GSP jammer that is moving.
   You could use multiple receivers to triangulate the location and then
determine it is not in orbit and is not a reflection from a metal roof or
something.The problem is the jammer's very low power.  These things are
inteneded to only cover a tiny area


They are not designed with coverage area in mind.  They are basically 
whatever power the VCO puts out coupled to the antenna  From a jamming 
standpoint, they're not very sophisticated.


As a result they dump out something like +10dBm.
So running a quick Friis formula link budget, and assuming you want to 
have a Prec of around -100dBm (10 MHz BW, kTB)


110 = 32+ 20*log10(1575) + 20*log10(d)
110-32 - 25 = 20*log10(d)
d = 400 km...

This is why they are such a problem



___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] ***SPAM*** How hard is it to detect a GPS Jammer?

2013-10-07 Thread Jim Lux

On 10/7/13 4:51 PM, David I. Emery wrote:

On Sun, Oct 06, 2013 at 09:59:50PM -0700, Hal Murray wrote:


Suppose I lived near a major highway.  Could I build a receiver that would
count jammers driving by?  Could I track them (at least somewhat) with a
directional antenna on a rotator?


I would think this would be a natural task for one of the SDR
setups like the USRP and gnuradio... and using the more sophisticated
MIMO versions of the USRP and a suitable DF antenna array of GPS
antennas you could use correlation interferometry to get a pretty good
bearing on a passing jammer (no mechanical rotating antenna needed).
Use a couple of these in a suitable relationship to the road and you
probably could locate the vehicle in question and capture video of it.

Might be some quite interesting statistics near an interstate
with heavy truck traffic.





AN excellent project for a student.  You could make a nice senior 
project or Master's thesis with this.



___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] Detecting GPS and other jammers

2013-10-07 Thread John C. Westmoreland, P.E.
Bob,

I think what you have pointed out is interesting - I have even given it
more than a passing thought on how to design what is on the CellBusted site.

I am working on a design of my own on how to detect low-power RF signals
using a wide-band method of detection.

73's,
John Westmoreland
AJ6BC



On Mon, Oct 7, 2013 at 10:31 AM, Bob Burchett EE 
bob.burch...@eeontheweb.com wrote:

 We make  sell the jammer detectors as a part of our contraband cell phone
 detector products. The jammers are so common now flooding in that we have a
 stealth GPS tracker so that drivers of company trucks that have radios in
 them aren't aware of the fact that they are being monitored BUT if they
 find
 out we also sell the detectors. They aren't expensive either.
 www.CellBusted.com


 Robert L. Bob Burchett WB6SLC
 Certified Communications Engineer
 Enterprise Electronics
 22826 Mariposa Ave.
 Torrance CA 90502
 Direct line: 310.534.4456
 FAX: 310.534.1233
 Website: www.EEonTheWeb.com



 ___
 time-nuts mailing list -- time-nuts@febo.com
 To unsubscribe, go to
 https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
 and follow the instructions there.

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] GPSDO choices

2013-10-07 Thread Paul
On Mon, Oct 7, 2013 at 7:53 PM, Jim Sanford wb4...@wb4gcs.org wrote:
 What did it cost?

There's a hobbyist price. It was less than $400.
___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] Detecting GPS and other jammers

2013-10-07 Thread Jim Lux

On 10/7/13 6:49 PM, John C. Westmoreland, P.E. wrote:

Bob,

I think what you have pointed out is interesting - I have even given it
more than a passing thought on how to design what is on the CellBusted site.

I am working on a design of my own on how to detect low-power RF signals
using a wide-band method of detection.



There is a significant amount of information in the open literature on this.

A lot of hints can also be gleaned by looking at applications notes and 
spec sheets from companies like Watkins-Johnson, who made 
interferometric DF systems for sigint applications


The radio astronomers also do a lot with beamforming multiple antennas 
using correlators.


A total power radiometer (aka crystal video) is going to have a tough 
time in this sort of environment, unless you use very long averaging 
intervals and do some strong signal excision


___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] GPSDO choices

2013-10-07 Thread Paul
On Mon, Oct 7, 2013 at 8:01 PM, John C. Westmoreland, P.E.
j...@westmorelandengineering.com wrote:
 I didn't realize the issue here was the BNC connector and your dislike of
 the MMCX style connector that is pretty much a standard for passive GPS
 antennas (I guess any GPS antenna).

SMA is fine, likewise F, N or even SMB.
I don't like MCX, MMCX, FME, uFL or similar because I have mature vision.

By count my most common GPS antenna connector is SMA followed by N.
The GPS receivers are a richer mix.
___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] How hard is it to detect a GPS Jammer?

2013-10-07 Thread David I. Emery
On Mon, Oct 07, 2013 at 08:02:13AM -0700, Jim Lux wrote:
 On 10/7/13 7:46 AM, Collins, Graham wrote:

 The AMSAT Fun Cube Dongle is a very capable and interesting device.
 Interestingly it uses the same Elonics E4000 front end chip that many
 of the inexpensive DVB-T devices do. Apparently Elonics is no longer
 in business and the inexpensive DVB-T devices using this chip are
 becoming less common. The DVB-T devises using the R820T chip are
 becoming the preferable versions when those with the E4000 cannot be
 found. I wonder if the Fun Cube Dongle will be likewise changed
 (perhaps it already has).
 
 
 This illustrates is the fundamental problem with leveraging cheap 
 consumer or government surplus gear.  The hacker community moves much 
 slower than the commercial one, so you wind up with projects requiring 
 things that are no longer sold.  It's particularly endemic in the 
 amateur radio community where we are always repurposing something that 
 hasn't been made for 30 years.  But it makes it hard for the new 
 entrant, who doesn't have a box full of old MASTR-II VHF radios or Bell 
 202 modems or whatever sitting around.

This is also rather a sin of the marketing driven innovation
economy - product life cycles are so terribly short that by the time
someone spots a device that can be re-purposed in an interesting way it
is usually already EOL and unavailable in traditional new product
channels.

It takes time to do the reverse engineering (schematics, source
code, FPGA VHDL - what is that and why should we give it to you ?)  and
time to figure out how to re-purpose and make the thing work and usually
this is part time and one or two people and not a whole staff.  And then
there is time to write it up and publish articles and plans, and time
for folks to try it and discover it works...

But as many on this list know all too well, even in reasonably
well funded new product development the old story is hey that is a
really neat chip that does just what I need only to hear Sorry too low
demand, or design or production problems, or ROHS or something, not
available in the future - or maybe just vaporware to assess interest and
never really available.   Or you design it in, the company is bought by
someone else, the chip abandoned and now YOUR product is EOL early.

 But the existence of that gear in some folks's garages tends to ossify 
 the development.  How many Bell 202 modems are still in use? But VHF 
 packet radio is 202 compatible, because every product made for the last 
 30 years was compatible with the 202.  Not because it's inherently good, 
 but because you want to be compatible with the other people, and there's 
 a sort of rolling compatibility.

But that is not all bad, if you just need a modem that works.
Choosing something state of the art that DID NOT become a major defacto
standard (and there are dozens of examples in the modem world alone) 
means you only can expect to use the original device and maybe one or
two subsequent versions before it becomes unavailable and completely
obscure and rare and totally incompatible.   And then your design has to
be incompatibly upgraded with no backwards interoperability support
where if you had used some moldy oldy but goody you probably could buy
modern DSP based hardware that does that standard (you can for 202s)
among many other useful ones...and support both higher performance
and backwards compatibility modes at low cost and with high performance.

Obviously the problem then becomes convincing enough old pharte
holdouts to upgrade when it truly becomes a nightmare to support the old.
And that is not always easy.

-- 
  Dave Emery N1PRE/AE, d...@dieconsulting.com  DIE Consulting, Weston, Mass 
02493
An empty zombie mind with a forlorn barely readable weatherbeaten
'For Rent' sign still vainly flapping outside on the weed encrusted pole - in 
celebration of what could have been, but wasn't and is not to be now either.

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] GPSDO choices

2013-10-07 Thread John C. Westmoreland, P.E.
Paul,

OK - that is good information.  I have mature vision too - got these
bifocal contact lenses that take some getting adjusted to.

But I am blind without my Pro's Kit MA-016 head-gear which has become a
required piece of equipment when I work these days.

Best Regards,
John



On Mon, Oct 7, 2013 at 9:15 PM, Paul tic-...@bodosom.net wrote:

 On Mon, Oct 7, 2013 at 8:01 PM, John C. Westmoreland, P.E.
 j...@westmorelandengineering.com wrote:
  I didn't realize the issue here was the BNC connector and your dislike of
  the MMCX style connector that is pretty much a standard for passive GPS
  antennas (I guess any GPS antenna).

 SMA is fine, likewise F, N or even SMB.
 I don't like MCX, MMCX, FME, uFL or similar because I have mature vision.

 By count my most common GPS antenna connector is SMA followed by N.
 The GPS receivers are a richer mix.
 ___
 time-nuts mailing list -- time-nuts@febo.com
 To unsubscribe, go to
 https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
 and follow the instructions there.

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] How hard is it to detect a GPS Jammer?

2013-10-07 Thread Chris Albertson
Yes, these specific jammers do, but someone asked the general question how
to detect a jammer and a sophisticated jammer will use no more power than
is requires so as to avoid detection.  Could it be that there are such
devices and they are successful at avoiding detection?Likely not as at
present no one cares if they are detected.  But if they start getting
hunted out things will change.

About spoofers, yes thay are not available on eBay.  But I was thinking
about military applications.   Can you know when you are being spoofed?


On Mon, Oct 7, 2013 at 6:11 PM, Jim Lux jim...@earthlink.net wrote:

 The jammers put out many milliwatts and have enormous signals that are
 obvious on a spectrum analyzer.  GPS signals are invisible on a spectrum
 analyzer, normally.  IN fact, most GPS receivers don't work very well if
 there are signals above the noise floor: they depend on the noise to make
 them work with their mighty 1 bit quantizers.




 Spoofers are a real problem.


 I doubt anyone is selling spoofers on eBay.
 Sure, one can probably find some  code to run on a USRP from some grad
 student's project.




-- 

Chris Albertson
Redondo Beach, California
___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] How hard is it to detect a GPS Jammer?

2013-10-07 Thread Bill Hawkins
In general, we expect a jammer to be involved in criminal activity.

What about a wilderness guide whose reputation is built on finding
the best spots to view Nature's wonders. Should he or she be happy
to let people in the guided group save the coordinates of those
spots in order to compete with the guide or avoid guide's services
in the future?

Or would that be a justifiable use of jamming?

Hypothetically speaking, of course.

Bill Hawkins

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] How hard is it to detect a GPS Jammer?

2013-10-07 Thread Jim Lux

On 10/7/13 9:30 PM, Bill Hawkins wrote:

In general, we expect a jammer to be involved in criminal activity.

What about a wilderness guide whose reputation is built on finding
the best spots to view Nature's wonders. Should he or she be happy
to let people in the guided group save the coordinates of those
spots in order to compete with the guide or avoid guide's services
in the future?



or the favorite fishing hole..


Way back when, one of the applications of frequency hopping radios was 
for fishermen (ocean) so that they couldn't be DFed.  They had already 
done the scrambler thing.





Or would that be a justifiable use of jamming?

No.

It's that same moral thing.. Should you allow cellphone jammers in movie 
theaters?


In my mind, these are all hacks to solve a more fundamental social 
question about appropriate use.


cellphone jammers are a sort of passive aggressive way for a business 
owner to not have to confront paying customers about their misuse of 
cellphones.


At the Athaeneum, the faculty club at CalTech, cellphone use is not 
permitted.  Pull out a cellphone, and the staff politely tells you Sir, 
we would prefer you not use that here, would you like to step outside. 
 At the Austin Drafthouse theater, they're a bit more confrontational.



Anyone can buy a chainsaw or sledge hammer. There is potential for 
misuse, but common decency mitigates against those uses.


Hypothetically speaking, of course.

Bill Hawkins

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.



___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] How hard is it to detect a GPS Jammer?

2013-10-07 Thread David I. Emery
On Mon, Oct 07, 2013 at 11:30:57PM -0500, Bill Hawkins wrote:
 In general, we expect a jammer to be involved in criminal activity.
 
 What about a wilderness guide whose reputation is built on finding
 the best spots to view Nature's wonders. Should he or she be happy
 to let people in the guided group save the coordinates of those
 spots in order to compete with the guide or avoid guide's services
 in the future?
 
 Or would that be a justifiable use of jamming?

No.

Jamming can potentially impact a much wider area and safety of
life critical uses of GPS, and  very few wilderness guides are expert
enough to understand, control and mitigate this risk.   And even if one
particular one was, how is this to be reliably ensured ? Should  he or
she be licensed and certified and regulated as to how and when he might
jam safely - we don't current issue GPS denial licenses (except maybe to
LightSquared) ?

And even with someone suitably trained and licensed and
certified there is a balance between the slight risk that his jamming
harm something important or critical that society relies upon and his
own personal interest in denying GPS to his customers that I am not sure
we as a society have quite figured out.   Should private businesses be
allowed to deny GPS (or for that matter cellphone access) to folks
nearby or their customers - is this a legitimate interference with a
public resource ?

Obviously if the answer is yes, businesses should be allowed to
jam cellphones or GPS - then what are the limits - eventually all those
private jammers will make such services MUCH less useful - as they will
be unpredictably unreliable at apparently random times and places which
makes it very hard to trust them for anything important.   We will in
other words have allowed the private interests of certain folks to
destroy a commons, something we are getting increasingly good at BTW.

I suppose it is SOMEWHAT justified for a guide to search his
customers for GPSes, or have a strict policy of dropping them off at the
nearest road if they are found to be using one, or even to use a GPS
detector to ID GPSes in use... but an active attack seems wrong given
the risks involved.

And anything more nuanced in a policy on such invites various
low life scumbags to push the limits and use blatantly excessive power,
dangerous antenna locations, and generally horrid engineering that puts
important uses and users of the technology at serious risk for very
selfish personal reasons - perhaps in some cases just buying some cheapo
jammer instead of a proper licensed and limited one managed and
installed by someone who knows what he is doing.

Finally of course, who is to say that I cannot use my cellphone
for important messages - perhaps life critical (my wife is a doctor and
does this from time to time when she is on call)... or my GPS to locate
a store somewhere... perhaps if the jamming ONLY worked in a completely
private space owned or controlled by the jammer and not at all outside
of it would this begin to be marginally acceptable but it certainly
isn't in public spaces.  And I believe there should be mandatory readily
visible notices saying that jamming is use... allowing someone who 
truly needs access to know what is happening.

As for the wilderness case specifically there are any number of
strategies to defeat short range jamming of that sort - just announce
you have to go as the group leaves the scenic knoll and go back and
take a bearing (maybe automatically from a concealed GPS you already
have in you backpack) while peeing on the special rock...   Inverse
square law applies here of course... hard to radiate enough power to
deny over a long enough distance without being completely unsafe for
other users.

-- 
  Dave Emery N1PRE/AE, d...@dieconsulting.com  DIE Consulting, Weston, Mass 
02493
An empty zombie mind with a forlorn barely readable weatherbeaten
'For Rent' sign still vainly flapping outside on the weed encrusted pole - in 
celebration of what could have been, but wasn't and is not to be now either.

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.