Waveform filter programs

◆ func_R2()

double func_R2 ( const double &  Ri,
const double &  Rc,
const double &  Rs,
const double &  V 
)
inline

Definition at line 279 of file geophone.cc.

Referenced by main().

281 {
282  double R2;
283  TFXX_assert((V <= 1),"ERROR (func_R1): division factor not less than 1!");
284  TFXX_assert((V > 0),"ERROR (func_R1): division factor not greater than 0!");
285  R2=1./((1./(V*(Rc+Rs)))-(1./Ri));
286  return R2;
287 }
Here is the caller graph for this function: