[SciPy-User] permuted output arguments in online tutorial for scipy.signal.freqz

Pauli Virtanen pav at iki.fi
Fri Nov 2 10:09:00 EDT 2012


Karl Kappler <kkappler <at> sjgeophysics.com> writes:

> 
> 
> Hi, Not sure I am sending this to the right place, just wanted to let you know 
that the output arguments w and h in the worked example on the 
webpage:http://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.freqz.ht
ml
> 
> are flipped.  i.e. the line:
> h, w = signal.freqz(b)should readw, h = signal.freqz(b)

This has apparently been fixed some time ago:
http://docs.scipy.org/doc/scipy-dev/reference/generated/scipy.signal.freqz.html





More information about the SciPy-User mailing list