I have 2D time series data, which means I have values in a plane that evolve. I would like to filter the data around the 5 mHz frequency and then plot it. The command I am using is: bp = BANDPASS_FILTER(array,freq0-0.004,freq0+0.004,/IDEAL). array is a two-dimensional array of values. freq0 is 5 mHz. This command is yielding the error message I mentioned in the summary. Any help is appreciated. Thank you.
|