Filtering Data
Filtering Data
(OP)
Mathcad has very good tools to make FFT analysis.
Is there an easys way to filter data for a specific frequency or a frequency band?
-Juerg Hoelzle-
Juerg Hoelzle
juerg.hoelzle@sw.admin.ch
http://www.sw-thun.ch
Is there an easys way to filter data for a specific frequency or a frequency band?
-Juerg Hoelzle-
Juerg Hoelzle
juerg.hoelzle@sw.admin.ch
http://www.sw-thun.ch
RE: Filtering Data
Another method is to set a threshold minimum for the coefficients of your transformed data. All coefficients with a magnitude below your threshold are set to zero, then take the ifft. This will filter out random noise and concentrate the signal on its fundamental frequency components. I hope these suggestions are helpful.