أنا، صاحب حقوق التأليف والنشر لهذا العمل، أنشر هذا العمل تحت الرخص التالية:
يسمح نسخ وتوزيع و/أو تعديل هذه الوثيقة تحت شروط رخصة جنو للوثائق الحرة، الإصدار 1.2 أو أي إصدار لاحق تنشره مؤسسة البرمجيات الحرة؛ دون أقسام ثابتة ودون نصوص أغلفة أمامية ودون نصوص أغلفة خلفية. نسخة من الرخصة تم تضمينها في القسم المسمى GNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue
نسب العمل إلى مُؤَلِّفه – يلزم نسب العمل إلى مُؤَلِّفه بشكل مناسب وتوفير رابط للرخصة وتحديد ما إذا أجريت تغييرات. بالإمكان القيام بذلك بأية طريقة معقولة، ولكن ليس بأية طريقة تشير إلى أن المرخِّص يوافقك على الاستعمال.
الإلزام بترخيص المُشتقات بالمثل – إذا أعدت إنتاج المواد أو غيرت فيها، فيلزم أن تنشر مساهماتك المُشتقَّة عن الأصل تحت ترخيص الأصل نفسه أو تحت ترخيص مُتوافِقٍ معه.
تمت إضافة علامة الترخيص لهذا الملف كجزء من رخصة جنو للوثائق الحرة تحديث الترخيص.http://creativecommons.org/licenses/by-sa/3.0/CC BY-SA 3.0Creative Commons Attribution-Share Alike 3.0truetrue
نسب العمل إلى مُؤَلِّفه – يلزم نسب العمل إلى مُؤَلِّفه بشكل مناسب وتوفير رابط للرخصة وتحديد ما إذا أجريت تغييرات. بالإمكان القيام بذلك بأية طريقة معقولة، ولكن ليس بأية طريقة تشير إلى أن المرخِّص يوافقك على الاستعمال.
الإلزام بترخيص المُشتقات بالمثل – إذا أعدت إنتاج المواد أو غيرت فيها، فيلزم أن تنشر مساهماتك المُشتقَّة عن الأصل تحت ترخيص الأصل نفسه أو تحت ترخيص مُتوافِقٍ معه.
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 :
{{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