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

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

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the filter design class.

Syntax

[z, p, k] = buttap(n)

Description

Generates the zeros, poles, and gain of an analog Butterworth lowpass filter of the order specified by n. z is always the empty vector.

Examples

Inputs

Name Description
n Specifies the filter order. n is a nonnegative integer.

Outputs

Name Description
z Returns the zeros of the filter. z is a vector.
p Returns the poles of the filter. p is a vector.
k Returns the gain of the filter. k is a real number.

Examples

N = 5;
[Z, P, K] = buttap(N)

Related Topics

besselap
butter
cheb1ap
cheb2ap
ellipap


Resources


 

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