LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the properties of waveform graph from time domain to frequency domain?

Actually, I want my output waveform graph give me the answer in x-component in frequency instead of time after the FFT. My output waveform graph gives the x-components in time instead of frequency. How to change the properties of the waveform graph?
0 Kudos
Message 1 of 7
(5,523 Views)
> Actually, I want my output waveform graph give me the answer in
> x-component in frequency instead of time after the FFT. My output
> waveform graph gives the x-components in time instead of frequency.
> How to change the properties of the waveform graph?

If you have already taken the FFT, then you can probably just change the
label below the X Scale to read whatever you like. If the X scale is
formatting the number as time, right click on the scale and choose
Formatting. Change the formatting to decimal, scientific, whatever you
like.

Greg McKaskle
0 Kudos
Message 2 of 7
(5,523 Views)
i have a similiar problem.So what you are saying is that by just changing the scale to decimal after the FFT is taken means that the unit is in frequency?
0 Kudos
Message 3 of 7
(5,523 Views)

Hi,

 

       I amtaking sensor input signals through NI FPGA cRIO-9004. i am analysing this using wave graph. the problem is i am not getting accurate singal.How to decrease the frequency

0 Kudos
Message 4 of 7
(5,135 Views)

vasus wrote:

Hi,

 

       I amtaking sensor input signals through NI FPGA cRIO-9004. i am analysing this using wave graph. the problem is i am not getting accurate singal.How to decrease the frequency


You are responding to a very old (8 years) thread, be aware that that might not be the best option.

 

However, you want to decrease the frequency? or increase?

 

What is the code you are running?

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 5 of 7
(5,133 Views)
I am using labview 8.6. i added history of wavechart to wave graph. Then i taking one speed sensor's output through fppa analog input module. In graph i want to decrease frequency to analyse graph easily..
0 Kudos
Message 6 of 7
(5,128 Views)

Hi Vasus,

 

I am not sure if I understand your questions correctly, though here are my suggestions,

 

- After performing FFT on a time domain waveform,  you get a signal in the fourier space with the x-axis being the frequency domain. So as far as I know, you do not need to any conversions. If you refering to the waveform axis label being time, you can just change that to Hz or whatever. It is just the label, no math.

 

- About decreasing the frequency, if you are using a waveform generator then you should have the control to do that. If you just want to limit the scale on waveform graph, there are two approaches,

                           1. Just right click on the graph and disable auto scaling. Click on any number on the axis and change that to the number that you want.

                           2. A better way is using the property node, you can automate the scale range.

 

Cheers,
Deepak

LAB View 2010 SP1
0 Kudos
Message 7 of 7
(4,658 Views)