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..!
 
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top