Skip to content

Commit

Permalink
tiny iir change
Browse files Browse the repository at this point in the history
  • Loading branch information
leo10tt10 committed Nov 29, 2016
1 parent ce2779a commit 0fc9512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyrpl/iir.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ def coefficients(self):
z, p, k = self.rescaled_sys # 'tf_continuous'

# pre-account for frequency distortion of bilinear transformation
# - this step is obsolete in the current algorithm
# if prewarp:
# z, p = prewarp(z, p, dt=loops * dt)

Expand Down

0 comments on commit 0fc9512

Please sign in to comment.