[SciPy-user] Where are the filtering tutorials?

Travis E. Oliphant oliphant.travis at ieee.org
Tue Mar 25 14:20:17 EST 2003


Lance Boyle wrote:

> Does anyone know where the filtering tutorials are?
>
> http://www.scipy.org/site_content/tutorials/ 
> show_doc?input_file=node25.html 


The best place to look is the CVS tree under tutorials.

You can browse the CVS tree and look for *.lyx files (the tutorials are 
written in .lyx)

You can install .lyx for most platforms (even Windows---though it's a 
bit tedious but should get easier in the future) and it's freely available.

You can also use the help system

help(signal)

or

scipy.info(signal)

Most of the functions should have documentation strings.

What kind of filtering are you looking for and maybe I can point you 
down the right direction?

-Travis O.





More information about the SciPy-User mailing list