Skip to content

Commit

Permalink
DOC: fix example plots for synthesizeChebyshevNTF()
Browse files Browse the repository at this point in the history
  • Loading branch information
ggventurini committed Mar 2, 2015
1 parent 9f4c940 commit 2bfb9a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deltasigma/_synthesizeChebyshevNTF.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def synthesizeChebyshevNTF(order=3, OSR=64, opt=0, H_inf=1.5, f0=0.):
OSR = 4
order = 8
H_inf = 3
plt.figure(figsize=(12,6))
H0 = synthesizeNTF(order, OSR, 1, H_inf)
H1 = synthesizeChebyshevNTF(order, OSR, 0, H_inf)
# 1. Plot the singularities.
Expand Down Expand Up @@ -150,6 +151,7 @@ def synthesizeChebyshevNTF(order=3, OSR=64, opt=0, H_inf=1.5, f0=0.):
OSR = 32
order = 5
H_inf = 1.2
plt.figure(figsize=(12,6))
H0 = synthesizeNTF(order, OSR, 1, H_inf)
H1 = synthesizeChebyshevNTF(order, OSR, 0, H_inf)
# 1. Plot the singularities.
Expand Down

0 comments on commit 2bfb9a7

Please sign in to comment.