필터 지우기
필터 지우기

Best way to smooth GPS data

조회 수: 41 (최근 30일)
T
T 2017년 5월 4일
답변: Anurag Raghuvanshi 2017년 12월 1일
Hi, I have a GPS signal sampled at 1Hz. It is too noisy, so I want to smooth the signal. I tried using a moving average, but it is not good enough. Any other good ways to smooth it? What would be a good filter method? Thanks!
  댓글 수: 1
John D'Errico
John D'Errico 2017년 5월 4일
편집: John D'Errico 2017년 5월 4일
There is no "best" way to smooth some general signal. Not good enough can mean a variety of things, since of course we always want a perfectly smooth result. But we can't always get what we want.
Arguably, you need to do some reading, perhaps take a course in signal processing. Unfortunately, the answer to your question is an entire course in signal processing. For example, you might use a conv based smoother. You might use a smoothing spline. You might use Savitsy-Golay methods. You might use time series methods, to identify what is happening in your signal, smoothing it.
But the best way is surely dependent on what you know (so what you will understand to be able to then use) and the signal itself.

댓글을 달려면 로그인하십시오.

답변 (3개)

Sachin Kumar
Sachin Kumar 2017년 5월 9일
Check these different smoothing methods:
Use a method according to your kind of signal.

Walter Roberson
Walter Roberson 2017년 5월 9일
"For example, GPS-enabled smartphones are typically accurate to within a 4.9 m (16 ft.) radius under open sky (view source at ION.org). However, their accuracy worsens near buildings, bridges, and trees."
So... if you need GPS signals that are not noisy, you should either be using professional dual-frequency systems, or you should be using GPS augmentation systems, such as by establishing at least one terrestrial GPS transmitter at a location known to high accuracy.
Noisy GPS is just how the technology works.
You could wait at each waypoint for long enough that any local atmospheric conditions would change (e.g., sit at each location for half a day while it stopped raining -- or until it started raining again), taking many readings at the same location, and doing statistical averaging. Waiting only a few seconds or a small number of minutes at each location would not be enough to be sure that atmospheric distortion had been averaged away.

Anurag Raghuvanshi
Anurag Raghuvanshi 2017년 12월 1일
Best way to smooth the data would be to use a hatch filter, it is known as carrier smoothed code, basically what it does is smooths out the multipath and receiver noise on the code with the help of low noise on carrier.

카테고리

Help CenterFile Exchange에서 Smoothing and Denoising에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by