Waveform filter programs
◆
func_heff()
double func_heff
(
const double &
fn
,
const double &
hoc
,
const double &
C
,
const double &
Rc
,
const double &
Rs
)
inline
Definition at line
150
of file
geophone.cc
.
Referenced by
main()
.
152
{
153
double
heff;
154
heff=hoc+(C/((Rs+Rc)*fn));
155
return
heff;
156
}
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