メインコンテンツ

データの解析

遅延、フィードバック、励起レベルなどのデータ特性の決定

選択したデータからモデルの推定を開始する前に、データの前処理が必要か判断するためにデータに望ましくない特性がないかを確認する必要があります。これは、以下によって行えます。

  • データをプロットして時間領域と周波数領域の動作の両方を調べる。

  • advice コマンドを使用して、定数オフセットおよびトレンドの存在、遅延、可能なフィードバック、および信号励起レベルについてデータを解析する。

関数

bode動的システムのボード周波数応答
bodemag 周波数応答のゲインのみのボード線図
idplotPlot input and output channels of estimation data (R2023a 以降)
adviceAnalysis and recommendations for data or estimated linear models
delayestデータからの時間遅延 (デッド タイム) の推定
isrealモデル パラメーターまたはデータ値が実数かどうかを判別
realdataDetermine whether iddata is based on real-valued signals
checkFeedbackIdentify possible feedback data (R2023a 以降)
pexcitLevel of excitation of input signals
impulseestNonparametric impulse response estimation
etfe経験的な伝達関数とピリオドグラムの推定
spaスペクトル解析を使用した固定の周波数分解能による周波数応答の推定
spafdrEstimate frequency response and spectrum using spectral analysis with frequency-dependent resolution
dataPlotOptionsOption set for idplot when plotting input/output estimation data contained in a timetable, numeric matrices, or an iddata object (R2023a 以降)

トピック