That solved the problem. It was just a coincidences that the number of
data points was a prime. Adding another data point resolved the
problem.
Thanks
I am using LabVIEW6.1 and making my real set of data complex by adding
an imaginary part equal to zero. This works for every other sample
waveform I have tested. I.e Take the data, make it complex, perform
FFT and then perform IFFT. The waveform at the end is the same as the
start. Which is why I b
I am using Fourier Transforms to filter a signal I have. I noticed
that for one perticular waveform the waveform returned after the
inverse transform was performed was messed up. In the course of
finding the problem I step up the filter so it would not filter the
signal at all. The waveform returne
I have a for loop that is going to write a number of files. I wish to
name all the files differently bu have to many file to type in a new
name each time. I there a way to say add the loop iteration to the
filepath to create a contiuously changing file name? E.G iteration 1,
Datafile1
iteration