LTPDA Toolbox™ | contents | ![]() ![]() |
NOISEGEN1D generates colored noise from white noise. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DESCRIPTION: noisegen1D can work in two different modes: ------------------------------------------------------------------------ 1) Generates colored noise from white noise with a given spectrum. The function constructs a coloring filter through a fitting procedure to the model provided. If no model is provided an error is prompted. The colored noise provided has one-sided psd corresponding to the input model. This mode correspond to the 'Default' set for the method (see the list of parameters). ALGORITHM: 1) Fit a set of partial fraction z-domain filters using utils.math.psd2tf 2) Convert to array of MIIR filters 3) Filter time-series in parallel CALL: b = noisegen1D(a, pl) INPUT: - a is a white noise time-series analysis object or a vector of analysis objects - pl is a plist with the input parameters OUTPUT: - b Colored time-series AOs. The coloring filters used are stored in the objects procinfo field under the parameter 'Filt'. ------------------------------------------------------------------------ 2) Generates noise coloring filters for given input psd models. This mode correspond to the 'Filter' set for the method (see the list of parameters). ALGORITHM: 1) Fit a set of partial fraction z-domain filters 2) Convert to array of MIIR filters CALL: fil = noisegen1D(psd, pl) INPUT: - psd is a fsdata analysis object representing the desired model for the power spectral density of the colored noise - pl is a plist with the input parameters OUTPUT: - fil is a filterbank parallel object which elements are miir filters. Filters are initialized to avoid startup transients. ------------------------------------------------------------------------ Parameters Description VERSION: $Id: noisegen1D.m,v 1.30 2011/04/08 08:56:15 hewitson Exp $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details | |
---|---|
Access | public |
Defining Class | ao |
Sealed | 0 |
Static | 0 |
Sets for this method … |
---|
Default |
Filter |
Default |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
YUNITS | '' | none | Unit on Y axis. If left empty, it will take the y-units from the input object |
MODEL | [] | none | A frequency-series AO describing the model psd |
MAXITER | 30 | none | Maximum number of iterations in fit routine. |
POLETYPE | 3 |
|
Choose the pole type for fitting:
|
MINORDER | 2 | none | Minimum order to fit with. |
MAXORDER | 25 | none | Maximum order to fit with. |
WEIGHTS | 3 | none | Choose weighting for the fit:
|
PLOT | 0 |
|
Plot results of each fitting step. |
DISP | 0 |
|
Display the progress of the fitting iteration. |
MSEVARTOL | 0.01 | none | Mean Squared Error Variation - Check if the realtive variation of the mean squared error is smaller than the value specified. This option is useful for finding the minimum of Chi-squared. |
FITTOL | 0.01 | none | Mean Squared Error Value - Check if the mean squared error value is lower than the value specified. |
Filter |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
FS | 1 | none | The sampling frequency to design for. |
IUNITS | '' | none | The input units of the filter. |
OUNITS | '' | none | The output units of the filter. |
MAXITER | 30 | none | Maximum number of iterations in fit routine. |
POLETYPE | 3 |
|
Choose the pole type for fitting:
|
MINORDER | 2 | none | Minimum order to fit with. |
MAXORDER | 25 | none | Maximum order to fit with. |
WEIGHTS | 3 | none | Choose weighting for the fit:
|
PLOT | 0 |
|
Plot results of each fitting step. |
DISP | 0 |
|
Display the progress of the fitting iteration. |
MSEVARTOL | 0.01 | none | Mean Squared Error Variation - Check if the realtive variation of the mean squared error is smaller than the value specified. This option is useful for finding the minimum of Chi-squared. |
FITTOL | 0.01 | none | Mean Squared Error Value - Check if the mean squared error value is lower than the value specified. |
Some information of the method ao/noisegen1D are listed below: | |
---|---|
Class name | ao |
Method name | noisegen1D |
Category | Signal Processing |
CVS Version | $Id: noisegen1D.m,v 1.30 2011/04/08 08:56:15 hewitson Exp $ |
Min input args | 1 |
Max input args | -1 |
Min output args | 1 |
Max output args | -1 |
![]() |
Method: ao/mcmc_td | Method: ao/noisegen2D | ![]() |
©LTP Team