Waveform filter programs

◆ func_Rs() [1/2]

double func_Rs ( const double &  fn,
const double &  hoc,
const double &  C,
const double &  Rc,
const double &  heff 
)
inline

Definition at line 167 of file geophone.cc.

Referenced by func_V(), main(), and writeparameters().

169 {
170  double Rs;
171  Rs=(C/((heff-hoc)*fn))-Rc;
172  return Rs;
173 }
Here is the caller graph for this function: