Recent content by bakes1

  1. B

    How Do Accelerometer Voltage Outputs Relate to G-Force?

    Ahh looking back to pg.6 I just realized that for the side view where [x y z] = [ 0 0 1] that is the same as [1.6V 1.6V 2.45V] So for my values I would simply divide [4017 4021 4556] by the respective voltages to get [2.5e3 2.4e3 1.8e3] which I'm assuming as you suggested is the output...
  2. B

    How Do Accelerometer Voltage Outputs Relate to G-Force?

    I've been playing around with an accelerometer I've got hold of, yet I'm having a little difficulty understanding it's output. Electronics isn't my strong point. I understand the output is a voltage, but the I'm finding the values hard to interpret. When connected it outputs data in the...
  3. B

    MATLAB Matlab - checks on imported data

    A bit of background~ I'm using a wii mote to collect accelerometer data, and have the data exported to an excel document. This data is then imported into MATLAB using : a = xlsread(fileName); %reads in file name x = a(:, xColNum); %time y1 = a(:, y1ColNum); %accel value x y2...
Back
Top