Skip to content

Instantly share code, notes, and snippets.

@scspaeth
Created May 18, 2019 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scspaeth/48fff5309a94e0b02706a26c01aa8c11 to your computer and use it in GitHub Desktop.
Save scspaeth/48fff5309a94e0b02706a26c01aa8c11 to your computer and use it in GitHub Desktop.
GyroSCS.phyphox Test experiment
<phyphox version="1.6" locale="en">
<title>GyroSCS</title>
<category>Raw Sensors</category>
<description>Get raw data from the gyroscope.</description>
<link label="Wiki">http://phyphox.org/wiki/index.php?title=Sensor:_Gyroscope</link>
<link label="x / y / z">http://phyphox.org/sensors/</link>
<icon format="string">Gys</icon>
<translations>
<translation locale="de">
<title>Gyroskop</title>
<category>Sensoren</category>
<description>Rohdaten des Gyroskops auslesen.</description>
<link label="x / y / z">http://phyphox.org/de/unterstutzte-sensoren/</link>
<string original="Gyroscope X">Gyroskop X</string>
<string original="Gyroscope Y">Gyroskop Y</string>
<string original="Gyroscope Z">Gyroskop Z</string>
<string original="Absolute">Betrag</string>
<string original="Absolute">Betrag</string>
<string original="Absolute">Betrag</string>
<string original="Simple">Einfach</string>
<string original="Gyroscope X">Gyroskop X</string>
<string original="Gyroscope Y">Gyroskop Y</string>
<string original="Gyroscope Z">Gyroskop Z</string>
<string original="Absolute">Betrag</string>
</translation>
<translation locale="cs">
<title>Gyroskop</title>
<category>Senzory</category>
<description>Zobrazí neupravená data z gyroskopu.</description>
<string original="Graph">Graf</string>
<string original="Gyroscope X">Gyroskop X</string>
<string original="Gyroscope Y">Gyroskop Y</string>
<string original="Gyroscope Z">Gyroskop Z</string>
<string original="Absolute">Celkové</string>
<string original="Absolute">Celkové</string>
<string original="Absolute">Celkové</string>
<string original="Simple">Stručně</string>
<string original="Gyroscope X">Gyroskop X</string>
<string original="Gyroscope Y">Gyroskop Y</string>
<string original="Gyroscope Z">Gyroskop Z</string>
<string original="Absolute">Celkové</string>
</translation>
<translation locale="pl">
<title>Żyroskop</title>
<category>Surowe dane</category>
<description>Uzyskaj surowe dane z czujnika żyroskopowego.</description>
<string original="Graph">Wykres</string>
<string original="Gyroscope X">Żyroskop - składowa x</string>
<string original="w (rad/s)">ω (rad/s)</string>
<string original="Gyroscope Y">Żyroskop - składowa y</string>
<string original="w (rad/s)">ω (rad/s)</string>
<string original="Gyroscope Z">Żyroskop - składowa z</string>
<string original="w (rad/s)">ω (rad/s)</string>
<string original="Absolute">Całkowite</string>
<string original="Absolute">Całkowite</string>
<string original="w (rad/s)">ω (rad/s)</string>
<string original="Absolute">Całkowite</string>
<string original="Simple">Próbka</string>
<string original="Gyroscope X">Żyroskop - składowa x</string>
<string original="Gyroscope Y">Żyroskop - składowa y</string>
<string original="Gyroscope Z">Żyroskop - składowa z</string>
<string original="Absolute">Całkowite</string>
</translation>
</translations>
<data-containers>
<container size="0" static="false">gyrX</container>
<container size="0" static="false">gyrY</container>
<container size="0" static="false">gyrZ</container>
<container size="0" static="false">gyr</container>
<container size="0" static="false">gyr_time</container>
</data-containers>
<input>
<sensor rate="10" average="true" type="gyroscope">
<output component="x">gyrX</output>
<output component="y">gyrY</output>
<output component="z">gyrZ</output>
<output component="t">gyr_time</output>
<output component="abs">gyr</output>
</sensor>
</input>
<output>
</output>
<analysis sleep="0" onUserInput="false">
</analysis>
<views>
<view label="Graph">
<graph label="Gyroscope X" aspectRatio="2.5" style="lines" lineWidth="1" color="ff7e22" partialUpdate="true" history="1" labelX="t (s)" labelY="w (rad/s)" logX="false" logY="false" xPrecision="3" yPrecision="3" scaleMinX="auto" scaleMaxX="auto" scaleMinY="auto" scaleMaxY="auto" minX="0" maxX="0" minY="0" maxY="0">
<input axis="y">gyrX</input>
<input axis="x">gyr_time</input>
</graph>
<graph label="Gyroscope Y" aspectRatio="2.5" style="lines" lineWidth="1" color="ffff00" partialUpdate="true" history="1" labelX="t (s)" labelY="w (rad/s)" logX="false" logY="false" xPrecision="3" yPrecision="3" scaleMinX="auto" scaleMaxX="auto" scaleMinY="auto" scaleMaxY="auto" minX="0" maxX="0" minY="0" maxY="0">
<input axis="y">gyrY</input>
<input axis="x">gyr_time</input>
</graph>
<graph label="Gyroscope Z" aspectRatio="2.5" style="lines" lineWidth="1" color="ff6060" partialUpdate="true" history="1" labelX="t (s)" labelY="w (rad/s)" logX="false" logY="false" xPrecision="3" yPrecision="3" scaleMinX="auto" scaleMaxX="auto" scaleMinY="auto" scaleMaxY="auto" minX="0" maxX="0" minY="0" maxY="0">
<input axis="y">gyrZ</input>
<input axis="x">gyr_time</input>
</graph>
</view>
<view label="Absolute">
<graph label="Absolute" aspectRatio="2.5" style="lines" lineWidth="1" color="ff7e22" partialUpdate="true" history="1" labelX="t (s)" labelY="w (rad/s)" logX="false" logY="false" xPrecision="3" yPrecision="3" scaleMinX="auto" scaleMaxX="auto" scaleMinY="auto" scaleMaxY="auto" minX="0" maxX="0" minY="0" maxY="0">
<input axis="y">gyr</input>
<input axis="x">gyr_time</input>
</graph>
<value label="Absolute" size="2" precision="3" scientific="false" unit="rad/s" factor="1">
<input>gyr</input>
</value>
</view>
<view label="Simple">
<value label="Gyroscope X" size="2" precision="3" scientific="false" unit="rad/s" factor="1">
<input>gyrX</input>
</value>
<value label="Gyroscope Y" size="2" precision="3" scientific="false" unit="rad/s" factor="1">
<input>gyrY</input>
</value>
<value label="Gyroscope Z" size="2" precision="3" scientific="false" unit="rad/s" factor="1">
<input>gyrZ</input>
</value>
<value label="Absolute" size="2" precision="3" scientific="false" unit="rad/s" factor="1">
<input>gyr</input>
</value>
</view>
</views>
<export>
<set name="Raw Data">
<data name="Time (s)">gyr_time</data>
<data name="Gyroscope x (rad/s)">gyrX</data>
<data name="Gyroscope y (rad/s)">gyrY</data>
<data name="Gyroscope z (rad/s)">gyrZ</data>
<data name="Absolute (rad/s)">gyr</data>
</set>
</export>
</phyphox>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment