Source: GitHub
Signature¶
def sdynpy.signal_processing.sdynpy_cpsd.rms_csd(csd, df)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 : numpy scalar or numpy.ndarray The root-mean-square value of signals in the CPSD matrix