File:Compensation aop.svg

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

Original file(SVG file, nominally 600 × 480 pixels, file size: 12 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description Influence de la compensation sur les performances en BO d'un AOP
Date 4 March 2007 (upload 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:
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 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.
This licensing tag was added to this file as part of the GFDL licensing update.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 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.

Gnuplot script[edit]

Save this script to file "compensation_aop" then run the command line "gnuplot Maximum_power", you will get compensation_aop.svg, if you have well installed gnuplot 4.0 or later.

set terminal svg
set encoding iso_8859_1
set border
unset xtics
set ytics
set xlabel "fréquence (echelle log)"
set ylabel "Gain en boucle ouverte (en dB)"
set output "compensation_aop.svg"
set logscale x
set grid xtics ytics
f1=10
f1_2=150
f2=4000
f3=10000
G0=2*10**5
G1(x) = 10*log(G0/(( 1 + (x/f1)**2 )*( 1 + (x/f2)**2 )*( 1 + (x/f3)**2 )))
G2(x) = 10*log(G0/(( 1 + (x/f1_2)**2 )*( 1 + (x/f2)**2 )*( 1 + (x/f3)**2 )))
P1(x) = (- atan(x/f1) - atan(x/f2) - atan(x/f3) )*180/pi
P2(x) = (- atan(x/f1_2) - atan(x/f2) - atan(x/f3) )*180/pi
set size 1,0.5
set origin 0.0,0.5
set yrange [0:130]
plot [1:5*f2] G1(x) title "compensé", G2(x) title "non compensé"
set origin 0.0,0.0
set ylabel "phase en boucle ouverte"
set yrange [-250:0]
plot [1:5*f2] P1(x) title "compensé", P2(x) title "non compensé"
unset multiplot

File history

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

Date/TimeThumbnailDimensionsUserComment
current21:04, 4 March 2007Thumbnail for version as of 21:04, 4 March 2007600 × 480 (12 KB)Yves-Laurent (talk | contribs)== Summary == {{Information |Description= Influence de la compensation sur les performances en BO d'un AOP |Source=own work/travail personnel |Date=04/03/2007 |Author=Yves-Laurent Allaert |Permission={{self2|GFDL|cc-by-sa-2.5,2.0,1.0}} }} ==Gnuplot scrip

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata