help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fast plotting of streaming data - best approach?


From: Alexander Poddey
Subject: fast plotting of streaming data - best approach?
Date: Sat, 25 Jun 2011 14:00:07 +0200
User-agent: KMail/1.9.9

Hi all,

I have some data which comes streaming in (at e.g. 1000 samples /s).
I hold the old data (at least a part of it) and want to plot lets say the last 
5000 data points, updated every 1/10 s.

Calling plot takes a few seconds to bring up the plot (debian squeeze, octave 
3.2.4, gnuplot 4.4) - the naive approach to re-call plot with the new data is 
too slow.

Which would be the best strategy to do this?

Thanks
Alex   


reply via email to

[Prev in Thread] Current Thread [Next in Thread]