File: list.tex

package info (click to toggle)
dcl 7.5.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,172 kB
  • sloc: fortran: 48,440; f90: 12,803; ansic: 6,566; makefile: 4,747; ruby: 184; sh: 153
file content (86 lines) | stat: -rw-r--r-- 2,684 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
%表題   ルーチンリスト
%
%履歴
%\Drireki{
%         12/12/20 辻野智紀 (html -> pdf)}                 &     \\
%        }
%
\section{ルーチンリスト} \label{math.fftlib.list}

\paragraph{周期実数値データのフーリエ変換} \label{math.fftlib.list.1}
\begin{quote}
\begin{tabular}{lp{10cm}}
  {\tt DclInitRealFFT}           & 初期化. \\
  {\tt DclDeallocRealFFT}        & 作業領域の開放. \\
  {\tt DclRealFFT\_F}            & 順変換. \\
  {\tt DclRealFFT\_B}            & 逆変換. \\
\end{tabular}
\end{quote}


\paragraph{周期実数値データのフーリエ変換 (簡易版)} \label{math.fftlib.list.2}
\begin{quote}
\begin{tabular}{lp{10cm}}
  {\tt DclInitEasyFFT}           & 初期化. \\
  {\tt DclDeallocEasyFFT}        & 作業領域の開放. \\
  {\tt DclEasyFFT\_F}            & 順変換. \\
  {\tt DclEasyFFT\_B}            & 逆変換. \\
\end{tabular}
\end{quote}


\paragraph{奇の周期データの SINE 変換} \label{math.fftlib.list.3}
\begin{quote}
\begin{tabular}{lp{10cm}}
  {\tt DclInitSinFFT}        & 初期化. \\
  {\tt DclDeallocSinFFT}     & 作業領域の開放. \\
  {\tt DclSinFFT}            & 変換 (正逆共通). \\
\end{tabular}
\end{quote}


\paragraph{偶の周期データの COSINE 変換} \label{math.fftlib.list.4}
\begin{quote}
\begin{tabular}{lp{10cm}}
  {\tt DclInitCosFFT}        & 初期化. \\
  {\tt DclDeallocCosFFT}     & 作業領域の開放. \\
  {\tt DclCosFFT}            & 変換 (正逆共通). \\
\end{tabular}
\end{quote}


\paragraph{奇数波数成分のみの SINE 変換} \label{math.fftlib.list.5}
\begin{quote}
\begin{tabular}{lp{10cm}}
  {\tt DclInitSinQFT}           & 初期化. \\
  {\tt DclDeallocSinQFT}        & 作業領域の開放. \\
  {\tt DclSinQFT\_F}            & 順変換. \\
  {\tt DclSinQFT\_B}            & 逆変換. \\
\end{tabular}
\end{quote}


\paragraph{偶数波数成分のみの COSINE 変換} \label{math.fftlib.list.6}
\begin{quote}
\begin{tabular}{lp{10cm}}
  {\tt DclInitCosQFT}           & 初期化. \\
  {\tt DclDeallocCosQFT}        & 作業領域の開放. \\
  {\tt DclCosQFT\_F}            & 順変換. \\
  {\tt DclCosQFT\_B}            & 逆変換. \\
\end{tabular}
\end{quote}


\paragraph{周期複素数値データのフーリエ変換} \label{math.fftlib.list.7}
\begin{quote}
\begin{tabular}{lp{10cm}}
  {\tt DclInitComplexFFT}           & 初期化. \\
  {\tt DclDeallocComplexFFT}        & 作業領域の開放. \\
  {\tt DclComplexFFT\_F}            & 順変換. \\
  {\tt DclComplexFFT\_B}            & 逆変換. \\
\end{tabular}
\end{quote}

* 括弧の中は, 対応する f77 インターフェイス名.