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

cheb1ap (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] = cheb1ap(n, db);

Description

Generates the zeros, poles, and gain of an analog Chebyshev lowpass filter of type 1.

Examples

Inputs

Name Description
n Specifies the filter order. n is a nonnegative integer.
db Specifies the decibel value of the peak-to-peak ripple in the passband. db is a real number.

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 = 10;
db = 0.1;
[z, p, k] = cheb1ap(n, db)

Related Topics

cheby1
cheb1ord
cheb2ap


Resources


 

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