Method matrix/mchNoisegen
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
VERSION: $Id: mchNoisegen.m,v 1.7 2012/02/02 15:22:40 luigi Exp $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details |
|
Access |
public |
Defining Class |
matrix |
Sealed |
0 |
Static |
0 |
Parameter Description
Sets for this method … |
Default |
Default |
no description |
Key |
Default Value |
Options |
Description |
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. |
back to top
Some information of the method matrix/mchNoisegen are listed below: |
Class name |
matrix |
Method name |
mchNoisegen |
Category |
Signal Processing |
CVS Version |
$Id: mchNoisegen.m,v 1.7 2012/02/02 15:22:40 luigi Exp $ |
Min input args |
1 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
1 |
|
Method: matrix/linlsqsvd |
|
Method: matrix/mchNoisegenFilter |
 |
©LTP Team