Go to the source code of this file.
Functions | |
octave_value_list | Ffilter (const octave_value_list &args, int) |
template MArray< Complex > | filter (MArray< Complex > &, MArray< Complex > &, MArray< Complex > &, int dim) |
template MArray< Complex > | filter (MArray< Complex > &, MArray< Complex > &, MArray< Complex > &, MArray< Complex > &, int dim) |
template MArray< double > | filter (MArray< double > &, MArray< double > &, MArray< double > &, int dim) |
template MArray< double > | filter (MArray< double > &, MArray< double > &, MArray< double > &, MArray< double > &, int dim) |
template MArray< float > | filter (MArray< float > &, MArray< float > &, MArray< float > &, int dim) |
template MArray< float > | filter (MArray< float > &, MArray< float > &, MArray< float > &, MArray< float > &, int dim) |
template MArray< FloatComplex > | filter (MArray< FloatComplex > &, MArray< FloatComplex > &, MArray< FloatComplex > &, int dim) |
template MArray< FloatComplex > | filter (MArray< FloatComplex > &, MArray< FloatComplex > &, MArray< FloatComplex > &, MArray< FloatComplex > &, int dim) |
template<typename T > | |
MArray< T > | filter (MArray< T > &b, MArray< T > &a, MArray< T > &x, int dim=-1) |
template<typename T > | |
MArray< T > | filter (MArray< T > &b, MArray< T > &a, MArray< T > &x, MArray< T > &si, int dim=0) |
octave_value_list Ffilter | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 364 of file filter.cc.
References error(), filter(), dim_vector::first_non_singleton(), Array< T, Alloc >::isvector(), dim_vector::ndims(), Array< T, Alloc >::numel(), ovl(), print_usage(), MArray< T >::reshape(), Array< T, Alloc >::resize(), and x.
template MArray<Complex> filter | ( | MArray< Complex > & | , |
MArray< Complex > & | , | ||
MArray< Complex > & | , | ||
int | dim | ||
) |
template MArray<Complex> filter | ( | MArray< Complex > & | , |
MArray< Complex > & | , | ||
MArray< Complex > & | , | ||
MArray< Complex > & | , | ||
int | dim | ||
) |
template MArray<double> filter | ( | MArray< double > & | , |
MArray< double > & | , | ||
MArray< double > & | , | ||
int | dim | ||
) |
template MArray<double> filter | ( | MArray< double > & | , |
MArray< double > & | , | ||
MArray< double > & | , | ||
MArray< double > & | , | ||
int | dim | ||
) |
template MArray<float> filter | ( | MArray< float > & | , |
MArray< float > & | , | ||
MArray< float > & | , | ||
int | dim | ||
) |
template MArray<float> filter | ( | MArray< float > & | , |
MArray< float > & | , | ||
MArray< float > & | , | ||
MArray< float > & | , | ||
int | dim | ||
) |
template MArray<FloatComplex> filter | ( | MArray< FloatComplex > & | , |
MArray< FloatComplex > & | , | ||
MArray< FloatComplex > & | , | ||
int | dim | ||
) |
template MArray<FloatComplex> filter | ( | MArray< FloatComplex > & | , |
MArray< FloatComplex > & | , | ||
MArray< FloatComplex > & | , | ||
MArray< FloatComplex > & | , | ||
int | dim | ||
) |
MArray<T> filter | ( | MArray< T > & | b, |
MArray< T > & | a, | ||
MArray< T > & | x, | ||
int | dim = -1 |
||
) |
Definition at line 240 of file filter.cc.
References error(), filter(), dim_vector::first_non_singleton(), dim_vector::ndims(), Array< T, Alloc >::numel(), and x.
MArray<T> filter | ( | MArray< T > & | b, |
MArray< T > & | a, | ||
MArray< T > & | x, | ||
MArray< T > & | si, | ||
int | dim = 0 |
||
) |
Definition at line 48 of file filter.cc.
References Array< T, Alloc >::data(), Array< T, Alloc >::dims(), error(), Array< T, Alloc >::fortran_vec(), dim_vector::ndims(), norm(), Array< T, Alloc >::numel(), dim_vector::numel(), psi(), Array< T, Alloc >::resize(), and x.
Referenced by Ffilter(), event_manager::file_dialog(), and filter().