DSPRelated.com
Forums

SciPy and DSP

Started by Giulio Petrucci June 5, 2008
Hi there,

I'm trying different alternatives in order to choose a software for 
scientific calculation, expecially for the resulution of (simple) DSP 
problems. Currently I'm using Scilab. Anyway I'd like to learn to use 
SciPy too bt I wasn't able to find any useful "for-dummies" 
documentation about DSP in SciPy.
Do you have any interesting link?

Thanks in advance!

Ciao,
Giulio

-- 
OnAir:
http://www.giuliopetrucci.it
http://www.fujikomonamour.com
On Jun 5, 9:57&#4294967295;am, Giulio Petrucci <sis...@nonono.boh> wrote:
> Hi there, > > I'm trying different alternatives in order to choose a software for > scientific calculation, expecially for the resulution of (simple) DSP > problems. Currently I'm using Scilab. Anyway I'd like to learn to use > SciPy too bt I wasn't able to find any useful "for-dummies" > documentation about DSP in SciPy. > Do you have any interesting link? > > Thanks in advance! > > Ciao, > Giulio >
I'm trying exactly the same combination and running into the same problems with regard to documentation and learning curve. If you discover anything useful, please post it here!
why not use octave?

rgds
bharat pathak


Am Thu, 05 Jun 2008 15:57:06 +0200 schrieb Giulio Petrucci:
> Hi there, > > I'm trying different alternatives in order to choose a software for > scientific calculation, expecially for the resulution of (simple) DSP > problems. Currently I'm using Scilab. Anyway I'd like to learn to use > SciPy too bt I wasn't able to find any useful "for-dummies" > documentation about DSP in SciPy. > Do you have any interesting link? >
"Python Scripting for Computational Science" by Hans Petter Langtangen Springer, ISSN 1611-0994, ISBN 3-540-43508-5 doesn't cover SciPy, but the underlying NumPy modules, as well as an excellent intro to Python and the interfacing with other programming languages. Did you look at the SciPy homepage http://www.scipy.org/ ? HTH. Martin
John Hadstate ha scritto:
> I'm trying exactly the same combination and running into the same > problems with regard to documentation and learning curve.
Add that AFAIK you should also run ipython... and it can be a problem under WinXP (or may be not... anyway to install ipython you have to install a lot of other stuff...).
> If you > discover anything useful, please post it here!
I'll do! And, please, do the same as well! ;-) Ciao, Giulio -- OnAir: http://www.giuliopetrucci.it http://www.fujikomonamour.com
bharat pathak ha scritto:
> why not use octave?
The Scilab documentation about signal processing is better than GNU Octave's one... may be I'm missing anything? Anyway I'm using both of them in "parallel". Ciao, Giulio -- OnAir: http://www.giuliopetrucci.it http://www.fujikomonamour.com

Giulio Petrucci wrote:

> I'm trying different alternatives in order to choose a software for > scientific calculation, expecially for the resulution of (simple) DSP > problems. Currently I'm using Scilab. Anyway I'd like to learn to use > SciPy too bt I wasn't able to find any useful "for-dummies" > documentation about DSP in SciPy.
I want to be a novelist. Please tell me which colour of the pen is the most appropriate for writing the novels. Or should I use a pencil? Vladimir Vassilevsky DSP and Mixed Signal Design Consultant http://www.abvolt.com
On Jun 5, 11:40&#4294967295;am, Giulio Petrucci <sis...@nonono.boh> wrote:
> John Hadstate ha scritto: > > > I'm trying exactly the same combination and running into the same > > problems with regard to documentation and learning curve. > > Add that AFAIK you should also run ipython... and it can be a problem > under WinXP (or may be not... anyway to install ipython you have to > install a lot of other stuff...).
Are you sure? Maybe I'm missing something, but I thought that the latest distribution of NumPy eliminated the need to install all that stuff as individual pieces. My CD has Python 2.5.1, NumPy 1.0.4, SciPy 0.6, PyWin32 2.10, and a PDF file called scipy_tutorial.pdf by Travis Oliphant. You can find the tutorial on-line at http://www.tau.ac.il/~kineret/amit/scipy_tutorial/ I believe it's pretty close to the PDF and the dates are both in October, 2004. You can find more of the latest stuff at http://www.scipy.org/Download
[posted and mailed]

Giulio Petrucci <sisisi@nonono.boh> wrote in news:4847f0b3$0$35960
$4fafbaef@reader2.news.tin.it:

> I'm trying different alternatives in order to choose a software for > scientific calculation, expecially for the resulution of (simple) DSP > problems. Currently I'm using Scilab. Anyway I'd like to learn to use > SciPy too bt I wasn't able to find any useful "for-dummies" > documentation about DSP in SciPy. > Do you have any interesting link?
http://www.scipy.org/Cookbook/ for an all-inclusive install: http://enthought.com/products/epddownload.php -Ray
Vladimir Vassilevsky wrote:
> > > Giulio Petrucci wrote: > >> I'm trying different alternatives in order to choose a software for >> scientific calculation, expecially for the resulution of (simple) DSP >> problems. Currently I'm using Scilab. Anyway I'd like to learn to use >> SciPy too bt I wasn't able to find any useful "for-dummies" >> documentation about DSP in SciPy. > > I want to be a novelist. Please tell me which colour of the pen is the > most appropriate for writing the novels. Or should I use a pencil?
I try to be a novelist, and do something that's at least a little bit novel in everything I do. :-) Steve