org.mklab.tool.matrix
クラス Mseq

java.lang.Object
  上位を拡張 org.mklab.tool.matrix.Mseq

public class Mseq
extends Object

M系列を求めるクラスです。

M sequence

バージョン:
$Revision: 1.14 $
作成者:
koga

コンストラクタの概要
Mseq()
           
 
メソッドの概要
static void main(String[] args)
          メインメソッド
static DoubleMatrix mseq(int n)
          M系列を返します。
static DoubleMatrix mseq(int n, int smp)
          M系列を返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Mseq

public Mseq()
メソッドの詳細

main

public static void main(String[] args)
メインメソッド

パラメータ:
args - コマンドライン引数

mseq

public static DoubleMatrix mseq(int n)
M系列を返します。

パラメータ:
n - レジスタ数
戻り値:
M系列 (M sequence)

mseq

public static DoubleMatrix mseq(int n,
                                int smp)
M系列を返します。

パラメータ:
n - レジスタの数 (number of register)
smp - 同じ値が続く数 (number of consecutive points with the same value)
戻り値:
M系列 (M sequence)