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.

pgain(ar,ma)
function g = pgain(ar,ma)

%PGAIN Power gain of ARMA process [ar,ma]
%   The power gain is the ratio between the power of input
%   and output for an ARMA-system [ar,ma] when the input
%   is white noise.

[dummy,g] = arma2cor(ar,ma,0);

Contact us at files@mathworks.com