is2rc Convert inverse sine parameters to reflection coefficients Calling Sequence K = is2rc(isin) Parameters isin: input inverse sine parameters. Needs to be an array real numbers k: output reflection coefficients corresponding to the reflection coefficients in input Description This function returns a vector of reflection coefficients from a vector of inverse sine parameters output array has k(i) = sin(pi/2*isin(i)) Example k = [0.3090 0.9801 0.0031 0.0082 -0.0082]; isin = rc2is(k) //Gives inverse sine parameters k_dash = is2rc(isin) OUTPUT : isin = [0.1999886 0.8727832 0.0019735 0.0052203.....- 0.0052203 ] k_dash =[0.309 0.9801 0.0031 0.0082 - 0.0082]