Waveform filter programs
◆
func_V()
[2/2]
double func_V
(
const double &
Ri
,
const double &
Rc
,
const double &
R1
,
const double &
Rd
)
inline
Definition at line
225
of file
geophone.cc
.
References
func_Rs()
, and
func_V()
.
227
{
228
double
V;
229
// factor for standard application
230
V=
func_V
(
func_Rs
(Ri, Rd, 0.), (R1+Rc));
231
return
V;
232
}
func_V
double func_V(const double &Ri, const double &Rc)
Definition:
geophone.cc:209
func_Rs
double func_Rs(const double &fn, const double &hoc, const double &C, const double &Rc, const double &heff)
Definition:
geophone.cc:167
Here is the call graph for this function:
geophone.cc
Generated on Mon Aug 21 2023 17:36:35 for Waveform filter programs by
1.8.14