[Master Index]
[Index for export/lyngby]
lyngby_ui_fir_init
(export/lyngby/lyngby_ui_fir_init.m)
Function Synopsis
lyngby_ui_fir_init(command,parameter1)
Help text
lyngby_ui_fir_init - User interface for FIR filter analysis
function lyngby_ui_fir_init(command,parameter1)
function lyngby_ui_fir_init
This function controls the FIR initialization window.
The window allows you to choose the parameters used for the
estimation of the FIR filter:
- Filter order: This is the the number of parameters or lags
in the linear convolution filter.
- Regularization method: Whether to use a principal component
regression (PCR) or ridge regularization (Ridge).
- Regularization parameter: This is the weight used in the
estimation of parameters (Only determined from the
paradigm). Use the 'Show singular values' button to get an
idea of the proper setting.
- Principal components: The number of principal components to
use in PCR.
- Convolution type: The 'Skip' option means that the first
Filter-Length of data points will be disregarded. 'ZeroPad'
will pad with zeros at the beginning of the paradigm. 'Wrap'
will make the paradigm circular, where the last time points of
the paradigm will be move to the front.
See also LYNGBY, LYNGBY_FIR_MAIN, LYNGBY_UI_MAIN,
LYNGBY_FIR_CONVOLVE, LYNGBY_FIR_GLOBAL,
LYNGBY_FIR_INIT.
Made with: Gui Maker Ver 2.1 by Patrick Marchand
$Id: lyngby_ui_fir_init.m,v 1.27 2001/06/06 18:38:54 fnielsen Exp $
Cross-Reference Information
This function calls
This function is called by
Produced by mat2html on Wed Jul 29 15:43:40 2009
Cross-Directory links are: OFF