cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Submit your abstract to the call for content for Discovery Summit Americas by April 23. Selected abstracts will be presented at Discovery Summit, Oct. 21- 24.
Discovery is online this week, April 16 and 18. Join us for these exciting interactive sessions.
FN
FN
Level VI

Filter using FFT and IFFT (low pass, high pass or band pass)

I would like to filter out certain frequencies in a time series data set. With the spectral density in Time Series  I can see the FFT and its peaks but I wonder if there is built-in filter to perform these type of DSP operations.

 

For example, with FFT() one can do the inverse to have a new signal with only the selected frequencies.

2 REPLIES 2
ennisbl
Level I

Re: Filter using FFT and IFFT (low pass, high pass or band pass)

Your best bet would be to export the data out to MATLAB, python or R to do the filtering and then import the data into JMP for visualisation. This was the solution proposed by @Daniel_Valente (staff member) in this post.

make it happen
Craige_Hales
Super User

Re: Filter using FFT and IFFT (low pass, high pass or band pass)

And, if you want to explore using JSL's FFT function:

https://community.jmp.com/t5/Uncharted/FFT-and-DTMF/ba-p/28974

https://community.jmp.com/t5/Uncharted/FFT-Video/ba-p/21017

https://community.jmp.com/t5/Uncharted/Butterworth-2D-FFT-Filter/ba-p/216519

The first two operate on 1D data, looking for signals. The 3rd does a low-pass operation on 2D data to remove high frequency noise.

Craige