<< boundary_conditions_emd Help function for EMD findtag >>

EMD Toolbox >> EMD Toolbox > Help function for EMD > dirstretch

dirstretch

variable directional stretching of a complex vector

Calling Sequence

Y=dirstretch(X,D)
Y=dirstretch(X,DIR,COEF)

Description

dirstretch(X,D) where X is a complex vector and D a complex scalar stretches X by abs(D) along the direction arg(D) if D is a vector the same size as X, then X(i) is stretched by abs(D(i)) along the direction arf(D(i))

dirstretch(X,DIR,COEF) where X is a complex vector, DIR is either a unit modulus complex number or a real number and COEF a real number stretches X by COEF along the direction DIR (or EXP(I*DIR) if DIR is real) if DIR and/or COEF is a vector the same size as X, then X(i) is stretched by COEF(i) along the direction DIR(i) (or EXP(I*DIR(i)))

Authors


Report an issue
<< boundary_conditions_emd Help function for EMD findtag >>