b'\n \n \n
 
\n  
sfnpyConv (4.0)
index
user/ediazp/MnpyConv.py
\n \n

\n \n \n \n \n \n
 
\n Synopsis
       sfnpyConv < Fa.rsf flt=Fb.rsf > Fc.rsf norm=n mode=same
Implements conv(a,b) along the fast axis
\na [file] : is taken from stdin
\nb [file] : is taken from "flt"
\nRequires both files to have the same sampling interval
\n
\nmode [string]:
\n\'full\': returns an M+N-1 array, boundary effects are visible.
\n\'same\': returns a max(M,N) array, boundary effects are visible.
\n\n

\n \n \n \n \n \n
 
\n Parameters
       \n \n \n
\n  
file flt=
\tauxiliary input file name
\n
\n \n\n \n \n
\n  
string mode=same
\t
\n
\n \n\n \n \n
\n  
bool norm=n [y/n]
\tnormalize output
\n
\n \n
'