A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

B

b - クラス org.mklab.tool.control.AbstractLinearSystem の変数
入力行列
Backlash - org.mklab.tool.control.system.discontinuous の クラス
バックラッシュ(遊びのある)システムを表すクラスです。
Backlash() - クラス org.mklab.tool.control.system.discontinuous.Backlash のコンストラクタ
新しく生成されたBacklashオブジェクトを初期化します。
Backlash(double) - クラス org.mklab.tool.control.system.discontinuous.Backlash のコンストラクタ
新しく生成されたSaturationオブジェクトを初期化します。
Backlash(double, Matrix) - クラス org.mklab.tool.control.system.discontinuous.Backlash のコンストラクタ
新しく生成されたSaturationオブジェクトを初期化します。
balancedDecompose() - クラス org.mklab.nfc.matrix.DoubleMatrix のメソッド
 
balancedDecompose() - クラス org.mklab.nfc.matrix.NumericalMatrix のメソッド
 
balancedDecompose() - インタフェース org.mklab.nfc.matrix.NumericalMatrixOperator のメソッド
非対称行列のバランス化分解を返します。
BalancedDecomposer<E extends NumericalScalar<E>> - org.mklab.nfc.eig の クラス
行列のバランス化分解(A=D*B*D^(-1), B=D\A*D)を行うための クラスです。
BalancedDecomposer() - クラス org.mklab.nfc.eig.BalancedDecomposer のコンストラクタ
 
BalancedDecomposition<M extends NumericalMatrixOperator<?>> - org.mklab.nfc.eig の クラス
行列のバランス化分解(A=D*B*D^(-1), B=D\A*D)を保持するためのクラスです。
BalancedDecomposition(M, M) - クラス org.mklab.nfc.eig.BalancedDecomposition のコンストラクタ
新しく生成されたBalancedDecompositionオブジェクトを初期化します。
BalancedDecompositionDoubleComplexElements - org.mklab.nfc.eig の クラス
倍精度(double)型の複素行列のバランス化分解(A=D*B*D^(-1), B=D\A*D)を保持するためのクラスです。
BalancedDecompositionDoubleComplexElements(double[][], double[][], double[][]) - クラス org.mklab.nfc.eig.BalancedDecompositionDoubleComplexElements のコンストラクタ
新しく生成されたBalancedDecompositionDoubleComplexElementsオブジェクトを初期化します。
BalancedDecompositionDoubleRealElements - org.mklab.nfc.eig の クラス
倍精度(double)型の実行列のバランス化分解(A=D*B*D^(-1), B=D\A*D)を保持するためのクラスです。
BalancedDecompositionDoubleRealElements(double[][], double[][]) - クラス org.mklab.nfc.eig.BalancedDecompositionDoubleRealElements のコンストラクタ
新しく生成されたBalancedDecompositionDoubleRealElementsオブジェクトを初期化します。
BalancedDecompositionElements<E extends NumericalScalar<E>> - org.mklab.nfc.eig の クラス
行列のバランス化分解(A=D*B*D^(-1), B=D\A*D)を保持するためのクラスです。
BalancedDecompositionElements(E[][], E[][]) - クラス org.mklab.nfc.eig.BalancedDecompositionElements のコンストラクタ
新しく生成されたBalancedDecompositionElementsオブジェクトを初期化します。
Balreal - org.mklab.tool.control の クラス
連続時間系の平衡実現を求めるクラスです。
Balreal() - クラス org.mklab.tool.control.Balreal のコンストラクタ
 
balreal(Matrix, Matrix, Matrix) - クラス org.mklab.tool.control.Balreal の static メソッド
平衡実現されたシステム(Ab, Bb, Cb)を返します。
Bar - org.mklab.tool.matrix の クラス
棒グラフを描画するためのデータを生成するクラスです。
Bar() - クラス org.mklab.tool.matrix.Bar のコンストラクタ
 
bar(Matrix) - クラス org.mklab.tool.matrix.Bar の static メソッド
横軸が整数の値をとる棒グラフのデータを返します。
bar(Matrix, Matrix) - クラス org.mklab.tool.matrix.Bar の static メソッド
(x, y)という組のデータに対応する 棒グラフを描画するためのデータを返します。
Bartlett - org.mklab.tool.signal の クラス
バートレット窓を求めるクラスです。
Bartlett() - クラス org.mklab.tool.signal.Bartlett のコンストラクタ
 
