Պատկեր:Class-AB common-emitter anim.gif

Page contents not supported in other languages.
Վիքիպեդիայից՝ ազատ հանրագիտարանից

Class-AB_common-emitter_anim.gif(640 × 480 փիքսել, նիշքի չափը՝ 26 ԿԲ, MIME-տեսակը՝ image/gif, looped, 16 frames, 3,5 վ)

Այս նիշքը տեղադրված է Վիքիպահեստում է և այն կարող է օգտագործվել այլ նախագծերի կողմից։ Վիքիպահեստում նիշքի մասին տեղեկությունների հիմնական մասը ներկայացված է ստորև։

Նկարագրում Influence de l'amplitude sur la forme de la sortie pour un émetteur commun de classe AB.
Թվական
Աղբյուր Բեռնողի սեփական աշխատանք
Հեղինակ Yves-Laurent
Իրավունքներ
(Նիշքի վերաօգտագործումը)
Ես, այս աշխատանքի հեղինակային իրավունքների տերը, ներկա հրատարակում եմ սրա հետևյալ լիցենզիաների պայմաններով
GNU head Այս վավերագրման պատճենահանման, տարածման և/կամ ձևափոխման թույլտվություն կամ լիցենզիայի GNU FDL պայմաններով 1.2 մեկնակերպի կամ ավելի ուշ, հրատարակված Ազատ ծրագրային ապահովության հիմնադրամում, առանց անփոփոխելի հատվածների, առանց բնագիրների, որոնք տեղադրված են առաջին և վերջին շապիկներում: Լիցենզիայի պատճենը գտնվում է GNU Free Documentation License հատվածում:
w:en:Creative Commons
հղում համանման տարածում
Այս նիշքը հասանելի է Creative Commons Attribution-Share Alike 3.0 Unported արտոնագրի ներքո:
Դուք ազատ եք՝
  • կիսվել ստեղծագործությամբ – պատճենել, տարածել և փոխանցել այս աշխատանքը։
  • վերափոխել – ադապտացնել աշխատանքը
Պահպանելով հետևյալ պայմանները'
  • հղում – Դուք պետք է նշեք հեղինակի (իրավատիրոջ) հղումը:
  • համանման տարածում – Եթե դուք ձևափոխում եք, փոխակերպում, կամ այս աշխատանքի հիման վրա ստեղծում եք նոր աշխատանք, ապա ձեր ստեղծածը կարող է տարածվել միայն նույն կամ համարժեք թույլատրագրով։
Այս արտոնգրության հատկանիշը ավելացված է տվյալ նիշքին որպես GFDL արտոնագրի բարեփոխում:
w:en:Creative Commons
հղում համանման տարածում
This file is licensed under the Creative Commons Attribution-Share Alike 2.5 Generic, 2.0 Generic and 1.0 Generic license.
Դուք ազատ եք՝
  • կիսվել ստեղծագործությամբ – պատճենել, տարածել և փոխանցել այս աշխատանքը։
  • վերափոխել – ադապտացնել աշխատանքը
Պահպանելով հետևյալ պայմանները'
  • հղում – Դուք պետք է նշեք հեղինակի (իրավատիրոջ) հղումը:
  • համանման տարածում – Եթե դուք ձևափոխում եք, փոխակերպում, կամ այս աշխատանքի հիման վրա ստեղծում եք նոր աշխատանք, ապա ձեր ստեղծածը կարող է տարածվել միայն նույն կամ համարժեք թույլատրագրով։
Կարող եք ընտրել այս թույլատրագրերից ցանկացածը։
This image could be re-created using vector graphics as an SVG file. This has several advantages; see Commons:Media for cleanup for more information. If an SVG form of this image is available, please upload it and afterwards replace this template with {{vector version available|new image name}}. It is recommended to name the SVG file "Class-AB common-emitter anim.svg" - then the template Vector version available (or Vva) does not need the new image name parameter.

Gnuplot script

Save this script to file "anim" then run the command line "gnuplot anim", you will get classe_AB_*.gif (*=00,01,...,15), if you have well installed gnuplot 4.0 or later.

set terminal gif font 'Times_New_Roman' 22
set encoding iso_8859_1
unset border
unset label
unset xtics
unset ytics
set yrange [-16:12]
set xrange [0:2*pi]
G=4
MaxAB=8
Ve(x,Vm) = -Vm*sin(x)
Vs(x,Vm) = -G*Ve(x,Vm) <= MaxAB ? -G*Ve(x,Vm) : MaxAB
set output "classe_AB_00.gif"
plot Ve(x,0) title "Ve" with lines lw 2, \
     Vs(x,0) title "Vs" with lines lw 2
set output "classe_AB_01.gif"
plot Ve(x,0.5) title "Ve" with lines lw 2, \
     Vs(x,0.5 ) title "Vs" with lines lw 2
