このページの翻訳は最新ではありません。ここをクリックして、英語の最新版を参照してください。
mscohere
振幅二乗コヒーレンス
構文
説明
は、入力信号 cxy
= mscohere(x
,y
)x
と y
の振幅二乗コヒーレンス推定 cxy
を求めます。
x
とy
の両方がベクトルの場合、それらは同じ長さでなければなりません。信号の 1 つが行列でもう 1 つがベクトルの場合は、ベクトルの長さが行列の行数と等しくなければなりません。関数はベクトルを展開し、列ごとの振幅二乗コヒーレンス推定の行列を返します。
x
とy
が同じ行数だが異なる列数をもつ行列の場合、mscohere
は多重コヒーレンス行列を返します。cxy
の m 番目の列には、すべての入力信号と m 番目の出力信号間の相関度の推定が含まれます。詳細については、振幅二乗コヒーレンスを参照してください。x
とy
が等しいサイズの行列の場合、mscohere
は列方向に動作します (cxy(:,n) = mscohere(x(:,n),y(:,n))
)。多重コヒーレンス行列を取得するには、引数リストに'mimo'
を追加します。
出力引数を設定せずに mscohere(___)
を使用すると、現在の Figure ウィンドウに振幅二乗コヒーレンス推定がプロットされます。
例
入力引数
出力引数
詳細
参照
[1] Gómez González, A., J. Rodríguez, X. Sagartzazu, A. Schumacher, and I. Isasa. “Multiple Coherence Method in Time Domain for the Analysis of the Transmission Paths of Noise and Vibrations with Non-Stationary Signals.” Proceedings of the 2010 International Conference of Noise and Vibration Engineering, ISMA2010-USD2010. pp. 3927–3941.
[2] Kay, Steven M. Modern Spectral Estimation. Englewood Cliffs, NJ: Prentice-Hall, 1988.
[3] Rabiner, Lawrence R., and Bernard Gold. Theory and Application of Digital Signal Processing. Englewood Cliffs, NJ: Prentice-Hall, 1975.
[4] Stoica, Petre, and Randolph Moses. Spectral Analysis of Signals. Upper Saddle River, NJ: Prentice Hall, 2005.
[5] Welch, Peter D. “The Use of Fast Fourier Transform for the Estimation of Power Spectra: A Method Based on Time Averaging Over Short, Modified Periodograms.” IEEE® Transactions on Audio and Electroacoustics. Vol. AU-15, 1967, pp. 70–73.
拡張機能
バージョン履歴
R2006a より前に導入