bartlett(int) - クラス org.mklab.tool.signal.Bartlett の static メソッド
length点のバートレット窓を返します。
BaseArray<A extends BaseArray<A,E>,E extends ArrayElement<E>> - org.mklab.nfc.matrix の クラス
ArrayElementを成分とする配列を表わすクラスです。
BaseArray() - クラス org.mklab.nfc.matrix.BaseArray のコンストラクタ
新しく生成されたArrayObjectオブジェクトを初期化します。
BaseArray(int, int) - クラス org.mklab.nfc.matrix.BaseArray のコンストラクタ
新しく生成されたArrayObjectオブジェクトを初期化します。
BaseArray(E[]) - クラス org.mklab.nfc.matrix.BaseArray のコンストラクタ
elementsで与えられた行ベクトルを生成します。
BaseArray(E[][]) - クラス org.mklab.nfc.matrix.BaseArray のコンストラクタ
elementsで与えられた成分をもつ配列を生成します。
BaseArray(int, int, E[][]) - クラス org.mklab.nfc.matrix.BaseArray のコンストラクタ
elementsで与えられた成分をもつ rowSize * columnSize の配列を生成します。
BaseArrayOperator<E extends ArrayElement<E>> - org.mklab.nfc.matrix の インタフェース
ArrayElementを成分とする配列を表わすインターフェースです。
BaseContinuousDynamicSystem - org.mklab.tool.control.system.continuous の クラス
常微分方程式で表現される連続時間動的システムを表わすクラスです。
BaseContinuousDynamicSystem(int, int, int) - クラス org.mklab.tool.control.system.continuous.BaseContinuousDynamicSystem のコンストラクタ
新しく生成されたBaseContinuousDynamicSystemオブジェクトを初期化します。
BaseContinuousStaticSystem - org.mklab.tool.control.system.continuous の クラス
代数方程式で表現される連続時間静的システムを表すクラスです。
BaseContinuousStaticSystem(int, int) - クラス org.mklab.tool.control.system.continuous.BaseContinuousStaticSystem のコンストラクタ
新しく生成されたBaseContinuousStaticSystemオブジェクトを初期化します。
BaseDiscreteDynamicSystem - org.mklab.tool.control.system.discrete の クラス
差分方程式で表現される離散時間動的システムを表わすクラスです。
BaseDiscreteDynamicSystem(int, int, int) - クラス org.mklab.tool.control.system.discrete.BaseDiscreteDynamicSystem のコンストラクタ
新しく生成されたBaseDiscreteDynamicSystemオブジェクトを初期化します。
BaseDiscreteStaticSystem - org.mklab.tool.control.system.discrete の クラス
差分方程式で表現される離散時間静的システムを表わすクラスです。
BaseDiscreteStaticSystem(int, int) - クラス org.mklab.tool.control.system.discrete.BaseDiscreteStaticSystem のコンストラクタ
新しく生成されたBaseDiscreteStaticSystemオブジェクトを初期化します。
BaseMatrix<M extends BaseMatrix<M,E>,E extends Scalar<E>> - org.mklab.nfc.matrix の クラス
Scalarを成分とする行列を表わすクラスです。
BaseMatrix() - クラス org.mklab.nfc.matrix.BaseMatrix のコンストラクタ
0*0の行列を生成します。
BaseMatrix(int, int) - クラス org.mklab.nfc.matrix.BaseMatrix のコンストラクタ
新しく生成されたMatrixObjectオブジェクトを初期化します。
BaseMatrix(E[]) - クラス org.mklab.nfc.matrix.BaseMatrix のコンストラクタ
elementsで与えられた成分をもつ行ベクトルを生成します。
BaseMatrix(E[][]) - クラス org.mklab.nfc.matrix.BaseMatrix のコンストラクタ
elementsで与えられた成分をもつ行列を生成します。
BaseMatrix(int, int, Scalar<?>[][]) - クラス org.mklab.nfc.matrix.BaseMatrix のコンストラクタ
elementsで与えられた成分をもつrowSize*columnSizeの行列を生成します。
BaseMatrixUtil - org.mklab.nfc.matrix の クラス
BaseMatrixのユーティリティクラスです。
BaseSampledDataDynamicSystem - org.mklab.tool.control.system.sampled の クラス
サンプル値動的システムを表わすクラスです。
BaseSampledDataDynamicSystem(int, int, int, int) - クラス org.mklab.tool.control.system.sampled.BaseSampledDataDynamicSystem のコンストラクタ
新しく生成されたAbstractSampledDataDynamicSystemオブジェクトを初期化します。
BaseSampledDataStaticSystem - org.mklab.tool.control.system.sampled の クラス
サンプル値静的システムを表わすクラスです。
BaseSampledDataStaticSystem(int, int) - クラス org.mklab.tool.control.system.sampled.BaseSampledDataStaticSystem のコンストラクタ
新しく生成されたAbstractSampledDataStaticSystemオブジェクトを初期化します。
Bench - org.mklab.tool.control.util の クラス
ベンチマークを行うクラス
Bench() - クラス org.mklab.tool.control.util.Bench のコンストラクタ
コンストラクター
Bench2 - org.mklab.tool.control.util の クラス
ベンチマークを行うクラス
Bench2() - クラス org.mklab.tool.control.util.Bench2 のコンストラクタ
 
