Choices: scipy, matplot ...

D

dug

Hi,

I would like to do some real time signal processing with a graphical
display and I would like your advice as to what I should use. I would
like to be able to view the results and to change parameters of some
signal processing in 'real time'. Data is coming quite slowly in every
1-5 seconds and will consist of (x,y,t).


I have been thinking about SciPy or matplot, but am not restricting
myself to these (or even Python).

Thank you for any advice,

Douglas
 
S

sturlamolden

I would like to do some real time signal processing with a graphical
display and I would like your advice as to what I should use. I would
like to be able to view the results and to change parameters of some
signal processing in 'real time'. Data is coming quite slowly in every
1-5 seconds and will consist of (x,y,t).

I have been thinking about SciPy or matplot, but am not restricting
myself to these (or even Python).

You will need:

- Python 25
- NumPy
- SciPy (possibly)
- Matplotlib (for graphing)
- PyGTK or wxPython (for the rest of the GUI)

Finally you need something to make Python talk to your hardware. Pick
one of the following, dependent on your need and skills:

- ctypes
- pyrex
- inlined C with scipy.weave
- autogenerated wrappers with swig
- hand-written Python extension in C
- hand-written Python extension in C++ (CXX or Boost.Python)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top