I've had mostly good luck with SciLab but its read of CSV files is pretty s= low. One thing I do to speed it up a bit is tell SciLab which columns I'm intere= sted in reading. Then the very next command after "read" is a write to pus= h the data back out into a SciLab data file. Those read and write much fas= ter.=20 I had much the same problem with MatLab when I used it years ago. I think = the problem comes in SciLab (MatLab) allocating memory on the fly to store = the matrix. Rob Young > Date: Wed, 19 Sep 2012 20:13:09 +0100 > From: lists@edeca.net > To: piclist@MIT.EDU > Subject: Re: [EE] FFT for Windows >=20 > On 19/09/2012 16:56, Kardasinski, Milosz wrote: > > SigView. It is shareware, but I do believe that it is fully functional = for 21 days. >=20 > Thanks! The demo is excellent and I've got an FFT in a few minutes.=20 > Bit of fiddling to get a logarithmic Y axis in dB but no real problems.=20 > Interesting to play with data from the scope on the PC. >=20 > Scilab is still loading the data. In the time it has taken I read your=20 > mail, downloaded SigView and have the results. >=20 > In Scilab I had to: >=20 > // Do this or EXCEPTION ACCESS violation.. > stacksize("max") > M=3Dread_csv("C:\NewFile1.csv") >=20 > And this hasn't completed yet, despite me having a fairly powerful PC. >=20 > It seems Sigview will do what I need for now, even if it isn't free in=20 > the longer term. >=20 > Regards, >=20 > David > --=20 > http://www.piclist.com PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist =20 --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .