sdynpy.signal_processing.sdynpy_cpsd.rms_csd

rms_csd(csd, df)[source]

Computes RMS of a CPSD matrix

Parameters
  • csd (np.ndarray :) – 3D complex Numpy array where the first dimension is the frequency line and the second two dimensions are the rows and columns of the CPSD matrix.

  • df (float :) – Frequency spacing of the CPSD matrix

Returns

rms – The root-mean-square value of signals in the CPSD matrix

Return type

numpy scalar or numpy.ndarray