No BSD License  

Highlights from
Automatic Spectral Analysis

from Automatic Spectral Analysis by Stijn de Waele
Automatic spectral analysis for irregular sampling/missing data, analysis of spectral subband.

chol(x)';
function r = Tsqrt(x)

%function r = Tsqrt(x)
%
%The same as CHOL, only
%R*R' = X;
%instead of
%R'*R = X.
%
%See also CHOL.

r = chol(x)';

Contact us at files@mathworks.com