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

iir_ellipticord (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: filter design

Requires: MathScript RT Module

Syntax

[n, wn] = iir_ellipticord(wp, ws, dbp, dbs)

Legacy Name: ellipord

Description

Returns the order and natural frequency of the lowest order elliptic filter with a given specification.

Examples

Inputs

Name Description
wp Specifies the passband frequency of the filter. wp is a nonnegative scalar in the interval [0, 1] or a vector of such numbers.
ws Specifies the stopband frequency of the filter. ws is a nonnegative scalar in the interval [0, 1] or a vector of such numbers.
dbp Specifies the decibel value of the passband. dbp is a real scalar.
dbs Specifies the decibel value of the stopband attenuation. dbs is a real scalar.

Outputs

Name Description
n Returns the filter order.
wn Returns the natural frequency, or 3 dB frequency, of the filter.

Examples

% bandstop specification
WP = [0.1, 0.6];
WS = [0.3, 0.5];
DBP = 0.6;
DBS = 10;
[N, WN] = iir_ellipticord(WP, WS, DBP, DBS)

Related Topics

iir_elliptic
iir_ellipticzpk


 

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