Waveform filter programs
◆
func_Rd()
double func_Rd
(
const double &
Rs
,
const double &
Ri
)
inline
Definition at line
196
of file
geophone.cc
.
Referenced by
main()
.
197
{
198
double
Rd;
199
Rd=1./((1./Rs)-(1./Ri));
200
return
Rd;
201
}
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