最新のリリースでは、このページがまだ翻訳されていません。 このページの最新版は英語でご覧になれます。
DSP System Toolbox™ のブロックおよび System object を使用して、MATLAB® と Simulink® で信号の移動統計および定常統計を測定することができます。"移動統計" とは、時間と共に変化するストリーミング信号の統計を指します。移動統計を計算するためのスライディング ウィンドウ法では、新しいデータが入ると、指定の長さのウィンドウがサンプルごとにデータを移動します。オブジェクトとブロックにより、このウィンドウ内のデータの統計が計算されます。指数の重み付け法により、一連の重みがデータ サンプルに適用され、重み付けされたデータが処理されます。これらの重みは、データの持続期間に基づいて再帰的に計算されます。定常統計では、ブロックとオブジェクトによってバッチで使用できるすべてのデータの統計が計算されます。
統計の評価に加えて、dsp.PulseMetrics
および dsp.TransitionMetrics
System object を使用して、信号のパルス計量および遷移計量も評価できます。
Learn how moving statistics are calculated.
スライディング ウィンドウ法と指数の重み付け法の違いについて学ぶ。
移動平均フィルターは、FIR フィルターの特殊なケースです。
Measure Statistics of Streaming Signals
Compute the moving average of streaming signals using MATLAB functions and System objects.
Remove High-Frequency Noise from Gyroscope Data
Remove high-frequency noise using a median filter.
Energy Detection in the Time Domain
Detect the event when the signal energy crosses a particular threshold value.
Measure Pulse and Transition Characteristics of Streaming Signals
Learn how to compute the basic pulse and transition metrics of streaming signals.
Variable-Size Signal Support DSP System Objects
List of System objects which support variable-sized signals in DSP System Toolbox.