User Tools

Site Tools


visual3d:documentation:pipeline:signal_commands:fft_filter

This is an old revision of the document!


filter (lowpass or highpass) a signal using a fast fourier transform. the algorithm uses the fourier harmonic closest to the requested cutoff frequency.

the base frequency of the fft reconstruction is:

freq= 1/(total time) the maximum frequency of the fft is:

freq_mas= freq * numframes / 2 the actual cutoff frequency is the closest multiple of the base frequency to the requested cutoff frequency

fft_filter /signal_types= the type of signal to be processed /signal_names= the names of the signals to be processed /signal_folder= the name of the signal folder /result_suffix= the ouput signal can have a suffix that can be applied to the original signal name /result_folder= the data tree folder that the resulting signal is placed. /frequency_cutoff= requested cutoff frequency /lowpass= true= lowpass - false= highpass ;

visual3d/documentation/pipeline/signal_commands/fft_filter.1718801586.txt.gz · Last modified: 2024/06/19 12:53 by sgranger