BiasFunction - org.mklab.tool.control.system.math の クラス
入力にバイアスを加えた値を出力するシステムを表わすクラスです。
BiasFunction() - クラス org.mklab.tool.control.system.math.BiasFunction のコンストラクタ
新しく生成されたBiasFunctionオブジェクトを初期化します。
Bilinear - org.mklab.tool.signal の クラス
双一次変換を行うクラスです。
Bilinear() - クラス org.mklab.tool.signal.Bilinear のコンストラクタ
 
bilinear(Matrix, Matrix, Matrix, Matrix, double) - クラス org.mklab.tool.signal.Bilinear の static メソッド
連続時間伝達関数を離散時間伝達関数に双一次変換 G(z) = G(s) | | s = 2*fs*(z-1)/(z+1) を用いて変換します。
bilinear(Matrix, Matrix, Matrix, Matrix, double, double) - クラス org.mklab.tool.signal.Bilinear の static メソッド
変換前後の周波数応答が周波数fp(Hz)で 正確に一致するよう、双一次変換の前に前処理を行います。
Blackman - org.mklab.tool.signal の クラス
ブラックマン窓を求めるクラスです。
Blackman() - クラス org.mklab.tool.signal.Blackman のコンストラクタ
 
blackman(int) - クラス org.mklab.tool.signal.Blackman の static メソッド
length点のブラックマン窓を返します。
BlockContinuousDynamicSystem - org.mklab.tool.control.system.continuous の クラス
微分方程式で表現されるブロック連続時間動的システムを表わすクラスです。
BlockContinuousDynamicSystem(SystemOperator[][], List<Integer>, List<Integer>) - クラス org.mklab.tool.control.system.continuous.BlockContinuousDynamicSystem のコンストラクタ
新しく生成されたBlockContinuousDynamicSystemオブジェクトを初期化します。
BlockContinuousStaticSystem - org.mklab.tool.control.system.continuous の クラス
連続代数方程式で表現されるブロック連続時間静的システムを表すクラスです。
BlockContinuousStaticSystem(SystemOperator[][], List<Integer>, List<Integer>) - クラス org.mklab.tool.control.system.continuous.BlockContinuousStaticSystem のコンストラクタ
新しく生成されたBlockContinuousStaticSystemオブジェクトを初期化します。
BlockContinuousSystem - org.mklab.tool.control.system.continuous の クラス
連続な方程式で表現されるブロック連続時間システムを表わすクラスです。
BlockContinuousSystem(SystemOperator[][], List<Integer>, List<Integer>) - クラス org.mklab.tool.control.system.continuous.BlockContinuousSystem のコンストラクタ
新しく生成されたBlockContinuousSystemオブジェクトを初期化します。
BlockDiscreteDynamicSystem - org.mklab.tool.control.system.discrete の クラス
差分方程式で表現されるブロック離散時間動的システムを表わすクラスです。
BlockDiscreteDynamicSystem(SystemOperator[][], List<Integer>, List<Integer>) - クラス org.mklab.tool.control.system.discrete.BlockDiscreteDynamicSystem のコンストラクタ
新しく生成されたBlockDiscreteDynamicSystemオブジェクトを初期化します。
BlockDiscreteStaticSystem - org.mklab.tool.control.system.discrete の クラス
差分方程式で表現されるブロック離散時間静的システムを表すクラスです。
BlockDiscreteStaticSystem(SystemOperator[][], List<Integer>, List<Integer>) - クラス org.mklab.tool.control.system.discrete.BlockDiscreteStaticSystem のコンストラクタ
新しく生成されたBlockDiscreteStaticSystemオブジェクトを初期化します。
BlockDiscreteSystem - org.mklab.tool.control.system.discrete の クラス
差分方程式で表現されるブロック離散時間システムを表わすクラスです。
BlockDiscreteSystem(SystemOperator[][], List<Integer>, List<Integer>) - クラス org.mklab.tool.control.system.discrete.BlockDiscreteSystem のコンストラクタ
新しく生成されたBlockDiscreteSystemオブジェクトを初期化します。
BlockPiecewiseContinuousDynamicSystem - org.mklab.tool.control.system.continuous の クラス
区分的微分可能な微分方程式で表現されるブロック連続時間動的システムを表わすクラスです。
BlockPiecewiseContinuousDynamicSystem(SystemOperator[][], List<Integer>, List<Integer>) - クラス org.mklab.tool.control.system.continuous.BlockPiecewiseContinuousDynamicSystem のコンストラクタ
新しく生成されたBlockPiecewiseContinuousDynamicSystemオブジェクトを初期化します。
BlockPiecewiseContinuousStaticSystem - org.mklab.tool.control.system.continuous の クラス
区分的連続な代数方程式で表現されるブロック連続時間静的システムを表わすクラスです。
BlockPiecewiseContinuousStaticSystem(SystemOperator[][], List<Integer>, List<Integer>) - クラス org.mklab.tool.control.system.continuous.BlockPiecewiseContinuousStaticSystem のコンストラクタ
新しく生成されたBlockPiecewiseContinuousStaticSystemオブジェクトを初期化します。
BlockPiecewiseSampledDataDynamicSystem - org.mklab.tool.control.system.sampled の クラス
ブロック区分的連続サンプル値動的システムを表わすクラスです。
BlockPiecewiseSampledDataDynamicSystem(SystemOperator[][], List<Integer>, List<Integer>) - クラス org.mklab.tool.control.system.sampled.BlockPiecewiseSampledDataDynamicSystem のコンストラクタ
新しく生成されたBlockPiecewiseSampledDataDynamicSystemオブジェクトを初期化します。
BlockPiecewiseSampledDataStaticSystem - org.mklab.tool.control.system.sampled の クラス
ブロック区分的連続サンプル値静的システムを表わすクラスです。
BlockPiecewiseSampledDataStaticSystem(SystemOperator[][], List<Integer>, List<Integer>) - クラス org.mklab.tool.control.system.sampled.BlockPiecewiseSampledDataStaticSystem のコンストラクタ
新しく生成されたBlockPiecewiseSampledDataStaticSystemオブジェクトを初期化します。
BlockSampledDataDynamicSystem - org.mklab.tool.control.system.sampled の クラス
ブロックサンプル値動的システムを表わすクラスです。
BlockSampledDataDynamicSystem(SystemOperator[][], List<Integer>, List<Integer>) - クラス org.mklab.tool.control.system.sampled.BlockSampledDataDynamicSystem のコンストラクタ
新しく生成されたBlockSampledDataDynamicSystemオブジェクトを初期化します。
BlockSampledDataStaticSystem - org.mklab.tool.control.system.sampled の クラス
ブロックサンプル値静的システムを表すクラスです。
BlockSampledDataStaticSystem(SystemOperator[][], List<Integer>, List<Integer>) - クラス org.mklab.tool.control.system.sampled.BlockSampledDataStaticSystem のコンストラクタ
新しく生成されたBlockSampledDataStaticSystemオブジェクトを初期化します。
BlockSampledDataSystem - org.mklab.tool.control.system.sampled の クラス
サンプル値システムのブロックシステムを表わすクラスです。
BlockSampledDataSystem(SystemOperator[][], List<Integer>, List<Integer>) - クラス org.mklab.tool.control.system.sampled.BlockSampledDataSystem のコンストラクタ
新しく生成されたBlockSampledDataSystemオブジェクトを初期化します。
BlockSamplingSystem - org.mklab.tool.control.system.sampled の クラス
サンプリングが存在するブロックシステムを表すクラスです。
BlockSamplingSystem(SystemOperator[][], List<Integer>, List<Integer>) - クラス org.mklab.tool.control.system.sampled.BlockSamplingSystem のコンストラクタ
新しく生成されたBlockSamplingSystemオブジェクトを初期化します。
BlockSystem - org.mklab.tool.control.system の クラス
ブロックシステムを表わすクラスです。
BlockSystem(SystemOperator[][], List<Integer>, List<Integer>) - クラス org.mklab.tool.control.system.BlockSystem のコンストラクタ
新しく生成されたBlockSystemオブジェクトを初期化します。
blockSystem - クラス org.mklab.tool.control.system.graph.NodeEquation の変数
ブロックシステム
blockSystem - クラス org.mklab.tool.control.system.graph.NodeIdentityFunctionEquation の変数
ブロックシステム
Bode - org.mklab.tool.control の クラス
ボード線図を描画するためのデータ(ゲイン、位相)を求めるクラスです。
Bode(LinearSystem) - クラス org.mklab.tool.control.Bode のコンストラクタ
新しく生成されたBodeオブジェクトを初期化します。
Bode(LinearSystem, double) - クラス org.mklab.tool.control.Bode のコンストラクタ
新しく生成されたBodeオブジェクトを初期化します。
BodePlotter - org.mklab.tool.control の クラス
ボード線図を描画するクラスです。
BodePlotter(Gnuplot) - クラス org.mklab.tool.control.BodePlotter のコンストラクタ
新しく生成されたBodePlotterオブジェクトを初期化します。
BOOLEAN - クラス org.mklab.nfc.util.MxDataHead の static 変数
真偽値型
BOOLEAN_MATRIX - クラス org.mklab.nfc.util.MxDataHead の static 変数
真偽値行列
BooleanMatrix - org.mklab.nfc.matrix の クラス
booleanを成分とする行列を表すクラスです。
BooleanMatrix() - クラス org.mklab.nfc.matrix.BooleanMatrix のコンストラクタ
新しく生成されたBooleanMatrixオブジェクトを初期化します。
BooleanMatrix(boolean[]) - クラス org.mklab.nfc.matrix.BooleanMatrix のコンストラクタ
新しく生成されたBooleanMatrixオブジェクトを初期化します。
BooleanMatrix(int, int) - クラス org.mklab.nfc.matrix.BooleanMatrix のコンストラクタ
rowSize*columSizeboolean行列(初期値は< code>false)を生成します。
BooleanMatrix(int, int, boolean[][]) - クラス org.mklab.nfc.matrix.BooleanMatrix のコンストラクタ
elementsで与えられた成分をもつrowSize*columSizeboolean行列を生成します。
BooleanMatrix(boolean[][]) - クラス org.mklab.nfc.matrix.BooleanMatrix のコンストラクタ
elementsで与えられた成分をもつboolean行列を生成します。
BooleanMatrix(Matrix) - クラス org.mklab.nfc.matrix.BooleanMatrix のコンストラクタ
matrixと同サイズのboolean行列を生成します。
BooleanMatrix(IntMatrix) - クラス org.mklab.nfc.matrix.BooleanMatrix のコンストラクタ
matrixと同サイズのboolean行列を生成します。
BooleanMatrix(DoubleMatrix) - クラス org.mklab.nfc.matrix.BooleanMatrix のコンストラクタ
matrixと同サイズのboolean行列を生成します。
BooleanMatrix(BaseMatrix<?, ?>) - クラス org.mklab.nfc.matrix.BooleanMatrix のコンストラクタ
matrixと同サイズのboolean行列を生成します。
BooleanMatrixUtil - org.mklab.nfc.matrix の クラス
BooleanMatrixのユーティリティクラスです。
BooleanUtil - org.mklab.nfc.matrix の クラス
booleanに関するユーティリティクラスです。
BooleanUtil() - クラス org.mklab.nfc.matrix.BooleanUtil のコンストラクタ
 
Boxcar - org.mklab.tool.signal の クラス
矩形窓を求めるクラスです。
Boxcar() - クラス org.mklab.tool.signal.Boxcar のコンストラクタ
 
boxcar(int) - クラス org.mklab.tool.signal.Boxcar の static メソッド
length点の矩形窓を返します。
bufferChanged() - クラス org.mklab.tool.control.system.source.AsynchronousSource のメソッド
バッファの変更を通知します。
ButtomMargin - org.mklab.tool.graph.gnuplot.decoration の クラス
下マージンを表すクラスです。
ButtomMargin() - クラス org.mklab.tool.graph.gnuplot.decoration.ButtomMargin のコンストラクタ
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z