Home > freetb4matlab > signal > ellipord.m

ellipord

PURPOSE ^

% error: [n,wp] = ellipord(wp,ws, rp,rs)

SYNOPSIS ^

function [n, Wp] = ellipord(Wp, Ws, Rp, Rs)

DESCRIPTION ^

% error: [n,wp] = ellipord(wp,ws, rp,rs)
%
% Calculate the order for the elliptic filter (discrete)
% wp: Cutoff frequency
% ws: Stopband edge
% rp: decibels of ripple in the passband.
% rs: decibels of ripple in the stopband.
%
% References: 
%
% - Lamar, Marcus Vinicius, Notas de aula da disciplina TE 456 - Circuitos 
%   Analogicos II, UFPR, 2001/2002.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003