set output "classe_AB_02.gif"
plot Ve(x,1) title "Ve" with lines lw 2, \
     Vs(x,1) title "Vs" with lines lw 2
set output "classe_AB_03.gif"
plot Ve(x,1.5) title "Ve" with lines lw 2, \
     Vs(x,1.5) title "Vs" with lines lw 2
set output "classe_AB_04.gif"
plot Ve(x,2) title "Ve" with lines lw 2, \
     Vs(x,2) title "Vs" with lines lw 2
set output "classe_AB_05.gif"
plot Ve(x,2.5) title "Ve" with lines lw 2, \
     Vs(x,2.5 ) title "Vs" with lines lw 2
set output "classe_AB_06.gif"
plot Ve(x,3) title "Ve" with lines lw 2, \
     Vs(x,3) title "Vs" with lines lw 2
set output "classe_AB_07.gif"
plot Ve(x,3.5) title "Ve" with lines lw 2, \
     Vs(x,3.5 ) title "Vs" with lines lw 2
set output "classe_AB_08.gif"
plot Ve(x,4) title "Ve" with lines lw 2, \
     Vs(x,4) title "Vs" with lines lw 2
set output "classe_AB_09.gif"
plot Ve(x,3.5) title "Ve" with lines lw 2, \
     Vs(x,3.5 ) title "Vs" with lines lw 2
set output "classe_AB_10.gif"
plot Ve(x,3) title "Ve" with lines lw 2, \
     Vs(x,3) title "Vs" with lines lw 2
set output "classe_AB_11.gif"
plot Ve(x,2.5) title "Ve" with lines lw 2, \
     Vs(x,2.5 ) title "Vs" with lines lw 2
set output "classe_AB_12.gif"
plot Ve(x,2) title "Ve" with lines lw 2, \
     Vs(x,2) title "Vs" with lines lw 2
set output "classe_AB_13.gif"
plot Ve(x,1.5) title "Ve" with lines lw 2, \
     Vs(x,1.5 ) title "Vs" with lines lw 2
set output "classe_AB_14.gif"
plot Ve(x,1) title "Ve" with lines lw 2, \
     Vs(x,1) title "Vs" with lines lw 2
set output "classe_AB_15.gif"
plot Ve(x,0.5) title "Ve" with lines lw 2, \
     Vs(x,0.5 ) title "Vs" with lines lw 2
replot

Don't forget to set GDFONTPATH before running gnuplot with something like :

export GDFONTPATH=/var/lib/defoma/gs.d/dirs/fonts/

Gifsicle script

gifsicle --delay=22 --loop --optimize  *.gif > Class-AB_common-emitter_anim.gif

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

պատկերված

24 հունվարի 2008

checksum անգլերեն

8dd9584ca5bbc0c64949eb6b15060984447ce3ed

data size անգլերեն

26 950 Բայթ

3,5200000000000014 վայրկյան

480 փիքսել

640 փիքսել

Նիշքի պատմություն

Մատնահարեք օրվան/ժամին՝ նիշքի այդ պահին տեսքը դիտելու համար։

Օր/ԺամՄանրապատկերՕբյեկտի չափըՄասնակիցՄեկնաբանություն
ընթացիկ21:36, 28 հունվարի 200821:36, 28 հունվարի 2008 տարբերակի մանրապատկերը640 × 480 (26 ԿԲ)Yves-Laurent{{Information |Description=Influence de l'amplitude sur la forme de la sortie pour un émetteur commun de classe AB. |Source=travail personnel |Date=24/01/2008 |Author= Yves-Laurent |Permission={{self2|GFDL|cc-by-sa-2.5,2.0,1.0}} |ot
21:29, 28 հունվարի 200821:29, 28 հունվարի 2008 տարբերակի մանրապատկերը640 × 480 (27 ԿԲ)Yves-Laurent{{Information |Description=Influence de l'amplitude sur la forme de la sortie pour un émetteur commun de classe AB. |Source=travail personnel |Date=24/01/2008 |Author= Yves-Laurent |Permission={{self2|GFDL|cc-by-sa-2.5,2.0,1.0}} |ot
01:41, 25 հունվարի 200801:41, 25 հունվարի 2008 տարբերակի մանրապատկերը640 × 480 (14 ԿԲ)Yves-Laurent{{Information |Description=Influence de l'amplitude sur la forme de la sortie pour un émetteur commun de classe AB. |Source=travail personnel |Date=24/01/2008 |Author= Yves-Laurent |Permission={{self2|GFDL|cc-by-sa-2.5,2.0,1.0}} |ot

Այս նիշքին օգտագործող էջեր չկան։

Նիշքի համընդհանուր օգտագործում

Հետևյալ այլ վիքիները օգտագործում են այս նիշքը՝