Outputs a correlation matrix containing a unit matrix.
None.
In what case is the node used?
Connect this node to the NOISECM input terminal of the LocalizeMUSIC node to tuen OFF the noise suppression function of LocalizeMUSIC .
Typical Examples
Figure. 6.19 shows a usage example of CMIdentityMatrix node.
Since this node generates correlation matrix data with a unit matrix for all frequency bins, the input terminal does not exist. It outputs the generated correlation matrix from the output terminal.
Parameter |
Type |
Default |
Unit |
Description |
NB_CHANNELS |
8 |
Number of channels of input signal |
||
LENGTH |
512 |
Frame length |
Input
None.
Output
Matrix<complex<float> > type. Correlation matrix for each frequency bin. the -th order unit matrix correlation matrix outputs items. Matrix<complex<float> > contains rows corresponding to the row of frequencies ( rows), and columns containing the complex correlation matrix ( columns across).
Parameter
int type. Number of channels for input signal. Equivalent to the order of the correlation matrix. Must be matched with the order of the former correlation matrix used. Default value is 8.
int type. Default value is 512. FFT points at the time of Fourier transform. Must be matched till the former FFT length values.
For an -th order complex square array with a correlation matrix for each frequency bin, it stores the unit matrix, and corrects and outputs the result in Matrix<complex<float> > format.