12-19-2002 10:02 PM
12-20-2002 08:36 AM
02-14-2004 09:21 AM
03-01-2010 02:18 AM
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?
03-01-2010 02:27 AM
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
03-01-2010 02:36 AM
09-02-2011 05:17 PM
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