Sign in

username:

password:



Not a member?

Search compdsp



Search tips

comp.dsp by Keywords

Adaptive Filter | ADPCM | ADSP | ADSP-2181 | Aliasing | AMR | Anti-Aliasing | ARMA | Autocorrelation | AutoCovariance | Beamforming | Bessel | Blackfin | Butterworth | C6713 | CCS | Chebyshev | CIC Filter | Circular Convolution | Code Composer Studio | Comb Filter | Compression | Convolution | Cross Correlation | DCT | Decimation | Deconvolution | Demodulation | DM642 | DSP Boards | DSP/BIOS | DTMF | Echo Cancellation | Equalization | Equalizer | ETSI | EZLITE (Ez-kit Lite) | FFT | FFTW | FIR Filter | Fixed Point | FSK | G.711 | G.723 | G.729 | Gaussian Noise | Goertzel | GPIO | Hilbert Transform | IFFT | IIR Filter | Interpolation | Invariance | JTAG | Kalman | Laplace Transform | Levinson | LPC | McBSP | MIPS | Modulation | MPEG | Multirate | Notch Filter | Nyquist | OFDM | Oversampling | Pink Noise | Pitch | PLL | Polyphase | QAM | QDMA | Quantization | Quantizer | Radar | Random Noise | Reed Solomon | Remez | Resampling | RTDX | Sampling | Sharc | TI C6711 | Undersampling | Viterbi | Wavelets | White Noise | Wiener Filter | Windowing | XDS510PP | Z Transform

Ads

Discussion Groups

Free Online Books

Discussion Groups | Comp.DSP | Maximum update rate for GPS

There are 5 messages in this thread.

You are currently looking at messages 0 to 5.


Maximum update rate for GPS - Paul Winton - 03:02 13-07-03

Hi all,

I'd like to track the tracjectory of a rally car and would like to know the
level of accuracy I can get with GPS. Can anyone tell me how fast a fast GPS
receiver can update its position?

Cheers

Paul



Re: Maximum update rate for GPS - Kevin Neilson - 15:11 13-07-03



Sorry, only 1Hz.

Maybe the EU's new system will have a better rate, if it ever gets off the
groud.   (Which is doubtful.)

-Kevin

"Paul Winton" <p...@paric.co.nz> wrote in message
news:vx7Qa.4617$9...@news02.tsnz.net...
> Hi all,
>
> I'd like to track the tracjectory of a rally car and would like to know
the
> level of accuracy I can get with GPS. Can anyone tell me how fast a fast
GPS
> receiver can update its position?
>
> Cheers
>
> Paul
>
>



Re: Maximum update rate for GPS - Lorenzo Lutti - 15:39 13-07-03

"Paul Winton" <p...@paric.co.nz> ha scritto nel messaggio
news:vx7Qa.4617$9...@news02.tsnz.net...

> I'd like to track the tracjectory of a rally car and would
> like to know the
> level of accuracy I can get with GPS. Can anyone tell me
> how fast a fast GPS
> receiver can update its position?

I've seen models up to 20 Hz, they cost around 2-3000 $. I know there
are models at 50 Hz, but they cost a lot more.

Maybe there is something even better (military applications?), but
probably it costs more than the rally car. :)

-- 
Lorenzo



Re: Maximum update rate for GPS - Eric Jacobsen - 17:23 13-07-03

On Sun, 13 Jul 2003 19:39:51 GMT, "Lorenzo Lutti"
<l...@DOHtiscalinet.it> wrote:

>"Paul Winton" <p...@paric.co.nz> ha scritto nel messaggio
>news:vx7Qa.4617$9...@news02.tsnz.net...
>
>> I'd like to track the tracjectory of a rally car and would
>> like to know the
>> level of accuracy I can get with GPS. Can anyone tell me
>> how fast a fast GPS
>> receiver can update its position?
>
>I've seen models up to 20 Hz, they cost around 2-3000 $. I know there
>are models at 50 Hz, but they cost a lot more.
>
>Maybe there is something even better (military applications?), but
>probably it costs more than the rally car. :)
>
>-- 
>Lorenzo

If it's for World Rally it could cost a LOT and not be more than the
cost of the car.  ;)

If GPS alone turns out to not be adequate then a GPS mated with an
Inertial Measurement Unit should be able to provide very, very
accurate trajectory measurement.  The IMU is essentially the primary
sensor but the GPS would provide updates to control drift in the
sensor.  Usually these inputs are used with a Kalman filter that
provides the position/trajectory estimates.


Eric Jacobsen
Minister of Algorithms, Intel Corp.
My opinions may not be Intel's opinions.
http://www.ericjacobsen.org

Re: Maximum update rate for GPS - Iwo Mergler - 09:36 14-07-03

Paul Winton wrote:
> Hi all,
> 
> I'd like to track the tracjectory of a rally car and would like to know the
> level of accuracy I can get with GPS. Can anyone tell me how fast a fast GPS
> receiver can update its position?
> 
> Cheers
> 
> Paul
> 
> 

The actual range measurement on which the position calculation is based,
is an instantaneous snapshot of the code tracking loops.

The theoretical limit is down to the integration time for the receiver,
typically 1-10ms. If you want high dynamics, you need to update faster.
For car racing, it's probably closer to 1ms.

Most comercial receivers output 1 position per second because it takes
some number crunching to compute the satellite positions and solve for
the receiver position. This is purely a matter of computing power.

Given a fast enough processor, 1000 positions per second is possible.
I was running an automotive receiver IC (60MHz,32bit MIPS processor)
at about 10 fixes per second, getting close to 100% CPU.

Apart from getting a manufacturer to customise a receiver for you,
Eric's suggestion to use dead reckoning techniques is probably best.
Especially if you bear in mind that very few GPS receivers can handle
the dynamics of a car race without getting inaccurate.

Kind regards,

Iwo