movsp2wv.tex

来自「matlab下的有用的时频分析工具箱」· TEX 代码 · 共 70 行

TEX
70
字号
% This is part of the TFTB Reference Manual.% Copyright (C) 1996 CNRS (France) and Rice University (US).% See the file refguide.tex for copying conditions.
\markright{movsp2wv}
\hspace*{-1.6cm}{\Large \bf movsp2wv}

\vspace*{-.4cm}
\hspace*{-1.6cm}\rule[0in]{16.5cm}{.02cm}
\vspace*{.2cm}



{\bf \large \fontfamily{cmss}\selectfont Purpose}\\
\hspace*{1.5cm}
\begin{minipage}[t]{13.5cm}
Movie illustrating the passage from the spectrogram to the WVD.
\end{minipage}
\vspace*{.5cm}


{\bf \large \fontfamily{cmss}\selectfont Synopsis}\\
\hspace*{1.5cm}
\begin{minipage}[t]{13.5cm}
\begin{verbatim}
M = movsp2wv(N)
M = movsp2wv(N,Np)
\end{verbatim}
\end{minipage}
\vspace*{.5cm}


{\bf \large \fontfamily{cmss}\selectfont Description}\\
\hspace*{1.5cm}
\begin{minipage}[t]{13.5cm}
        {\ty movsp2wv} generates the movie frames illustrating the passage
        from the spectrogram to the WVD using the smoothed pseudo-WVD with
        different smoothing gaussian windows. \\

\hspace*{-.5cm}\begin{tabular*}{14cm}{p{1.5cm} p{8.5cm} c}
Name & Description & Default value\\
\hline
        {\ty N}  & number of points of the analyzed signal\\
        {\ty Np} & number of snapshots & {\ty 8}\\
\hline  {\ty M} & matrix of movie frames\\
\hline
\end{tabular*}

\end{minipage}
\vspace*{1cm}


{\bf \large \fontfamily{cmss}\selectfont Example}
\begin{verbatim}
         M=movsp2wv(128,15); 
         movie(M,10);
\end{verbatim}
\vspace*{.5cm}


{\bf \large \fontfamily{cmss}\selectfont See Also}\\
\hspace*{1.5cm}
\begin{minipage}[t]{13.5cm}
\begin{verbatim}
movpwjph, movpwdph, movsc2wv, movcw4at, movwv2at.
\end{verbatim}
\end{minipage}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?