03-12-2013 09:59 AM
Dennis,
I tried to do the modifications but I didn't succeed. Can you or Ray please put this on my VI. Thanks
03-12-2013 10:03 AM
Attach your modified VI.
Replacing one function with another is usually a simple task. Have you tried any of the tutorials?
03-12-2013 11:09 AM
my bad... I need better glasses... Or eye(s)... 😞
03-12-2013 12:41 PM
I got it. The VI is attached. Now Im trying to do a real time FFT, this is possible??
03-12-2013 01:44 PM - edited 03-12-2013 01:46 PM
You just needed to create an array as I mentionned in my first post 😉
Circled in red is what you are missing: Ignore the stuff in the box with a large red X. I had to generate some random numbers.
03-12-2013 05:26 PM
Ray.R
Can you send me the VI? Because some boxes that you use I'm not finding here. Thanks
03-12-2013 06:34 PM
Actually I'm not understanding the first circle in the left, the second element that you connected to the Build Array.
03-12-2013 06:41 PM
The only thing in the first circle is a shift register (right click on the edge of the loop) and an empty array constant.
You could also use the point by point functions since you are acquiring data that way and skip the whole Express VI/Build Array.
03-12-2013 08:13 PM
Thank you very much. Now the fft is working.
03-12-2013 08:52 PM
The other box is probably the build array, which concatenates the input.. 🙂
Glad it's working.. Next task: cleaning up the block diagram..