www.pudn.com > convolutive.rar > hermite3.m


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
function Ah = hermite3(A) 
% for three dimensional arrays the function ' can not be used 
% to conjugate-transpose (hermite) a matrix 
Ah = permute(conj(A),[2 1 3]);