LTPDA Toolbox™ | contents | ![]() ![]() |
FILTERBANK constructor for filterbank class. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DESCRIPTION: FILTERBANK constructor for filterbank class. CONSTRUCTOR: fb = filterbank() - creates an empty filterbank object fb = filterbank(filters) - construct from an array of filters fb = filterbank(filters, type) - construct from an array of filters and the bank type Parameters Description VERSION: $Id: filterbank.m,v 1.33 2012/02/29 07:52:26 hewitson Exp $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details | |
---|---|
Access | public |
Defining Class | filterbank |
Sealed | 0 |
Static | 0 |
Sets for this method … |
---|
Default |
From MAT File |
From XML File |
From Repository |
From Built-in Model |
From Filters |
Default |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
NAME | '' | none | The name of the constructed object. |
DESCRIPTION | '' | none | The description of the constructed object. |
PLOTINFO | [] | none | The plot information for the constructed object. This information is interpreted by iplot. The value should be a plist with any or all of the following keys:
|
From MAT File |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
NAME | '' | none | The name of the constructed object. |
DESCRIPTION | '' | none | The description of the constructed object. |
PLOTINFO | [] | none | The plot information for the constructed object. This information is interpreted by iplot. The value should be a plist with any or all of the following keys:
|
FILENAME | '' | none | MAT filename. |
From XML File |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
NAME | '' | none | The name of the constructed object. |
DESCRIPTION | '' | none | The description of the constructed object. |
PLOTINFO | [] | none | The plot information for the constructed object. This information is interpreted by iplot. The value should be a plist with any or all of the following keys:
|
FILENAME | '' | none | XML filename. |
From Repository |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
NAME | '' | none | The name of the constructed object. |
DESCRIPTION | '' | none | The description of the constructed object. |
PLOTINFO | [] | none | The plot information for the constructed object. This information is interpreted by iplot. The value should be a plist with any or all of the following keys:
|
HOSTNAME | '' | none | Database server hostname. |
DATABASE | '' | none | Database name. |
USERNAME | '' | none | User name to use when connecting to the database. Leave blank to be prompted. |
PASSWORD | [] | none | Password to use when connecting to the database. Leave blank to be prompted. |
ID | [] | none | A vector of object IDs. |
CID | [] | none | A vector of collection IDs. |
BINARY | 1 |
|
Use binary representation (not always available). |
From Built-in Model |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
NAME | '' | none | The name of the constructed object. |
DESCRIPTION | '' | none | The description of the constructed object. |
PLOTINFO | [] | none | The plot information for the constructed object. This information is interpreted by iplot. The value should be a plist with any or all of the following keys:
|
BUILT-IN | '' | none | Choose one of the built-in models. (use class.getBuiltInModels to get a list for a particular user class) |
From Filters |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
NAME | '' | none | The name of the constructed object. |
DESCRIPTION | '' | none | The description of the constructed object. |
PLOTINFO | [] | none | The plot information for the constructed object. This information is interpreted by iplot. The value should be a plist with any or all of the following keys:
|
FILTERS | [] | none | The array of MFIR or MIIR filter objects. |
TYPE | 'parallel' |
|
The type of filter bank (parallel or serial). |
Some information of the method filterbank/filterbank are listed below: | |
---|---|
Class name | filterbank |
Method name | filterbank |
Category | Constructor |
CVS Version | $Id: filterbank.m,v 1.33 2012/02/29 07:52:26 hewitson Exp $ |
Min input args | 0 |
Max input args | -1 |
Min output args | 1 |
Max output args | 1 |
![]() |
Method: filterbank/addFilters | Method: filterbank/rebuild | ![]() |
©LTP Team