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

filternorm (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

r = filternorm(b, a)

r = filternorm(b, a, p)

Description

Computes the norm of the transfer function of a digital filter.

Examples

Inputs

Name Description
b Specifies the forward filter coefficients. b is a vector.
a Specifies the backward filter coefficients. a is a vector.
p Specifies the type of norm. p can be 2 or inf. The default is 2.

Outputs

Name Description
r Returns the norm of the filter.

Examples

filternorm([1 2 3 4], [7 6 5 4])

Related Topics

filter
filter2


Resources


 

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