<< wrcoef2 discrete_wavelet_analysis wrev3 >>

swt >> discrete_wavelet_analysis > wrev2

wrev2

matrix fliping

Calling Sequence

Y=wrev2(x,M)

Parameters

x :

double matrix

M :

1 for row-wise, 2 for column-wise, 3 for both

Y :

fliping result

Description

wrev2 is a fliping utility function on time domain.

Examples

a=rand(3,3);
Y=wrev2(a,1);

Authors

See also


Report an issue
<< wrcoef2 discrete_wavelet_analysis wrev3 >>