Hi, any help would be much appreciated, so my program reads in data values from an excel file, builds a waveform, takes the FFT of the waveform data, filters the FFT data, then takes the inverse FFT. My question is if the scaling of my graph for my frequency axis after taking the FFT is correct? I am expecting a high frequency around 0 Hz, then a slight spike around/ near 0.1 Hz, which seems to be about what i am getting. I am unsure if i am using the correct method to scale my axis of the FFT plot though because i am just using the build waveform VI. My dt value is .142, as i got that from the hardware i am using to obtain these values. Can someone verify if i am doing it correctly or if i am way off and need to do something to correctly scale it? I am newer to labview and have tried everything i can think of.
Also, I am using a bandpass filter with a low cut-off frequency of 0.01 Hz and a high cut-off frequency at 0.5 Hz. After applying the filter and taking the inverse FFT i get a sinusoidal wave as displayed on the graph labeled "Resistance FIR Filtered Inv FFT" which is exactly the end results that i want. Because of this result, it makes me think that possibly my FFT graph is scaled correctly since the peaks i am getting on the FFT graph happen between 0.01 and 0.5 Hz.