ARCS6 AR6-REV.24062600
読み取り中…
検索中…
一致する文字列を見つけられません
AmpIncSquareWave.hh
[詳解]
1
8//
9// Copyright (C) 2011-2021 Yokokura, Yuki
10// This program is free software;
11// you can redistribute it and/or modify it under the terms of the FreeBSD License.
12// For details, see the License.txt file.
13
14#ifndef AMPINCSQUAREWAVE
15#define AMPINCSQUAREWAVE
16
17namespace ARCS { // ARCS名前空間
18 double AmpIncSquareWave(const double Time, const double Freq, const double Ystp, const double Nstp);
19}
20
21#endif
22
double AmpIncSquareWave(const double Time, const double Freq, const double Ystp, const double Nstp)
振幅増加方形波生成器
Definition AmpIncSquareWave.cc:40