Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Signal Processing > Filters > casc

casc

cascade realization of filter from coefficients

Syntax

[cels]=casc(x,z)

Arguments

x

(4xN)-matrix where each column is a cascade element, the first two column entries being the numerator coefficients and the second two column entries being the denominator coefficients

z

string representing the cascade variable

cels

resulting cascade representation

Description

Creates cascade realization of filter from a matrix of coefficients (utility function).

Examples

x=[1,2,3;4,5,6;7,8,9;10,11,12]
cels=casc(x,'z')
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:36 CEST 2016