Function: VICIN_EV
Purpose. Sorts out the entries of a vector close enough
to the entries of an other reference vector
(lambda0).
Synopsis.
[lambda_in,lambda_out] =
vicin_ev(lambda,lambda0[,radius]);
Input arguments.
| lambda |
Vector of the values that are to be treated. |
lambda0,
radius |
Vectors having the same length, defining circles. The centers
are defined by lambda0(k) and the radii by
radius(k). The function vicin_ev finds the
entries of lambda belonging to these circles. (Default:
radius(k) = 10 per cent of |lambda0(k)|). |
Output argument.
| lambda_in |
Entries of lambda (imaginary part ³ 0) belonging to the circles defined by
lambda0 and radius. |
| lambda_out |
complement of lambda_in (imaginary part ³ 0) in lambda. |
See also:
sort_ev,
clean_ev,
choi_ev,
contr_ev
|