Alkuperäinen tiedosto(SVG-tiedosto; oletustarkkuus 785 × 745 kuvapistettä; tiedostokoko 130 KiB)

Yhteenveto

Kuvaus
English: Figure showing several Lissajous figures for different phase delays. [1] was used for reference.
Päiväys
Lähde Oma teos
Tekijä Krishnavedala
SVG kehittely
InfoField
 
Tämän SVG-tiedoston lähdekoodi on validoitu.
 
Tämä vektorigrafiikkatiedosto luotiin käyttäen apuna ohjelmaa LaTeX and converted to SVG using dvisvgm.
LaTeX source code
\documentclass[10pt,border=0pt,tikz,class=scrartcl,multi=false]{standalone}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{lmodern}
\usepackage{mathtools,amssymb,gensymb}
\usepackage{pgfplots}
\usepackage{ifthen}
\pgfplotsset{compat=1.10}
\usetikzlibrary{positioning,calc,arrows,fit,backgrounds,decorations.text,shapes,matrix}

\title {Lissajous phase}
\author{Krishnatej Vedala}

\def\amplitude{1}
\newcommand{\LissajousCurve}[1]{
	\begin{tikzpicture}[anchor=center]\begin{axis}[draw, axis equal, clip=false,
	axis lines=center,
	xtick=\empty, ytick=\empty,
	xmin=-\amplitude-0.1, ymin=-\amplitude-0.1, xmax=\amplitude+0.1, ymax=\amplitude+0.4,
	xlabel={\Large$x(t)$}, ylabel={\Large$y(t)$}]
	\addplot[samples=100, domain=0:1, line width=2.5pt, variable=\t, >->] ({\amplitude*sin(deg(2*pi*t))},{\amplitude*sin(deg(2*pi*t)+#1)});
	\addplot[black,dotted] coordinates {
		(-\amplitude,\amplitude) (\amplitude,\amplitude) 
		(\amplitude,-\amplitude) (-\amplitude,-\amplitude) 
		(-\amplitude,\amplitude)};
	\end{axis}\end{tikzpicture}
}

\tikzset{
	plots/.style = {
		inner sep      = 0pt,
		align          = center,
		font           = \normalsize,
		transform shape,
		anchor = center,
		thick
	},
	graph/.style = {draw = none, scale = .75},
	info/.style = {font = \footnotesize, draw = none}
}

\tikzset{
	pics/graph_pic/.style n args = {3}{code={
		\node (-g) [scale=.65, plots, graph] {\LissajousCurve{#1}};
		\begin{scope}[x=(-g.south west), y=(-g.south), yshift=-6.6em]
		\node [plots, info] {
			$\underbrace{
				\left\{\begin{aligned}
				x(t)&=\sin(2\pi t)\\[-5pt]
				y(t)&=\sin\left(2\pi t-#2\right)
				\end{aligned}\right.}_{
				\begin{array}{@{}c@{}}
				\delta=#1^\circ\\
				\text{#3}
				\end{array}}$
		};
		\node (-c) [fit = (-g.north east), inner sep = 0pt] {};
		\end{scope}
	}}
}

\pagestyle{empty}
\begin{document}
\begin{tikzpicture}[thick,auto,>=stealth']
\def\pp{10}

	\fill [fill=black!40] (0,0) rectangle (\pp,\pp);
	\fill [fill=black!40] (0,0) rectangle (-\pp,-\pp);
	\fill [fill=black!10] (0,0) rectangle (-\pp,\pp);
	\fill [fill=black!10] (0,0) rectangle (\pp,-\pp);

	\draw [decorate, decoration={brace,amplitude=17pt}] (0,\pp) -- node [pos=.5,anchor=south,yshift=15pt] { Positive slope (I \& IV)} (\pp,\pp);
	\draw [decorate, decoration={brace,amplitude=17pt}] (-\pp,\pp) -- node [pos=.5,anchor=south,yshift=15pt] { Negative slope (II \& III)} (0,\pp);
	\draw [decorate, decoration={brace,amplitude=17pt}] (\pp,\pp) -- node [pos=.5,anchor=south,xshift=15pt,rotate=-90] { Clockwise (I \& II)} (\pp,0);
	\draw [decorate, decoration={brace,amplitude=17pt}] (\pp,0) -- node [pos=.5,anchor=south,xshift=15pt,rotate=-90] { Counter clockwise (III \& IV)} (\pp,-\pp);

	\node [anchor=north east] at (\pp,\pp) {\Large\textrm I};
	\node [anchor=north west] at (-\pp,\pp) {\Large\textup{II}};
	\node [anchor=south west] at (-\pp,-\pp) {\Large\textup{III}};
	\node [anchor=south east] at (\pp,-\pp) {\Large\textup{IV}};

	\foreach[count=\i] \angle/\a/\b/\c in 
	{-315/7\pi/4/,
	-270/3\pi/2/(in ``quadrature''),
	-225/5\pi/4/,
	-180/\pi//(inverted),
	-135/3\pi/4/,
	-90/\pi/2/(in ``quadrature''),
	-45/\pi/4/,
	0/0//(in phase)}{
		\ifthenelse{\equal{\angle}{-270}}{\def\len{7.8}}{\def\len{6.8}}
		\ifthenelse{\equal{\b}{}}{
			\path pic (g-\i) at +(45*\i:\len) {graph_pic={\angle}{\a}{\c}};
		}{
			\path pic (g-\i) at +(45*\i:\len) {graph_pic={\angle}{\frac{\a}{\b}}{\c}};
		}
		\ifthenelse{\equal{\angle}{-270}}{
			\draw[dashed, semithick] (0,0) -- node [near end, sloped, above] 
			{\footnotesize$\delta=\angle^\circ$} ($(g-\i-g)-(0,8em)$);
		}{
			\draw[dashed, semithick] (0,0) -- node [near end, sloped, above] 
			{\footnotesize$\delta=\angle^\circ$} (g-\i-g);
		}
	}

	\draw [->, semithick, postaction={decorate, decoration={
		text along path, text={Increasing phase shift}, text align={center,left indent=3mm},raise=3pt}
	}] (1.5,0) arc (0:-315:1.5);

	\node [draw=black, thick, dashed, rectangle, rotate=90, align=center, anchor=south] at (-\pp-0.1,0) {\large
		LTI Lissajous figures are \textbf{ovals} with \emph{eccentricity} and\\
		\emph{direction of rotation} determined by phase shift $\delta$.
	};
\end{tikzpicture}
\end{document}

Lisenssi

Minä, tämän teoksen tekijänoikeuksien haltija, julkaisen täten tämän teoksen seuraavilla lisensseillä:
w:fi:Creative Commons
nimeäminen jaa samoin
Tämä tiedosto on lisensoitu Creative Commons Nimeä-JaaSamoin 3.0 Ei sovitettu -lisenssillä.
Voit:
  • jakaa – kopioida, levittää ja esittää teosta
  • remiksata – valmistaa muutettuja teoksia
Seuraavilla ehdoilla:
  • nimeäminen – Sinun on mainittava lähde asianmukaisesti, tarjottava linkki lisenssiin sekä merkittävä, mikäli olet tehnyt muutoksia. Voit tehdä yllä olevan millä tahansa kohtuullisella tavalla, mutta et siten, että annat ymmärtää lisenssinantajan suosittelevan sinua tai teoksen käyttöäsi.
  • jaa samoin – Jos muutat tai perustat tähän työhön, voit jakaa tuloksena syntyvää työtä vain tällä tai tämän kaltaisella lisenssillä.
GNU head Voit kopioida, levittää ja/tai muuttaa tätä asiakirjaa GNU Free Documentation License -lisenssin version 1.2 tai minkä tahansa Free Software Foundationin julkaiseman myöhemmän version ehtojen alaisena; ei koske muuttumattomia kohtia, etukannen tekstejä eikä takakannen tekstejä. Kopio tästä lisenssistä on saatavilla osiossa GNU Free Documentation License.
Voit valita haluamasi lisenssin.

Kuvatekstit

Lisää yhden rivin pituinen kuvaus tästä tiedostosta

Kohteet, joita tässä tiedostossa esitetään

esittää

20. elokuu 2014

Tiedoston historia

Päiväystä napsauttamalla näet, millainen tiedosto oli kyseisellä hetkellä.

PäiväysPienoiskuvaKokoKäyttäjäKommentti
nykyinen24. huhtikuuta 2015 kello 02.15Pienoiskuva 24. huhtikuuta 2015 kello 02.15 tallennetusta versiosta785 × 745 (130 KiB)Krishnavedalafixed issues
24. huhtikuuta 2015 kello 02.14Pienoiskuva 24. huhtikuuta 2015 kello 02.14 tallennetusta versiosta785 × 745 (112 KiB)Krishnavedalaconverted using {{w|dvisvgm}}
21. elokuuta 2014 kello 01.34Pienoiskuva 21. elokuuta 2014 kello 01.34 tallennetusta versiosta797 × 750 (292 KiB)Krishnavedala{{Information |Description ={{en|1=Figure showing several Lissajous figures for different phase delays. [http://hg.tedpavlic.com/courses/osu/ece209/file/7b7c6399beca/lab1_intro/lab1_intro_lissajous/lab1_intro_lissajous.tex] was used for reference.}...

Seuraava sivu käyttää tätä tiedostoa:

Tiedoston järjestelmänlaajuinen käyttö

Seuraavat muut wikit käyttävät tätä tiedostoa:

Metatieto