This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from math import * | |
dgdsg | |
dsfgdsqgsdqg | |
sdq | |
gsqd | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from math import * | |
un régime transitoire est le | |
régime d'évolution d'un système | |
qui n'a pas encore atteint un | |
état stable appelé régime | |
permanent. | |
un régime permanent est le | |
régime d'un système stable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from math import * | |
LP1 : Ko/(1+(p/Wn)) | |
HP1 : p/Wn/(1+(p/Wn)) | |
2ndOrdre: (denom) | |
1+2E(p/Wn) + (p^2/wn^2) | |
Num: | |
LP2 : Ko | |
HP2 : p^2/Wn^2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from math import * | |
Temporel : avec t | |
SYmbolique : avec p | |
Harmonique : jw | |
p = jw | |
Condo : 1/jCw | |
Indu : jLw | |
w = 2pi*f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from math import * | |
FFT = a0 + somme(an*cos(nwt)+bn*sin(nwt)) | |
paire: bn=0 | |
impaire: an=0 a0=0 | |
An=2/T integrale(f(t)*cos(nwt)dt) | |
Bn=2/T integrale(f(t)*sin(nwt)dt) | |
paire: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from math import * | |
Vs = R1*Ve/R1+R2 | |
(Vs = tension R1) | |
ideal: | |
gain infini/Ad infini | |
Ze = infini | |
Zs = 0 | |
BP infinie |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This comment was added automatically to allow this file to save. | |
# You'll be able to remove it after adding text to the file. | |
to = L/Vc | |
Zc = sqr(l/c) | |
l = inductance | |
c = condo | |
Vc = 1/sqr(l*c) | |
= c/sqr(Er) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
F(p)*e^(-to*p) | |
F(p) = somme de signaux simples | |
retardés si possible | |
G static = | |
Valeur en régim permenant | |
Poles = | |
p qui annule déno |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CC - AC | |
<i> = 0 dans certaine situation | |
ieff = rcin(<i²>) | |
i² = E²/R² | |
P = UI = RI² | |
i = E/R (graph) | |
ik1 = ik2 | |
ig = ik1+ik2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Uh> = 1/t * integrale(ut) | |
<Uh> = Vs(2£-1) | |
(a utilisé pour savoir quand | |
tension positive) | |
Uh = Ldi/dt + Ua | |
<Uh> = Ua | |
Tension moyenne induc = 0 | |
Ldi/dt = Vs - Ua |
OlderNewer