Hi, i'm using Origin 2015. I want to use a FFT bandblock filter for my data. At the moment I use the following script: fft_filters -r 2 filter:=bandblock freq1:=val1 freq2:=val2; Unfortunately my x-axis is nonlinear/not equidistant. Therefore, the result is not correct. I don't want to interpolate my data before filtering. Is there an easy option to do a nonlinear FFT/NFFT using a labtalk script? (I'm using Labview and execute labtalk commands)
For your case, you need first do interpolation to make the X values be uniformly-spaced, although you said you don't want to interpolate your data. Since you are using LabVIEW, you can use the X-Function below to write and run LabTalk script to interpolate your data and perform FFT Filtering: