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

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

Legacy Name: rc2lar

Description

Generates log area ratios from an input sequence of reflection coefficients. LabVIEW applies the inverse hyperbolic tangent to the elements in a and then multiplies the result by 2.

Examples

Inputs

Name Description
a Specifies the reflection coefficients. a is a vector.

Outputs

Name Description
b Returns the log area ratios. b is a vector. length(b) equals length(a).

Examples

a = [0.24, 0.15, 0.34, -0.1, 0.42];
b = rc_to_lar(a)

Related Topics

lar_to_rc
rc_to_ac
rc_to_is
rc_to_poly


 

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