sddsfdfilter [-pipe[=input][,output]] [inputfile] [outputfile]
[-columns=indep-variable[,depen-quantity][,depen-quantity...]]
[-exclude=depen-quantity[,depen-quantity]]
[-clipFrequencies=[high=number][,low=number]]
[-threshold=level=value[,fractional][,start=freq][,end=freq]]
[-highpass=start=freq,end=freq] [-lowpass=start=freq,end=freq]
[-notch=center=center,flatWidth=width1,fullWidth=width2]
[-bandpass=center=center,flatWidth=width1,fullWidth=width2]
[-filterFile=filename=filename,frequency=columnName,
{real=columnName,imaginary=columnName | magnitude=columnName}]
[-cascade] [-newColumns] [-differenceColumns]
sddsfdfilter ¡input¿ ¡output¿ -column=Index,... F1 -cascade F2 -cascade F3 -cascade F4
If one wants F1(I0) + F2(I0) + F3(I0) + F4(I0) then one needs to write following command:(The illustration of output is shown in figure)
sddsfdfilter ¡input¿ ¡output¿ -column=Index,... F1 F2 F3 F4