LTPDA Toolbox™ | contents | ![]() ![]() |
MCHNOISEGEN Generates multichannel noise data series given a model %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% FUNCTION: mchNoisegen generates multichannel noise data series given a mutichannel noise generating filter. DESCRIPTION: CALL: out = mchNoisegen(mod, pl) INPUT: mod: is a matrix containing a multichannel noise generating filter aiming to generate colored noise from unitary variance independent white data series. Each element of the multichannel filter must be a parallel bank of filters as that produced by matrix/mchNoisegenFilter or ao/Noisegen2D. The filter matrix must be square. OUTPUT: out: is a matrix containg a multichannel colored noise time series which csd matrix is defined by mod'*mod. HISTORY: 19-10-2009 L Ferraioli Creation ------------------------------------------------------------------------ Parameters Description %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details | |
---|---|
Access | public |
Defining Class | matrix |
Sealed | 0 |
Static | 0 |
Sets for this method … |
---|
Default |
Default |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
mchNoisegen | |||
NSECS | 1 | none | Number of seconds in the desired noise data series. |
FS | 1 | none | The sampling frequency of the noise data series. |
YUNITS | '' | none | Unit on Y axis. |
RAND_STREAM | [] | none | Internal MATLAB state of the pseudorandom number generator. You can set the state with a structure which should contain all properties of the MATLAB class RandStream |
Example |
---|
plist('NSECS', [1], 'FS', [1], 'YUNITS', '', 'RAND_STREAM', [[]]) |
Some information of the method matrix/mchNoisegen are listed below: | |
---|---|
Class name | matrix |
Method name | mchNoisegen |
Category | Signal Processing |
Package name | ltpda |
VCS Version | 967b0eec0dece803a81af8ef54ad2f8c784b20b2 |
Min input args | 1 |
Max input args | -1 |
Min output args | 1 |
Max output args | 1 |
Can be used as modifier | 1 |
Supported numeric types | {'double'} |
![]() |
Method: matrix/ltfe | Method: matrix/mchNoisegenFilter | ![]() |
©LTP Team