Waveform filter programs
◆
func_R1()
double func_R1
(
const double &
Ri
,
const double &
Rc
,
const double &
Rs
,
const double &
V
)
inline
Definition at line
260
of file
geophone.cc
.
Referenced by
main()
.
262
{
263
double
R1;
264
TFXX_assert((V <= 1),
"ERROR (func_R1): division factor not less than 1!"
);
265
TFXX_assert((V > 0),
"ERROR (func_R1): division factor not greater than 0!"
);
266
R1=Rs-V*(Rc+Rs);
267
return
R1;
268
}
Here is the caller graph for this function:
geophone.cc
Generated on Mon Aug 21 2023 17:36:35 for Waveform filter programs by
1.8.14