Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

is_to_rc (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: modeling and prediction

Requires: MathScript RT Module

Syntax

b = is_to_rc(a)

Legacy Name: is2rc

Description

Generates a sequence of reflection coefficients from an input sequence of inverse sine parameters. LabVIEW multiplies the elements in a by pi/2 and then computes the sine of the result.

Examples

Inputs

Name Description
a Specifies the inverse sine parameters. a is a vector.

Outputs

Name Description
b Returns the reflection coefficients. b is a vector. length(b) equals length(a).

Examples

a = [0.5, 0.3, 0.7, -0.2, 0.9];
b = is_to_rc(a)

Related Topics

lar_to_rc
rc_to_is


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit