Tagged Questions
The Kalman filter is a mathematical method. Its purpose is to reduce noise and randomness in collected data, making the recorded data closer to the actual.
11
votes
7answers
11k views
Integrating gyro and accelerometer readings
I have read a number of papers on Kalman filters, but there seem to be few good publically accessible worked examples of getting from mathematical paper to actual working code.
I have a system ...
7
votes
1answer
515 views
Do the sensor fusion algorithms of Core Motion take advantage of the Kalman filter?
Do the sensor fusion algorithms of Core Motion take advantage of the Kalman filter?
6
votes
4answers
2k views
kalman filtering for programmers
Does anybody know a tutorial for Kalman filtering for programmers, like "what programmers should know about Kalman", or "Kalman in practice"?
3
votes
1answer
92 views
Kalman Filter on PID
I'm not sure if this goes here, but I'm having a bit of trouble understanding the Kalman filter. What I want to do is condition a sensor with a PID compensator to find the optimal gains for the PID ...
3
votes
2answers
202 views
Projection Problem in Kalman Filter for Navigation
I am currently working on a simple and small Kalman-Filter for GPS-Navigation. I am getting from my GPS-Sensor the current location, course angle and speed. So the Kalman-Filter should fuse the ...
3
votes
1answer
206 views
Kalman Tracking - Measurement variance
I'm doing some work on tracking moving objects using a ceiling mounted downward facing camera. I've got to the point where I can detect the position of the desired object in each frame.
I'm looking ...
3
votes
1answer
886 views
Android GPS data obtaining and filtering, how it improve location info
I'm starting to deal with gps data on Android 2.1 (HTC Hero) and look around on topics about Kalman filter and least squares fit to location data. While receiving and logging GPS data using phone I've ...
3
votes
4answers
2k views
Use Kalman filter to track the position of an object, but need to know the position of that object as an input of Kalman filter. What the hell here?
I am trying to study how to use Kalman filter in tracking an object (ball) moving in a video sequence by myself so please explain it to me as I am a child.
By some algorithms (color analysis, ...
3
votes
1answer
401 views
Kalman Filter Vs Exponential Filter
I was wondering, what are the advantages and disadvantages of Kalman Filter and Exponential Filter? I have a multi-sensor fusion problem and I'm trying to decide which method to choose.
I think, ...
3
votes
4answers
781 views
Kalman filter for car's tracking path
I am having a set of Points like Point(x,y). After the car gone through so many ways in the same road it is almost messing the resulting map. I heard that kalman filter can make a sigle path from the ...
2
votes
1answer
137 views
Estimating position with a Kalman Filter [closed]
I am doing a project on Indoor Positioning. I have used NS2 and a matlab GUI named Senelex to find the original and estimated positions of nodes. Now I want to use a Kalman filter to estimate the ...
2
votes
1answer
306 views
Kalman filter with complete data set?
I am looking for a way to combine data from a compass and gyro in order to determine attitude after the fact. I will be working with a complete data set in which the 3D compass and gyro readings have ...
2
votes
1answer
324 views
Kalman Filter : some doubts
I have several questions:
In the example given in openCV document:
/* generate measurement */
cvMatMulAdd( kalman->measurement_matrix, state, measurement, measurement );
Is this correct?
In the ...
2
votes
1answer
514 views
Are there working open source implementations of the Kalman filter to correct accelerometer data?
Are there working open source implementations of the Kalman filter in C or Objective-C to correct accelerometer data?
I couldn't find one, but before I start spending a month on this I'd better ask ...
2
votes
1answer
2k views
How to determine relative position using accelerometer and gyro data
I am designing a robot, and need to track the distance and direction of the robot motion, Nothing in 3D, I only need x,y and angle in x y plane.
My question :
Is it possible to use gyro and ...
2
votes
1answer
1k views
how to detect walking with android accelerometer
I'm writing an application and my aim is to detect when a user is walking.
I'm using a Kalman filter like this:
float kFilteringFactor=0.6f;
gravity[0] = (accelerometer_values[0] * ...
2
votes
1answer
2k views
Opencv Kalman filter
I have three gyroscope values, pitch, roll and yaw. I would like to add Kalman filter to get more accurate values. I found the opencv library, which implements a Kalman filter, but I can't understand ...
2
votes
1answer
75 views
O'Reilly book clarification on 2d linear system
The Oreilly book "Learning openCV" states at page 356 :
Quote
Before we get totally lost, let’s consider a particular realistic situation of taking measurements
on a car driving in a parking lot. ...
1
vote
1answer
265 views
Kalman filter eye tracking
i'd like to implement a kalman filter using OpenCV to track eye (in particular eye ball). I read something around internet about Kalman Filter. I have to set the state of my filter. What can i use as ...
1
vote
0answers
173 views
Extended Kalman Filter Magnetometer Yaw drifting
I am using extended kalman filter to fuse accelerometer, gyro, and magnetometer data. I use accelerometer to correct pitch and roll data, and magnetometer to correct yaw. The pitch and roll are ...
1
vote
0answers
179 views
Kalman Filter Library question
I just downloaded the kFilter library (http://kalman.sourceforge.net/), and had some questions about its use that I couldn't find in the documentation. Has anyone used this library in the past?
My ...
1
vote
1answer
3k views
gyro , accelerometer , magnetometer and kalman filter
hi
i want to use gyro , accelermeter and magnetometer to get a full smooth rotation in 3 axis.
the first problem is that my outputs individualy has very noise and i want to know how can i remove it.
...
1
vote
1answer
357 views
Question on tracking a moving ball using Kalman filter
I want to learn to track a moving ball using Kalman filter. Although many tutorial are available, I still have some questions.
If we can extract the ball in each frame of the video sequence, we will ...
1
vote
1answer
106 views
[Matlab]Where can I download this folder docroot\toolbox\eml\gs\examples\sl_kalman
I am following this Matlab tutorial
http://www.mathworks.com/help/toolbox/eml/gs/bslqab6-1.html#bslqab6-3
But I could not find the tutorial file in my computer, which is supposed to be in
...
0
votes
1answer
166 views
iOS5 Objective-C library for numerical analysis or GNU Octave wrapper class?
I'm doing some numerical estimation and correction with the Kalman filter, and would like to better estimate my parameters of Q and R, preferably dynamically.
...
0
votes
1answer
91 views
Time series forecast with Kalman Filters in R-Cran
Can anybody point me to a well documented example, step-by-step on how to forecast a time series with Kalman Filters in R?
I have no particular preference for the package/library so it can be DSE or ...
0
votes
0answers
47 views
Estimating building occupancy from uncertain measurements
I have multiple people counting sensors stationed at multiple entrances of a building. The sensors count people walking in and out, but they are not very accurate. I need to find a way to derive the ...
0
votes
0answers
98 views
Kalman tracking: process and update equation
I want to track a rectangular ABCD using Kalman filter. I saw many people use position and velocity as state vector. Can I use position of point A, the length and width of the rectangular as state ...
0
votes
1answer
376 views
How to invert a 3x3 matrix with each element being a 3x3 matrix?
I am trying to implement a Kalman filter for data fusion in C++. As part of the project, I need to implement a function to calculate the inverse of a 3x3 matrix that has each element being a 3x3 ...
0
votes
0answers
169 views
Take a look at the result of Kalman filter tracking. Why is it wrong?
When I ran the file kalman.m in from this tutorial
http://www.mathworks.com/matlabcentral/fileexchange/14243-2d-target-tracking-using-kalman-filter
Here are the result
...
0
votes
2answers
625 views
Please explain what is the use of kalman filter in this tutorial
A guy posted this tutorial about object tracking using Kalman filter. Many people rated high star so it is not a fault/wrong tutorial.
However, a guys posted the following question:"
In this code you ...
0
votes
3answers
284 views
Why do we need to estimate the true position in Kalman filters?
I am following a probably well-known tutorial about Kalman filter here
From these lines of code:
figure;
plot(t,pos, t,posmeas, t,poshat);
grid;
xlabel('Time (sec)');
ylabel('Position (feet)');
...
0
votes
2answers
784 views
filter out the accelerometers noise using kalman filter in python
I get from a socket a stream of data from an accelerometer with a lot of noise..
something like this:
...
-0.014532123
0.183950298
0.003323536
-0.342343526
...
I tried with low pass filter but I ...
0
votes
1answer
2k views
Sensor fusioning with Kalman filter
I'm interested, how is the dual input in a sensor fusioning setup in a Kalman filter modeled?
Say for instance that you have an accelerometer and a gyro and want to present the "horizon level", like ...
-2
votes
3answers
213 views
What is wrong with my Matlab code? Index out of bounds [closed]
I'm trying to read in a text file that contains nmea strings! But I get
??? Attempted to access y(1); index out of bounds because numel(Longitude)=0.
Error in ==> filter at 16
...