LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FFT speed

How fast can I perform a 1024 point FFT in LabView? I know it's processor speed dependent, the pedants can express the answer in clock cycles, for the rest of us, a time and a reference to the processor speed will do.
Peter Cusack
Control Engineer
CSIRO Materials Science and Engineering
LV 7.1, VB6 & Notepad++
0 Kudos
Message 1 of 3
(2,671 Views)
On my 1GHz PIII, a real FFT with 1024 points takes about 68 microseconds using LabVIEW 7.0. YMMV.
Message 2 of 3
(2,671 Views)
Thanks. It's a starting point. My own coding attempts have yielded results in milliseconds on a 1GHz Pentium machine, which is way too slow fo my application.
Peter Cusack
Control Engineer
CSIRO Materials Science and Engineering
LV 7.1, VB6 & Notepad++
0 Kudos
Message 3 of 3
(2,671 Views)