How Do I Simulate Object Position with Accelerations and Rotations in MATLAB?

AI Thread Summary
The discussion focuses on simulating the position of an object in MATLAB using given accelerations and rotational data. The user seeks guidance on implementing the necessary equations and whether a Kalman filter is required for their simulation. They mention using a 6-degree of freedom IMU for accurate 3D positioning, though they are unsure if their problem is strictly 2D. Additionally, another user shares their experience with a specific gyro sensor, questioning the validity of their output readings. The conversation highlights the need for clarity on formulas and sensor calibration in the context of motion simulation.
mithil03
Messages
9
Reaction score
0
I got a problem in which I need to simulate the position of an object given accelerations in two dimension and rotation in the third. Integrating the acceleration values twice would give me the position in the particular dimensions, and using the angular rotation I could get the position of the object. But I am not able to practically implement the whole setup, I mean not able to put the equations in place to get the feed into the MATLAB code. I directly have set of values of accelerations and rotation angles and the desired output for the same. Do I have to use a Kallman filter over here or can I implement the system without the filter altogether? Could someone help me out here please? I am not from the electrical field and need the formula for a device I am working on, so please pardon my ignorance.
 
Engineering news on Phys.org
Can anybody help ?
 
To fully characterize the position of an object in 3-D space, I believe you need a 6-dof (degree of freedom) IMU (inertial measurement unit). These include 3 dimensions of acceleration, and 3 gyro (rotational measuring units). Perhaps your problem is only a 2-D one.
 
hello all..
Iam using LPY5150AL Breakout gyro. I have connected to a PIC16F877A microcontroller.The problem is that iam getting outputs of gyro around 1100 -1300 deg/sec when i rotate the axes.I don't know whether these values are correct are not??can anyone help me out..!
The formula used is:
X_deg=((V_out-V_reference)*5000/1024)/(sensitivity)
where v_ref=1.23 as suggested in datasheet.
THANKS ALOT..!
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top