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: