File:Tension amplificateur classe f avec harmonique rang 3.svg
Summary
Description |
Français : Effet de l'ajout de l'harmonique de rang 3 dans un amplificateur bi-harmonique English: Voltage with third harmonic in a bi-harmonic amplifier |
||||||||
Date | |||||||||
Source | Own work | ||||||||
Author | Yves-Laurent Allaert | ||||||||
Permission (Reusing this file) |
I, the copyright holder of this work, hereby publish it under the following licenses:
This file is licensed under the Creative Commons Attribution-Share Alike 2.5 Generic, 2.0 Generic and 1.0 Generic license.
You may select the license of your choice. |
Gnuplot script
Save this script to file "tension_amplificateur_classe_f_avec_harmonique_rang_3" then run the command line "gnuplot tension_amplificateur_classe_f_avec_harmonique_rang_3", you will get tension_amplificateur_classe_f_avec_harmonique_rang_3.svg, if you have well installed gnuplot 4.0 or later.
set terminal svg set encoding iso_8859_1 set border set grid set xlabel "Angle" set ylabel "tension relative" set xrange [0:360] set output "tension_amplificateur_classe_f_avec_harmonique_rang_3.svg" Vf=1 Vh=Vf/9.0 f(x)=Vf*sin(x*pi/180) h(x)=Vh*sin(3*x*pi/180) plot f(x) title "Fondamental" with lines lw 2, \ h(x) title "Harmonique de rang 3" with lines lw 2, \ f(x)+h(x) title "Tension globale" with lines lw 2Category:Images with Gnuplot source code Category:Chronograms Category:Amplifier diagrams