07-31-2008 08:05 PM
08-01-2008 04:15 PM
Also another question, if anybody could help me:
Why does the output of the power spectrum have the units of Amplitude vs Time? Why doesn't it compute it in Amplitude vs Frequency and plot it like that?
Thanks..
08-01-2008 04:55 PM
08-01-2008 05:29 PM
08-01-2008 07:26 PM
Brilliant! Renaming Time to Frequency on the Power Spectrum did the trick. Attached is the error message. It looks like it does ok with a short snippet, but I do need to try and keep the filesize as much as possible. My computer is a 2.00GHz, with 2.00GB of RAM.
Would I need a more powerful processing computer to accomplish this task?
Thanks so much,
Jud~
08-02-2008 08:39 AM - edited 08-02-2008 08:40 AM
08-03-2008 09:41 AM
That's actually an "average" computer these days, and hardly a powerhouse. As I indicated, you're trying to deal with over 13 million points. Will more RAM help? I don't really know about the innards of the power spectrum VIs to say how much of an impact more RAM will have. Keep in mind that you need to deal with a contiguous chunk of memory. So, it's quite likely that you would simply be patching the problem rather than solving it.My computer is a 2.00GHz, with 2.00GB of RAM.
Would I need a more powerful processing computer to accomplish this task?