インタフェース
org.mklab.nfc.ode.Sampling の使用

Sampling を使用しているパッケージ
org.mklab.nfc.ode 常微分方程式(のソルバー)に関するクラスを提供します。 
org.mklab.tool.control.system.controller 制御器を表す(設計する)ためのクラスを提供します。 
org.mklab.tool.control.system.discrete 離散時間システムを表現するためのクラスを提供します。 
org.mklab.tool.control.system.sampled サンプル値システムを表現するためのクラスを提供します。 
org.mklab.tool.control.system.sink 吸収ブロックを表現するクラスを提供します。 
org.mklab.tool.control.system.source 信号を生成(発生)するシステムを表現するためのクラスを提供します。 
 

org.mklab.nfc.ode での Sampling の使用
 

org.mklab.nfc.ode での Sampling のサブインタフェース
 interface ContinuousDiscreteAlgebraicSystem
          連続代数方程式で表現されるシステムと離散代数方程式で表現されるシステムが結合した システムを表わすインターフェースです。
 interface DifferenceEquation
          差分方程式を表現するためのインターフェースです。
 interface DifferenceSystem
          差分方程式で表現されるシステムを表すインターフェースです。
 interface DifferentialDifferenceEquation
          微分差分方程式を表現するためのインターフェースです。
 interface DifferentialDifferenceSystem
          微分方程式で表現されるシステムと差分方程式で表現されるシステムが結合したシステムを表わすインターフェースです。
 interface DiscreteAlgebraicSystem
          離散時間代数方程式で表現されるシステムを表わすインターフェースです。
 

org.mklab.tool.control.system.controller での Sampling の使用
 

Sampling を実装している org.mklab.tool.control.system.controller のクラス
 class DiscreteObserver
          離散時間オブザーバを表すクラスです。
 

org.mklab.tool.control.system.discrete での Sampling の使用
 

org.mklab.tool.control.system.discrete での Sampling のサブインタフェース
 interface DiscreteDynamicSystem
          差分方程式で表現される離散時間動的システムを表わすインターフェースです。
 interface DiscreteStaticSystem
          差分方程式で表現される離散時間静的システムを表わすインターフェースです。
 

Sampling を実装している org.mklab.tool.control.system.discrete のクラス
 class BaseDiscreteDynamicSystem
          差分方程式で表現される離散時間動的システムを表わすクラスです。
 class BaseDiscreteStaticSystem
          差分方程式で表現される離散時間静的システムを表わすクラスです。
 class BlockDiscreteDynamicSystem
          差分方程式で表現されるブロック離散時間動的システムを表わすクラスです。
 class BlockDiscreteStaticSystem
          差分方程式で表現されるブロック離散時間静的システムを表すクラスです。
 class BlockDiscreteSystem
          差分方程式で表現されるブロック離散時間システムを表わすクラスです。
 class DiscreteLinearDynamicSystem
          差分方程式で表現される離散時間線形動的システムを表すクラスです。
 class FirstOrderHoldSystem
          1次ホールドシステムを表すクラスです。
 class HoldSystem
          ホールドシステムを表す抽象クラスです。
 class UnitDelaySystem
          1サンプル遅れを表わすクラスです。
 class UserDefinedDiscreteDynamicSystem
          ユーザ定義離散時間動的システムを表わすクラスです。
 class UserDefinedDiscreteLinearDynamicSystem
          ユーザ定義離散時間線形システムを表すクラスです。
 class UserDefinedDiscreteStaticSystem
          ユーザ定義離散時間静的システムを表わすクラスです。
 class ZeroOrderHoldSystem
          ゼロ次ホールドシステムを表すクラスです。
 

org.mklab.tool.control.system.sampled での Sampling の使用
 

org.mklab.tool.control.system.sampled での Sampling のサブインタフェース
 interface SampledDataDynamicSystem
          サンプル値動的システム(連続時間動的システムと離散時間動的システムが結合したシステム)を表わすインターフェースです。
 interface SampledDataStaticSystem
          サンプル値静的システム(連続時間静的システムと離散時間静的システムが結合したシステム)を表わすインターフェースです。
 

Sampling を実装している org.mklab.tool.control.system.sampled のクラス
 class BaseSampledDataDynamicSystem
          サンプル値動的システムを表わすクラスです。
 class BaseSampledDataStaticSystem
          サンプル値静的システムを表わすクラスです。
 class BlockPiecewiseSampledDataDynamicSystem
          ブロック区分的連続サンプル値動的システムを表わすクラスです。
 class BlockPiecewiseSampledDataStaticSystem
          ブロック区分的連続サンプル値静的システムを表わすクラスです。
 class BlockSampledDataDynamicSystem
          ブロックサンプル値動的システムを表わすクラスです。
 class BlockSampledDataStaticSystem
          ブロックサンプル値静的システムを表すクラスです。
 class BlockSampledDataSystem
          サンプル値システムのブロックシステムを表わすクラスです。
 class BlockSamplingSystem
          サンプリングが存在するブロックシステムを表すクラスです。
 

org.mklab.tool.control.system.sink での Sampling の使用
 

Sampling を実装している org.mklab.tool.control.system.sink のクラス
 class DiscreteSink
          離散信号を吸収するシステムを表すクラスです。
 class UserDefinedDiscreteSink
          ユーザ定義離散信号吸収システムを表わすクラスです。
 

org.mklab.tool.control.system.source での Sampling の使用
 

Sampling を実装している org.mklab.tool.control.system.source のクラス
 class DiscreteSource
          離散信号を発生するシステムを表すクラスです。
 class UserDefinedDiscreteSource
          ユーザ定義離散信号発生システムを表わすクラスです。