File:Chronogrammes croix malte 4 branches.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 501 × 838 pixels, file size: 99 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: Chronograms for a 4-branches Geneva drive (arbitrary unit), from top to bottom: angular position, angular velocity, angular acceleration, angular jerk.
Français : Chronogrammes pour une croix de Malte à quatre branches (unités arbitraires), du haut vers le bas : position angulaire, vitesse angulaire, accélération angulaire, à-coup angulaire.
Date
Source Own work
Author Christophe Dang Ngoc Chan (Cdang (talk))
Other versions full diagram (complete period): File:Chronogrammes croix malte 4 branches complet.svg

Scilab source

alpha = %pi/4;
theta_e = (%pi/2 - alpha):(-0.005):(alpha - %pi/2);
k = 1/sin(alpha);
n = size(theta_e, "*");

deff("y = fx(x)", "y = atan(sin(x)./(k - cos(x)))");
deff("y = fv(x)", "y = (k*cos(x) - 1)./(k^2 - 2*k*cos(x) + 1)");
deff("y = fa(x)", "y = -sin(x)./(k^2 - 2*k*cos(x) + 1).^2");
deff("y = fj(x)", "y = -(cos(x) - 4*k*(sin(x).^2))./(k^2 - 2*k*cos(x) + 1)./...
    (k^2 - 2*k*cos(x) + 1)");

x = fx(theta_e);
maxx = max(x);
x = 1/maxx*x;

v = fv(theta_e);
maxv = max(v);
v = 1/maxv*v;

a = fa(theta_e);
maxa = max(a);
a = 1/maxa*a;

j = fj(theta_e);
maxj = max(abs(j));
j = 1/maxj*j

maxth = max(theta_e);
pos = 1/maxth*theta_e

scf(0);
clf;

subplot(4, 1, 1)
plot(pos, x)
xtitle("Position angulaire", "t", "$\theta_\mathrm{s}$")

subplot(4, 1, 2)
plot(pos, v)
xtitle("Vitesse angulaire", "t", "$\omega_\mathrm{e}$")

subplot(4, 1, 3)
plot(pos, a)
xtitle("Accélération angulaire", "t", "$\alpha_\mathrm{e}$")

subplot(4, 1, 4)
plot(pos, j)
xtitle("À-coup angulaire", "t", "$j_\mathrm{e}$")

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported, 2.5 Generic, 2.0 Generic and 1.0 Generic license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
You may select the license of your choice.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current14:07, 25 February 2014Thumbnail for version as of 14:07, 25 February 2014501 × 838 (99 KB)Cdang (talk | contribs){{Information |Description={{en|1=Chronograms for a 4-branches Geneva drive (arbitrary unit), from top to bottom: angular position, angular velocity, angular acceleration, angular jerk.}} {{fr|1=Chronogrammes pour une croix de Malte à quatre branches...

There are no pages that use this file.

Metadata