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

is2rc (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the modeling and prediction class.

Syntax

b = is2rc(a)

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 = is2rc(a)

Related Topics

lar2rc
rc2is


Resources


 

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