This node converts Matrix<complex<float> > type multichannel complex spectra into the real power spectra.
No files are required.
When to use
This node is used to convert complex spectra input as Matrix<complex<float> > type into real power spectra. When inputs are of Map<int, ObjectRef> type, use the PowerCalcForMap node.
Typical connection
Figure 6.91 shows an example of the usage of a PowerCalcForMatrix node. A Matrix<complex<float> > type complex spectrum obtained from the MultiFFT node is converted into a Matrix<float> type power spectrum and input to the BGNEstimator node.
Input
Matrix<complex<float> > type. A matrix with each element as a complex number.
Output
Matrix<float> type. A real matrix consisting of absolute values of each element of the input.
Parameter No parameters.
The real matrix of the output of the input complex matrix ( indicating the rows and columns of the index, respectively) can be obtained as follows.
Here, indicates the complex conjugate of .