31 lines
771 B
TeX
31 lines
771 B
TeX
% ======================
|
|
% New Commands
|
|
% ======================
|
|
% H Infini
|
|
\newcommand{\hinf}{\mathcal{H}_\infty}
|
|
% H 2
|
|
\newcommand{\htwo}{\mathcal{H}_2}
|
|
% Omega
|
|
\newcommand{\w}{\omega}
|
|
% H-Infinity Norm
|
|
\newcommand{\hnorm}[1]{\|#1\|_\infty}
|
|
% H-2 Norm
|
|
\newcommand{\normtwo}[1]{\|#1\|_2}
|
|
% Norm
|
|
\newcommand{\abs}[1]{\vert #1 \vert}
|
|
% Minimum Subscript
|
|
\newcommand{\smin}{_{\text{min}}}
|
|
% Maximum Subscript
|
|
\newcommand{\smax}{_{\text{max}}}
|
|
% Power Spectral Density
|
|
\newcommand{\psd}[1]{\Phi_{#1}}
|
|
% Amplitude Spectral Density
|
|
\newcommand{\asd}[1]{\phi_{#1}}
|
|
% Cumulative Power Spectrum
|
|
\newcommand{\cps}[1]{\Sigma_{#1}}
|
|
% Cumulative Amplitude Spectrum
|
|
\newcommand{\cas}[1]{\sigma_{#1}}
|
|
% Root Mean Square Value
|
|
\newcommand{\rms}[1]{\sigma_{#1}}
|
|
% ======================
|