Class correction


public class correction
extends java.lang.Object

Überschrift:

Beschreibung: correction

Copyright: Copyright (c) 2002

Organisation:

Field Summary

private int
lesson
private sequence
s
int[]
x
int[]
y

Constructor Summary

correction(sequence s)
constructor for the sequence object

Method Summary

void
BiphaseL()
compute correct pattern for BiphaseL(Manchester)
void
BiphaseLold()
compute correct pattern for BiphaseL according to Effelsberg
void
BiphaseM()
compute correct pattern for BiphaseM
void
BiphaseS()
compute correct pattern for BiphaseS
void
DiffManchester()
compute correct pattern for Differential Manchester
void
NRZL()
compute correct pattern for NRZL
void
NRZM()
compute correct pattern for NRZM
void
NRZS()
compute correct pattern for NRZS
void
RZ()
compute correct pattern for RZ
int[]
getCorX()
Gives the correct x-positions
int[]
getCorY()
Gives the correct x-positions
int
indexMax()
gives back the index of the last used array entry

Field Details

lesson

private int lesson

s

private sequence s

x

public int[] x

y

public int[] y

Constructor Details

correction

public correction(sequence s)
constructor for the sequence object
Parameters:

Method Details

BiphaseL

public void BiphaseL()
compute correct pattern for BiphaseL(Manchester)
Parameters:

BiphaseLold

public void BiphaseLold()
compute correct pattern for BiphaseL according to Effelsberg
Parameters:

BiphaseM

public void BiphaseM()
compute correct pattern for BiphaseM
Parameters:

BiphaseS

public void BiphaseS()
compute correct pattern for BiphaseS
Parameters:

DiffManchester

public void DiffManchester()
compute correct pattern for Differential Manchester
Parameters:

NRZL

public void NRZL()
compute correct pattern for NRZL
Parameters:

NRZM

public void NRZM()
compute correct pattern for NRZM
Parameters:

NRZS

public void NRZS()
compute correct pattern for NRZS
Parameters:

RZ

public void RZ()
compute correct pattern for RZ
Parameters:

getCorX

public int[] getCorX()
Gives the correct x-positions
Parameters:
Returns:
Array og Integer, correct x-positions

getCorY

public int[] getCorY()
Gives the correct x-positions
Parameters:
Returns:
Array og Integer, correct y-positions

indexMax

public int indexMax()
gives back the index of the last used array entry
Parameters:
Returns:
integer