05-17-2012 02:09 PM
Hi Alll
I am trying to do a fft analysis of a signal acquired from analog input card ni 9205.I have the kit crio 9074 and i am using it in scan mode.
The main problem is that when i connect the fft block with the waveform graph , the graph shows no lines though when i export the value in excel , it has some value, the back window and front window of my vi(running) is attached.Even the indicator shows the value of the signal but i am not able to see anytihng in the graphs.
Please someone help urgently i need to get it done for my project work
05-18-2012 11:36 AM
The graphs actually are updating but since you're only writing one point, there's not a line. If you change the graph to a chart, it will keep the historical points and add the new point to it.
05-18-2012 12:05 PM
I understand your point but i am unable to connect waveform chart directly to the output of FFT block.
Can you please suggest me an alternative way of calculating FFT and displayin it on a graph on scan mode of CRIO 9074
05-18-2012 12:19 PM
Either build up points in your array before using the Power Spectrum function or use a different FFT/power spectrum function.
03-23-2013 04:55 AM
03-23-2013 04:59 AM
03-23-2013 05:04 AM - edited 03-23-2013 05:10 AM
thank you