Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.4.0 - Português

Change language to:
English - Français - 日本語 - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Ajuda Scilab >> Processamento de Sinais > filters > find_freq

find_freq

parameter compatibility for elliptic filter design

Calling Sequence

[m]=find_freq(epsilon,A,n)

Arguments

epsilon

passband ripple

A

stopband attenuation

n

filter order

m

frequency needed for construction of elliptic filter

Description

Search for m such that n=K(1-m1)K(m)/(K(m1)K(1-m)) with

m1=(epsilon*epsilon)/(A*A-1);

If m = omegar^2/omegac^2, the parameters epsilon,A,omegac,omegar and n are then compatible for defining a prototype elliptic filter. Here, K=%k(m) is the complete elliptic integral with parameter m.

See Also

  • %k — Jacobi's complete elliptic integral
Report an issue
<< filter filters frmag >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Oct 01 17:39:45 CEST 2012