LBINCORS,<out>,<in>
This function scales the input response spectrum to create a lower bound incoherent response. The scaling is based following piecewise linear function.
X =< 10 | Yout=Yin |
30 > X >10 | Yout=Yin*(1-(0.3/20*(X-10))) |
X >= 30 | Yout=Yin*0.7 |