Skip to content

Instantly share code, notes, and snippets.

@Wasabules
Last active May 10, 2021 22:24
Show Gist options
  • Save Wasabules/542f9fe45017c38fb04dd6c7375ed4b2 to your computer and use it in GitHub Desktop.
Save Wasabules/542f9fe45017c38fb04dd6c7375ed4b2 to your computer and use it in GitHub Desktop.
filtres
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
BP : 2E*(p/Wn)
N (Notch, Rejecteur) :
1-(w/wn)^2
Ko gain statik
E ou m ou z
T(p) transmitance symbo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment