11-14-2021 09:29 AM
Please if any body can help me with this.
When FFT sampling frequency is 1000 [Hz]
the x axis for first graph will have 200, the second will have 500 and the third will have 500 as well. Here is the question How could I decrease the samples for the first waveform from 200 to 1 ( 0.1 0.2 0.3 ... 1)Without changing the number of samples for other graphs.
Solved! Go to Solution.
11-14-2021 09:32 AM
Can you convert your Vi to LabVIEW 2020 ("save for previous") and attach it again?
11-14-2021 09:36 AM
To be honest I don't know how this could be done
11-14-2021 09:54 AM
11-14-2021 09:57 AM
I did but I'm still not sure if the alright or not.
11-14-2021 10:31 AM
You don't want to change the number of samples, just the x-axis scale (as I already mentioned in the other message:
(Right-click the graph terminal...create...property node...x-scale...offset and multipler...multiplier)
11-14-2021 10:39 AM
Unfortunately it didn't work.
11-14-2021 10:52 AM
Actually It did work now I got it. However the x axis is from 0 to 1. My goal to get 0.1 0.2 0.3 0.4 till 1 in the x axis.
11-14-2021 12:18 PM
You need to wire from the sampling frequency control, not from the data array.
Right-click the x-axis and change the formatting to show 1 decimal digits.
11-14-2021 12:23 PM
There are great training resources links at the top of the forum. Please use them!
(Who wrote the VI, it is a mess! For example I am not sure why you think you need to run two waits in parallel. In any, the longer one wins and the shorter one is irrelevant.)