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

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

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the linear systems class.

Syntax

[b, a] = latc2tf(k)

[b, a] = latc2tf(k, option)

[b, a] = latc2tf(k, v)

Description

Converts a lattice filter to a transfer function.

Examples

Inputs

Name Description
k Specifies the lattice reflection coefficients. k is a real vector.
v Specifies the lattice ladder coefficients. v is a real vector.
option Specifies the type of filter. option is a string that accepts the following values:

'FIR' General FIR filter.
'min' Minimum-phase FIR filter.
'max' Maximum-phase FIR filter.
'allpole' All-pole filter.
'allspace' All-pass filter.

Outputs

Name Description
b Returns the forward filter coefficients.
a Returns the backward filter coefficients.

Examples

k = [0.1, 0.2, 0.5];
v = [0.9, 0.3, 0.4, 0.1];
[a, b] = latc2tf(k, v)

Related Topics

tf2latc


Resources


 

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