06-30-2008 03:04 AM
07-01-2008
10:39 AM
- last edited on
08-07-2025
04:36 PM
by
Content Cleaner
Hi Mike,
I've looked at the FFT VIs and it seems you are correct that all of the VIs are designed to operate on double precision numbers. As you also noted, you cannot re-write these VIs because you are using the Real-Time VIs that use dll calls. Your best bet for varying the precision of your FFTs would seem to be designing your own, or soliciting other users for what you are looking for (as you have already done here). You can also do the processing on double precision data, but convert back to 16-bit precision after the FFT to conserve space. I would also recommend that you submit a product suggestion for this; I suspect this would be useful to a lot of people!
You may also want to check out the Real-Time System Manager which is a very useful tool for monitoring your Real-Time system's performance.
I hope this gives you some helpful information!
07-01-2008 11:01 AM
Hi Mike,
Once I have done a DLL in C that does fft.. .I have it somewhere.If you are interested I can post it during the week.
Other way - just search "fft .c" in the web,there is a lot of code.To make DLL from it is not a big deal.
Regards,
Michael
07-01-2008 07:06 PM